You are not logged in.

#1 2025-09-07 18:05:33

pkblooman
Member
Registered: 2025-09-07
Posts: 3

Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Hello,

When opening a new terminal window in Hyprland the window opens instantly but the kitty and bash instance takes 3 seconds to open and allow commands. I checked the time and it takes 2 seconds of real and 1 second of sys time.

The error seems to stem from Free.Desktop and xdg desktop BUS info not working as intended. I haven't had this issue in the last year but a recent update seems to have caused this. I attempted to look through the wiki and chatgpt but was unable to find any issues similar to mine.

I am looking to complete a fresh install so I can use my computer again but if anyone knows what causes this or how to fix it in the future I would love to know. I am wondering if I fresh install but system update again this error will continue.

Please let me know if I need to add any additional information.

Thanks!

Offline

#2 2025-09-07 18:20:35

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Does "kitty /usr/bin/top" start instantly?
If yes, what do your ~/.bash* files look like?

Offline

#3 2025-09-07 19:00:41

pkblooman
Member
Registered: 2025-09-07
Posts: 3

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

No it did not start instantly. It took 2.61 seconds and included this error " rocess_desktop_settings: failed with error: org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop". I tried renaming and installing follow up packages to fix this errorr but no dice.

Bash file is pretty minimal and includes a couple of Aliases and a starship init. I removed starship and tried using a bash --noprofile --norc instance but I run into the same issue

Offline

#4 2025-09-07 19:22:30

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

https://bbs.archlinux.org/viewtopic.php … 0#p2256810
Does it help to install any portal implementation?

If you run "kitty -1" and then another "kitty -1" (while the first one is still running!), does the second instance start immediately?

Offline

#5 2025-09-07 19:31:14

pkblooman
Member
Registered: 2025-09-07
Posts: 3

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

I installed xdg-desktop-portal-gtk per the links you sent. It looks like the same issue i'm having. When I run kitty -1 a terminal window opens but hangs again, however, once I have a window up if I open a new instance of kitty within a minute it will work perfectly.

The xdg-desktop-portal-gtk did not work when I installed and i'm still having the same issue. Are portal's something that break often on new system updates? I was unaware of what these do and may need to look into them more.

Thanks,

Offline

#6 2025-09-07 19:55:30

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

https://wiki.archlinux.org/title/XDG_Desktop_Portal

When I run kitty -1 a terminal window opens but hangs again, however, once I have a window up if I open a new instance of kitty within a minute it will work perfectly.

Do you get this w/

kitty --config NONE

Offline

#7 2025-09-13 07:24:19

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Identical issue for me - also happened recently.

Running:

kitty --config NONE

Also produces the issue.

---

Oddly, and unsure if related, but the alacritty terminal for me takes 3 seconds to be visible (as opposed to kitty which opens, then hangs for 3 seconds).

As for foot, xterm, terminator, st (suckless), they all open instantly without issues.

---

Here is the logs with the "--debug-gl" flag enabled:

~$ kitty --debug-gl
[0.030] Compositor missing capabilities: blur icon
[0.039] Creating window 1 at size: 716x963 and scale 1
[0.042] Compositor top-level capabilities: maximize=1 minimize=0 window_menu=0 fullscreen=1
[0.042] XDG decoration configure event received for window 1: has_server_side_decorations: 1
[0.042] XDG decoration configure event received for window 1: has_server_side_decorations: 1
[0.042] XDG top-level configure event for window 1: size: 0x1000 states: TOPLEVEL_STATE_TILED_LEFT TOPLEVEL_STATE_TILED_RIGHT TOPLEVEL_STATE_TILED_TOP TOPLEVEL_STATE_TILED_BOTTOM 
[0.043] XDG surface configure event received and acknowledged for window 1
[0.043] Waiting for swap to commit Wayland surface for window: 1
[0.043] Final window 1 content size: 716x963 resized: 0
[0.043] Setting window 1 "visible area" geometry in configure event: x=0 y=0 716x963 viewport: 716x963
[0.043] Attached temp buffer during window 1 creation of size: 716x963 and rgba(30, 30, 46, 255)
[0.043] Waiting for compositor to send fractional scale for window 1
[0.043] XDG top-level configure event for window 1: size: 0x1000 states: TOPLEVEL_STATE_TILED_LEFT TOPLEVEL_STATE_TILED_RIGHT TOPLEVEL~$ kitty --debug-gl
[0.033] Compositor missing capabilities: blur icon
[0.042] Creating window 1 at size: 716x963 and scale 1
[0.046] Compositor top-level capabilities: maximize=1 minimize=0 window_menu=0 fullscreen=1
[0.046] XDG decoration configure event received for window 1: has_server_side_decorations: 1
[0.046] XDG decoration configure event received for window 1: has_server_side_decorations: 1
[0.046] XDG top-level configure event for window 1: size: 0x1000 states: TOPLEVEL_STATE_TILED_LEFT TOPLEVEL_STATE_TILED_RIGHT TOPLEVEL_STATE_TILED_TOP TOPLEVEL_STATE_TILED_BOTTOM 
[0.046] XDG surface configure event received and acknowledged for window 1
[0.046] Waiting for swap to commit Wayland surface for window: 1
[0.046] Final window 1 content size: 716x963 resized: 0
[0.046] Setting window 1 "visible area" geometry in configure event: x=0 y=0 716x963 viewport: 716x963
[0.046] Attached temp buffer during window 1 creation of size: 716x963 and rgba(30, 30, 46, 255)
[0.046] Waiting for compositor to send fractional scale for window 1
[0.047] XDG top-level configure event for window 1: size: 0x1000 states: TOPLEVEL_STATE_TILED_LEFT TOPLEVEL_STATE_TILED_RIGHT TOPLEVEL_STATE_TILED_TOP TOPLEVEL_STATE_TILED_BOTTOM TOPLEVEL_STATE_MAXIMIZED 
[0.047] Fractional scale requested: 192/120 = 1.60 for window 1
[0.047] Resizing framebuffer of window: 1 to: 1146x1541 window size: 716x963 at scale: 1.600
[0.047] Waiting for swap to commit Wayland surface for window: 1
[0.047] Preferred integer buffer scale changed to: 2 for window 1
[0.047] XDG top-level configure event for window 1: size: 718x965 states: TOPLEVEL_STATE_TILED_LEFT TOPLEVEL_STATE_TILED_RIGHT TOPLEVEL_STATE_TILED_TOP TOPLEVEL_STATE_TILED_BOTTOM TOPLEVEL_STATE_MAXIMIZED 
[0.047] XDG top-level configure event for window 1: size: 718x965 states: TOPLEVEL_STATE_TILED_LEFT TOPLEVEL_STATE_TILED_RIGHT TOPLEVEL_STATE_TILED_TOP TOPLEVEL_STATE_TILED_BOTTOM TOPLEVEL_STATE_MAXIMIZED TOPLEVEL_STATE_ACTIVATED 
[0.047] XDG top-level configure event for window 1: size: 716x963 states: TOPLEVEL_STATE_TILED_LEFT TOPLEVEL_STATE_TILED_RIGHT TOPLEVEL_STATE_TILED_TOP TOPLEVEL_STATE_TILED_BOTTOM TOPLEVEL_STATE_MAXIMIZED TOPLEVEL_STATE_ACTIVATED 
[0.047] Changing cursor shape to: WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_DEFAULT with serial: 51032
[0.048] XDG surface configure event received and acknowledged for window 1
[0.048] Final window 1 content size: 716x963 resized: 0
[0.048] Setting window 1 "visible area" geometry in configure event: x=0 y=0 716x963 viewport: 716x963
[0.048] Creating OpenGL context and attaching it to window



// This gap indicates the time when it starts hanging for 3 seconds




[9.003] GL version string: '4.6 (Core Profile) Mesa 25.2.2-arch1.2' Detected version: 4.6
[9.005] Window 1 swapped committing surface
[9.059] Changing cursor shape to: WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_TEXT with serial: 51032
[9.059] OS Window created
[9.072] Child launched
[9.072] XDG top-level configure event for window 1: size: 716x963 states: TOPLEVEL_STATE_TILED_LEFT TOPLEVEL_STATE_TILED_RIGHT TOPLEVEL_STATE_TILED_TOP TOPLEVEL_STATE_TILED_BOTTOM TOPLEVEL_STATE_MAXIMIZED 
[9.072] XDG surface configure event received and acknowledged for window 1
[9.072] Final window 1 content size: 716x963 resized: 0
[9.072] Setting window 1 "visible area" geometry in configure event: x=0 y=0 716x963 viewport: 716x963
[9.075] system color-scheme changed to: dark is_initial_value: 1
[9.075] Changing cursor shape to: WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_TEXT with serial: 51032
[9.075] Got notification server capabilities: frozenset({'actions', 'icon-static', 'synchronous', 'body-hyperlinks', 'x-canonical-private-synchronous', 'body-markup', 'x-dunst-stack-tag', 'body', 'private-synchronous'})
[9.076] No render frame received in 0.25 seconds

Last edited by nktnet (2025-09-13 07:29:07)

Offline

#8 2025-09-13 07:35:04

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Another observation is that the startup time improves slightly when forcing kitty to use software rendering, i.e. by setting LIBGL_ALWAYS_SOFTWARE=1:

LIBGL_ALWAYS_SOFTWARE=1 kitty

Although I get the error

MESA: error: ZINK: CPU device requested but none found!

---

However, when using

MESA_LOADER_DRIVER_OVERRIDE=llvmpipe LIBGL_ALWAYS_SOFTWARE=1 kitty

It only takes 1-2 seconds the first time, but subsequent launches is now instant.

---

P.s. I can also reproduce the kitty -1 issue where running multiple times makes them all hang, then all become ready simultaneously. However, with one already opened, the rest opens instantly.

---

Last edited by nktnet (2025-09-13 07:48:35)

Offline

#9 2025-09-13 11:52:21

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

glxinfo -B
eglinfo -B
vulkaninfo --summary

Offline

#10 2025-09-14 11:30:14

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

1. glxinfo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) Graphics (RPL-S) (0xa788)
    Version: 25.2.2
    Accelerated: yes
    Video memory: 31804MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Graphics (RPL-S)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.2.2-arch1.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.2.2-arch1.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.2.2-arch1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

---

2. eglinfo -B

GBM platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.2.2-arch1.2
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.2.2-arch1.2
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.2-arch1.2
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.2.2-arch1.2
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.2.2-arch1.2
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.2-arch1.2
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.2.2-arch1.2
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.2.2-arch1.2
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.2-arch1.2
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.2.2-arch1.2
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.2.2-arch1.2
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.2-arch1.2
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
eglinfo: eglInitialize failed

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL core profile version: 4.6 (Core Profile) Mesa 25.2.2-arch1.2
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 25.2.2-arch1.2
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) Graphics (RPL-S)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.2-arch1.2
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #2:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 20.1.8, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 25.2.2-arch1.2
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 20.1.8, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 25.2.2-arch1.2
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 20.1.8, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.2-arch1.2
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

(this command took a very long time to run)

---

3. vulkaninfo --summary

ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
ERROR at /usr/src/debug/vulkan-tools/Vulkan-Tools/vulkaninfo/./vulkaninfo.h:247:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED

Not sure if this matters, but I didn't have this command initially - had to install with `sudo pacman -S vulkan-tools`.

Also, my laptop has hybrid/dual GPU (intel & nvidia), nouveau

---

4. lspci -k | grep -A3 -E "(VGA|3D)"

0000:00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S UHD Graphics (rev 04)
	Subsystem: Acer Incorporated [ALI] Device 170f
	Kernel driver in use: i915
	Kernel modules: i915, xe
--
0000:01:00.0 VGA compatible controller: NVIDIA Corporation AD107M [GeForce RTX 4060 Max-Q / Mobile] (rev a1)
	Subsystem: Acer Incorporated [ALI] Device 170f
	Kernel driver in use: nouveau
	Kernel modules: nouveau

---

5. lsmod | grep -E "i915|nvidia"

nvidia_wmi_ec_backlight    12288  0
i915                 4804608  21
drm_buddy              28672  2 xe,i915
i2c_algo_bit           24576  3 xe,i915,nouveau
ttm                   118784  4 drm_ttm_helper,xe,i915,nouveau
intel_gtt              28672  1 i915
drm_display_helper    278528  3 xe,i915,nouveau
cec                    94208  3 drm_display_helper,xe,i915
video                  81920  5 nvidia_wmi_ec_backlight,acer_wmi,xe,i915,nouveau
wmi                    32768  6 video,nvidia_wmi_ec_backlight,acer_wmi,wmi_bmof,mxm_wmi,nouveau

Last edited by nktnet (2025-09-14 11:49:12)

Offline

#11 2025-09-14 12:55:17

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

https://wiki.archlinux.org/title/Vulkan#Installation
https://archlinux.org/packages/?name=vulkan-intel
And then in doubt

VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json kitty

any change?

Offline

#12 2025-09-14 13:09:10

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

After running `sudo pacman -S vulkan-intel`,  here is the output for `vulkaninfo --summary`:

==========
VULKANINFO
==========

Vulkan Instance Version: 1.4.321


Instance Extensions: count = 24
-------------------------------
VK_EXT_acquire_drm_display             : extension revision 1
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 10
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_EXT_headless_surface                : extension revision 1
VK_EXT_surface_maintenance1            : extension revision 1
VK_EXT_swapchain_colorspace            : extension revision 5
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_portability_enumeration         : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_surface_protected_capabilities  : extension revision 1
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6
VK_LUNARG_direct_driver_loading        : extension revision 1

Instance Layers:
----------------

Devices:
========
GPU0:
	apiVersion         = 1.4.318
	driverVersion      = 25.2.2
	vendorID           = 0x8086
	deviceID           = 0xa788
	deviceType         = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
	deviceName         = Intel(R) Graphics (RPL-S)
	driverID           = DRIVER_ID_INTEL_OPEN_SOURCE_MESA
	driverName         = Intel open-source Mesa driver
	driverInfo         = Mesa 25.2.2-arch1.2
	conformanceVersion = 1.4.0.0
	deviceUUID         = 868088a7-0400-0000-0002-000000000000
	driverUUID         = 96182e47-a57b-1b57-94bb-7ce8aca32d47

Launching with VK_DRIVER_FILES - still hangs for 3 seconds:

~$ ls -l /usr/share/vulkan/icd.d/intel_icd.x86_64.json 
-rw-r--r-- 1 root root 176 Sep  8 07:24 /usr/share/vulkan/icd.d/intel_icd.x86_64.json
~$ VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json kitty
[3.559] [glfw error 65544]: process_desktop_settings: failed with error: org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop

P.s. something else I noticed is that the issue doesn't happen immediately after a reboot (it takes a few minutes of usage for Kitty to start hanging for 3+ seconds).

Also checked Alacritty with this flag - same as without, i.e. rather than opening and hanging like kitty, alacritty just takes 3+ seconds to open (visually).
Other terminals like foot/st/xterm are working fine as usual.

Last edited by nktnet (2025-09-14 13:16:34)

Offline

#13 2025-09-14 13:37:47

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

This is on wayland/hyprland only? Not eg. on an X11/openbox session?

Offline

#14 2025-09-17 11:33:30

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Apologies for the late response - I haven't been able to reproduce it for a couple days (although haven't had time to use this laptop much recently).

I don't observe the issue anymore on system boot - speculating that a potential way to reproduce is to suspend the laptop for a prolonged period of time, but not sure (seems hit and miss).

My gut feeling is it's likely a Hyprland issue though.

My observations are, for a fresh boot:
- Wayland/Hyprland - kitty enters ready state  slower on fresh boot (around 800ms - 1.2 sec)
- Wayland/Sway - kitty opens quicker (200ms - 400ms)
- X11/Dwm - kitty opens instantly (maybe 10ms - 50ms)

---

Today, from a prolonged session/usage in Hyprland, when kitty was taking 3+ seconds, I tried exiting Hyprland and opening up Sway.
Oddly, what happened was Sway runs very sluggishly. Opening kitty in Sway also took 10+ seconds, and 20+ seconds to close. When attempting to exit Sway, the laptop freezes (waited 2+ minutes. Cannot enter other TTYs)
I think I encountered a similar issue 2-3 times within the past 4 weeks.

Next time kitty is slow, I'll try exiting Hyprland and opening X11/Dwm to see if it's also slow there.

Sorry that the issue isn't very deterministic hmm.

Offline

#15 2025-09-17 13:23:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Oddly, what happened was Sway runs very sluggishly.

Please post your complete system journal for that boot, eg.

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

if it was the previous (-1) one.
You're somehow losing HW acceleration, it seems.

Offline

#16 2025-09-17 13:30:32

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

It was a couple of reboots ago, but I think this is the right one (I see logs for Sway/Kitty crashes):

Sep 15 00:13:44 Tam kernel: Linux version 6.16.7-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Thu, 11 Sep 2025 17:42:36 +0000
Sep 15 00:13:44 Tam kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d5db3bad-6ad2-4662-85be-5c060390b269 rw nosplash text
Sep 15 00:13:44 Tam kernel: x86/CPU: Running old microcode
Sep 15 00:13:44 Tam kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Sep 15 00:13:44 Tam kernel: BIOS-provided physical RAM map:
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003f228fff] usable
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x000000003f229000-0x000000003fb28fff] reserved
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x000000003fb29000-0x000000004193efff] usable
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x000000004193f000-0x00000000439defff] reserved
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x00000000439df000-0x000000004698efff] ACPI NVS
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x000000004698f000-0x0000000046afefff] ACPI data
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x0000000046aff000-0x0000000046afffff] usable
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x0000000046b00000-0x000000004b3fffff] reserved
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x000000004c000000-0x00000000527fffff] reserved
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 15 00:13:44 Tam kernel: BIOS-e820: [mem 0x0000000100000000-0x00000008ad7fffff] usable
Sep 15 00:13:44 Tam kernel: NX (Execute Disable) protection: active
Sep 15 00:13:44 Tam kernel: APIC: Static calls initialized
Sep 15 00:13:44 Tam kernel: efi: EFI v2.8 by INSYDE Corp.
Sep 15 00:13:44 Tam kernel: efi: ACPI=0x46afe000 ACPI 2.0=0x46afe014 TPMFinalLog=0x46866000 SMBIOS=0x41fb8000 MEMATTR=0x3837d018 ESRT=0x392d9418 INITRD=0x38301998 RNG=0x46a73018 TPMEventLog=0x46a6c018 
Sep 15 00:13:44 Tam kernel: random: crng init done
Sep 15 00:13:44 Tam kernel: efi: Remove mem78: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
Sep 15 00:13:44 Tam kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
Sep 15 00:13:44 Tam kernel: efi: Remove mem80: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Sep 15 00:13:44 Tam kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Sep 15 00:13:44 Tam kernel: SMBIOS 3.4 present.
Sep 15 00:13:44 Tam kernel: DMI: Acer Predator PHN16-71/Compass_RTX, BIOS V1.15 11/14/2023
Sep 15 00:13:44 Tam kernel: DMI: Memory slots populated: 2/4
Sep 15 00:13:44 Tam kernel: tsc: Detected 2400.000 MHz processor
Sep 15 00:13:44 Tam kernel: tsc: Detected 2419.200 MHz TSC
Sep 15 00:13:44 Tam kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 15 00:13:44 Tam kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 15 00:13:44 Tam kernel: last_pfn = 0x8ad800 max_arch_pfn = 0x400000000
Sep 15 00:13:44 Tam kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Sep 15 00:13:44 Tam kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 15 00:13:44 Tam kernel: last_pfn = 0x46b00 max_arch_pfn = 0x400000000
Sep 15 00:13:44 Tam kernel: esrt: Reserving ESRT space from 0x00000000392d9418 to 0x00000000392d9478.
Sep 15 00:13:44 Tam kernel: e820: update [mem 0x392d9000-0x392d9fff] usable ==> reserved
Sep 15 00:13:44 Tam kernel: Using GB pages for direct mapping
Sep 15 00:13:44 Tam kernel: Incomplete global flushes, disabling PCID
Sep 15 00:13:44 Tam kernel: Secure boot disabled
Sep 15 00:13:44 Tam kernel: RAMDISK: [mem 0x2e7b1000-0x363e2fff]
Sep 15 00:13:44 Tam kernel: ACPI: Early table checksum verification disabled
Sep 15 00:13:44 Tam kernel: ACPI: RSDP 0x0000000046AFE014 000024 (v02 ACRSYS)
Sep 15 00:13:44 Tam kernel: ACPI: XSDT 0x0000000046ADA188 00014C (v01 ACRSYS ACRPRDCT 00000002      01000013)
Sep 15 00:13:44 Tam kernel: ACPI: FACP 0x0000000046AFD000 000114 (v06 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: DSDT 0x0000000046A93000 03ACBF (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: FACS 0x0000000046840000 000040
Sep 15 00:13:44 Tam kernel: ACPI: UEFI 0x000000004698E000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AF9000 003CBD (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AF8000 00038C (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AF2000 005D34 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AEF000 0029EA (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AEB000 003386 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AEA000 000065 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AE9000 00077B (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: TPM2 0x0000000046AE8000 00004C (v04 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: MSDM 0x0000000046AE7000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AE4000 002B94 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AE3000 000065 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AE1000 00165F (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: LPIT 0x0000000046AE0000 0000CC (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: WSMT 0x0000000046ADF000 000028 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046ADE000 000A7F (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: DBGP 0x0000000046ADD000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: DBG2 0x0000000046ADC000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: NHLT 0x0000000046ADB000 000F4E (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046AD1000 00876D (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: HPET 0x0000000046AD0000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: APIC 0x0000000046ACF000 0001DC (v04 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: MCFG 0x0000000046ACE000 00003C (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046A8A000 0080BA (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: DMAR 0x0000000046A89000 000088 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046A82000 006F36 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: UEFI 0x00000000467F9000 00063A (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: UEFI 0x00000000467F8000 00005C (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046A81000 000B4E (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046A7D000 003AEA (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046A79000 0039DA (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046A78000 000131 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0x0000000046A77000 0000F8 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: FPDT 0x0000000046A76000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: PHAT 0x0000000046A74000 0005B1 (v01 ACRSYS ACRPRDCT 00000005 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: BGRT 0x0000000046A75000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Sep 15 00:13:44 Tam kernel: ACPI: Reserving FACP table memory at [mem 0x46afd000-0x46afd113]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving DSDT table memory at [mem 0x46a93000-0x46acdcbe]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving FACS table memory at [mem 0x46840000-0x4684003f]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving UEFI table memory at [mem 0x4698e000-0x4698e235]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46af9000-0x46afccbc]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46af8000-0x46af838b]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46af2000-0x46af7d33]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46aef000-0x46af19e9]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46aeb000-0x46aee385]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46aea000-0x46aea064]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46ae9000-0x46ae977a]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving TPM2 table memory at [mem 0x46ae8000-0x46ae804b]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving MSDM table memory at [mem 0x46ae7000-0x46ae7054]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46ae4000-0x46ae6b93]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46ae3000-0x46ae3064]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46ae1000-0x46ae265e]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving LPIT table memory at [mem 0x46ae0000-0x46ae00cb]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving WSMT table memory at [mem 0x46adf000-0x46adf027]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46ade000-0x46adea7e]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving DBGP table memory at [mem 0x46add000-0x46add033]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving DBG2 table memory at [mem 0x46adc000-0x46adc053]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving NHLT table memory at [mem 0x46adb000-0x46adbf4d]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46ad1000-0x46ad976c]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving HPET table memory at [mem 0x46ad0000-0x46ad0037]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving APIC table memory at [mem 0x46acf000-0x46acf1db]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving MCFG table memory at [mem 0x46ace000-0x46ace03b]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46a8a000-0x46a920b9]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving DMAR table memory at [mem 0x46a89000-0x46a89087]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46a82000-0x46a88f35]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving UEFI table memory at [mem 0x467f9000-0x467f9639]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving UEFI table memory at [mem 0x467f8000-0x467f805b]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46a81000-0x46a81b4d]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46a7d000-0x46a80ae9]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46a79000-0x46a7c9d9]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46a78000-0x46a78130]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving SSDT table memory at [mem 0x46a77000-0x46a770f7]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving FPDT table memory at [mem 0x46a76000-0x46a76043]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving PHAT table memory at [mem 0x46a74000-0x46a745b0]
Sep 15 00:13:44 Tam kernel: ACPI: Reserving BGRT table memory at [mem 0x46a75000-0x46a75037]
Sep 15 00:13:44 Tam kernel: No NUMA configuration found
Sep 15 00:13:44 Tam kernel: Faking a node at [mem 0x0000000000000000-0x00000008ad7fffff]
Sep 15 00:13:44 Tam kernel: NODE_DATA(0) allocated [mem 0x8ad7d5280-0x8ad7fffff]
Sep 15 00:13:44 Tam kernel: Zone ranges:
Sep 15 00:13:44 Tam kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 15 00:13:44 Tam kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 15 00:13:44 Tam kernel:   Normal   [mem 0x0000000100000000-0x00000008ad7fffff]
Sep 15 00:13:44 Tam kernel:   Device   empty
Sep 15 00:13:44 Tam kernel: Movable zone start for each node
Sep 15 00:13:44 Tam kernel: Early memory node ranges
Sep 15 00:13:44 Tam kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 15 00:13:44 Tam kernel:   node   0: [mem 0x0000000000100000-0x000000003f228fff]
Sep 15 00:13:44 Tam kernel:   node   0: [mem 0x000000003fb29000-0x000000004193efff]
Sep 15 00:13:44 Tam kernel:   node   0: [mem 0x0000000046aff000-0x0000000046afffff]
Sep 15 00:13:44 Tam kernel:   node   0: [mem 0x0000000100000000-0x00000008ad7fffff]
Sep 15 00:13:44 Tam kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000008ad7fffff]
Sep 15 00:13:44 Tam kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 15 00:13:44 Tam kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 15 00:13:44 Tam kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Sep 15 00:13:44 Tam kernel: On node 0, zone DMA32: 20928 pages in unavailable ranges
Sep 15 00:13:44 Tam kernel: On node 0, zone Normal: 5376 pages in unavailable ranges
Sep 15 00:13:44 Tam kernel: On node 0, zone Normal: 10240 pages in unavailable ranges
Sep 15 00:13:44 Tam kernel: Reserving Intel graphics memory at [mem 0x4e800000-0x527fffff]
Sep 15 00:13:44 Tam kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Sep 15 00:13:44 Tam kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 15 00:13:44 Tam kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 15 00:13:44 Tam kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 15 00:13:44 Tam kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 15 00:13:44 Tam kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Sep 15 00:13:44 Tam kernel: e820: update [mem 0x38380000-0x38473fff] usable ==> reserved
Sep 15 00:13:44 Tam kernel: TSC deadline timer available
Sep 15 00:13:44 Tam kernel: CPU topo: Max. logical packages:   1
Sep 15 00:13:44 Tam kernel: CPU topo: Max. logical dies:       1
Sep 15 00:13:44 Tam kernel: CPU topo: Max. dies per package:   1
Sep 15 00:13:44 Tam kernel: CPU topo: Max. threads per core:   2
Sep 15 00:13:44 Tam kernel: CPU topo: Num. cores per package:    24
Sep 15 00:13:44 Tam kernel: CPU topo: Num. threads per package:  32
Sep 15 00:13:44 Tam kernel: CPU topo: Allowing 32 present CPUs plus 0 hotplug CPUs
Sep 15 00:13:44 Tam kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 15 00:13:44 Tam kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Sep 15 00:13:44 Tam kernel: PM: hibernation: Registered nosave memory: [mem 0x38380000-0x38473fff]
Sep 15 00:13:44 Tam kernel: PM: hibernation: Registered nosave memory: [mem 0x392d9000-0x392d9fff]
Sep 15 00:13:44 Tam kernel: PM: hibernation: Registered nosave memory: [mem 0x3f229000-0x3fb28fff]
Sep 15 00:13:44 Tam kernel: PM: hibernation: Registered nosave memory: [mem 0x4193f000-0x46afefff]
Sep 15 00:13:44 Tam kernel: PM: hibernation: Registered nosave memory: [mem 0x46b00000-0xffffffff]
Sep 15 00:13:44 Tam kernel: [mem 0x52800000-0xfed1ffff] available for PCI devices
Sep 15 00:13:44 Tam kernel: Booting paravirtualized kernel on bare hardware
Sep 15 00:13:44 Tam kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Sep 15 00:13:44 Tam kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Sep 15 00:13:44 Tam kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Sep 15 00:13:44 Tam kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Sep 15 00:13:44 Tam kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Sep 15 00:13:44 Tam kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
Sep 15 00:13:44 Tam kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d5db3bad-6ad2-4662-85be-5c060390b269 rw nosplash text
Sep 15 00:13:44 Tam kernel: Unknown kernel command line parameters "nosplash text BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Sep 15 00:13:44 Tam kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 15 00:13:44 Tam kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Sep 15 00:13:44 Tam kernel: printk: log_buf_len min size: 131072 bytes
Sep 15 00:13:44 Tam kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
Sep 15 00:13:44 Tam kernel: printk: early log buf free: 115808(88%)
Sep 15 00:13:44 Tam kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 15 00:13:44 Tam kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 15 00:13:44 Tam kernel: software IO TLB: area num 32.
Sep 15 00:13:44 Tam kernel: Fallback order for Node 0: 0 
Sep 15 00:13:44 Tam kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8316894
Sep 15 00:13:44 Tam kernel: Policy zone: Normal
Sep 15 00:13:44 Tam kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 15 00:13:44 Tam kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Sep 15 00:13:44 Tam kernel: ftrace: allocating 56053 entries in 220 pages
Sep 15 00:13:44 Tam kernel: ftrace: allocated 220 pages with 5 groups
Sep 15 00:13:44 Tam kernel: Dynamic Preempt: full
Sep 15 00:13:44 Tam kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 15 00:13:44 Tam kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
Sep 15 00:13:44 Tam kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 15 00:13:44 Tam kernel:         Trampoline variant of Tasks RCU enabled.
Sep 15 00:13:44 Tam kernel:         Rude variant of Tasks RCU enabled.
Sep 15 00:13:44 Tam kernel:         Tracing variant of Tasks RCU enabled.
Sep 15 00:13:44 Tam kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Sep 15 00:13:44 Tam kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Sep 15 00:13:44 Tam kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
Sep 15 00:13:44 Tam kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
Sep 15 00:13:44 Tam kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
Sep 15 00:13:44 Tam kernel: NR_IRQS: 524544, nr_irqs: 2312, preallocated irqs: 16
Sep 15 00:13:44 Tam kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 15 00:13:44 Tam kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 15 00:13:44 Tam kernel: Console: colour dummy device 80x25
Sep 15 00:13:44 Tam kernel: printk: legacy console [tty0] enabled
Sep 15 00:13:44 Tam kernel: ACPI: Core revision 20250404
Sep 15 00:13:44 Tam kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 15 00:13:44 Tam kernel: APIC: Switch to symmetric I/O mode setup
Sep 15 00:13:44 Tam kernel: DMAR: Host address width 39
Sep 15 00:13:44 Tam kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 15 00:13:44 Tam kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
Sep 15 00:13:44 Tam kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 15 00:13:44 Tam kernel: DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
Sep 15 00:13:44 Tam kernel: DMAR: RMRR base: 0x0000004e000000 end: 0x000000527fffff
Sep 15 00:13:44 Tam kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 15 00:13:44 Tam kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 15 00:13:44 Tam kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 15 00:13:44 Tam kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 15 00:13:44 Tam kernel: x2apic enabled
Sep 15 00:13:44 Tam kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 15 00:13:44 Tam kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
Sep 15 00:13:44 Tam kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4838.40 BogoMIPS (lpj=2419200)
Sep 15 00:13:44 Tam kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 15 00:13:44 Tam kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 15 00:13:44 Tam kernel: CET detected: Indirect Branch Tracking enabled
Sep 15 00:13:44 Tam kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Sep 15 00:13:44 Tam kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Sep 15 00:13:44 Tam kernel: process: using mwait in idle threads
Sep 15 00:13:44 Tam kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 15 00:13:44 Tam kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 15 00:13:44 Tam kernel: Register File Data Sampling: Vulnerable: No microcode
Sep 15 00:13:44 Tam kernel: VMSCAPE: Mitigation: IBPB before exit to userspace
Sep 15 00:13:44 Tam kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 15 00:13:44 Tam kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 15 00:13:44 Tam kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 15 00:13:44 Tam kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 15 00:13:44 Tam kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 15 00:13:44 Tam kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 15 00:13:44 Tam kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 15 00:13:44 Tam kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Sep 15 00:13:44 Tam kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 15 00:13:44 Tam kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Sep 15 00:13:44 Tam kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
Sep 15 00:13:44 Tam kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Sep 15 00:13:44 Tam kernel: Freeing SMP alternatives memory: 56K
Sep 15 00:13:44 Tam kernel: pid_max: default: 32768 minimum: 301
Sep 15 00:13:44 Tam kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 15 00:13:44 Tam kernel: landlock: Up and running.
Sep 15 00:13:44 Tam kernel: Yama: becoming mindful.
Sep 15 00:13:44 Tam kernel: LSM support for eBPF active
Sep 15 00:13:44 Tam kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 15 00:13:44 Tam kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 15 00:13:44 Tam kernel: smpboot: CPU0: 13th Gen Intel(R) Core(TM) i9-13900HX (family: 0x6, model: 0xb7, stepping: 0x1)
Sep 15 00:13:44 Tam kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 15 00:13:44 Tam kernel: core: cpu_core PMU driver: 
Sep 15 00:13:44 Tam kernel: ... version:                5
Sep 15 00:13:44 Tam kernel: ... bit width:              48
Sep 15 00:13:44 Tam kernel: ... generic registers:      8
Sep 15 00:13:44 Tam kernel: ... value mask:             0000ffffffffffff
Sep 15 00:13:44 Tam kernel: ... max period:             00007fffffffffff
Sep 15 00:13:44 Tam kernel: ... fixed-purpose events:   4
Sep 15 00:13:44 Tam kernel: ... event mask:             0001000f000000ff
Sep 15 00:13:44 Tam kernel: signal: max sigframe size: 3632
Sep 15 00:13:44 Tam kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2218
Sep 15 00:13:44 Tam kernel: rcu: Hierarchical SRCU implementation.
Sep 15 00:13:44 Tam kernel: rcu:         Max phase no-delay instances is 400.
Sep 15 00:13:44 Tam kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 15 00:13:44 Tam kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 15 00:13:44 Tam kernel: smp: Bringing up secondary CPUs ...
Sep 15 00:13:44 Tam kernel: smpboot: x86: Booting SMP configuration:
Sep 15 00:13:44 Tam kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
Sep 15 00:13:44 Tam kernel: core: cpu_atom PMU driver: 
Sep 15 00:13:44 Tam kernel: ... version:                5
Sep 15 00:13:44 Tam kernel: ... bit width:              48
Sep 15 00:13:44 Tam kernel: ... generic registers:      6
Sep 15 00:13:44 Tam kernel: ... value mask:             0000ffffffffffff
Sep 15 00:13:44 Tam kernel: ... max period:             00007fffffffffff
Sep 15 00:13:44 Tam kernel: ... fixed-purpose events:   3
Sep 15 00:13:44 Tam kernel: ... event mask:             000000070000003f
Sep 15 00:13:44 Tam kernel:   #1  #3  #5  #7  #9 #11 #13 #15
Sep 15 00:13:44 Tam kernel: smp: Brought up 1 node, 32 CPUs
Sep 15 00:13:44 Tam kernel: smpboot: Total of 32 processors activated (154828.80 BogoMIPS)
Sep 15 00:13:44 Tam kernel: Memory: 32386544K/33267576K available (19860K kernel code, 2942K rwdata, 16656K rodata, 4660K init, 4952K bss, 835924K reserved, 0K cma-reserved)
Sep 15 00:13:44 Tam kernel: devtmpfs: initialized
Sep 15 00:13:44 Tam kernel: x86/mm: Memory block size: 128MB
Sep 15 00:13:44 Tam kernel: ACPI: PM: Registering ACPI NVS region [mem 0x439df000-0x4698efff] (50003968 bytes)
Sep 15 00:13:44 Tam kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Sep 15 00:13:44 Tam kernel: posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
Sep 15 00:13:44 Tam kernel: futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
Sep 15 00:13:44 Tam kernel: pinctrl core: initialized pinctrl subsystem
Sep 15 00:13:44 Tam kernel: PM: RTC time: 14:13:40, date: 2025-09-14
Sep 15 00:13:44 Tam kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 15 00:13:44 Tam kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 15 00:13:44 Tam kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 15 00:13:44 Tam kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 15 00:13:44 Tam kernel: audit: initializing netlink subsys (disabled)
Sep 15 00:13:44 Tam kernel: audit: type=2000 audit(1757859220.055:1): state=initialized audit_enabled=0 res=1
Sep 15 00:13:44 Tam kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 15 00:13:44 Tam kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 15 00:13:44 Tam kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 15 00:13:44 Tam kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 15 00:13:44 Tam kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 15 00:13:44 Tam kernel: cpuidle: using governor ladder
Sep 15 00:13:44 Tam kernel: cpuidle: using governor menu
Sep 15 00:13:44 Tam kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 15 00:13:44 Tam kernel: PCI: ECAM [mem 0xc0000000-0xce0fffff] (base 0xc0000000) for domain 0000 [bus 00-e0]
Sep 15 00:13:44 Tam kernel: PCI: Using configuration type 1 for base access
Sep 15 00:13:44 Tam kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 15 00:13:44 Tam kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=8
Sep 15 00:13:44 Tam kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 15 00:13:44 Tam kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 15 00:13:44 Tam kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 15 00:13:44 Tam kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 15 00:13:44 Tam kernel: raid6: skipped pq benchmark and selected avx2x4
Sep 15 00:13:44 Tam kernel: raid6: using avx2x2 recovery algorithm
Sep 15 00:13:44 Tam kernel: ACPI: Added _OSI(Module Device)
Sep 15 00:13:44 Tam kernel: ACPI: Added _OSI(Processor Device)
Sep 15 00:13:44 Tam kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 15 00:13:44 Tam kernel: ACPI: 19 ACPI AML tables successfully acquired and loaded
Sep 15 00:13:44 Tam kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 15 00:13:44 Tam kernel: ACPI: Dynamic OEM Table Load:
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0xFFFF8B41822B9400 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
Sep 15 00:13:44 Tam kernel: ACPI: Dynamic OEM Table Load:
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0xFFFF8B41822B0000 00053F (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
Sep 15 00:13:44 Tam kernel: ACPI: Dynamic OEM Table Load:
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0xFFFF8B4183BBA200 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
Sep 15 00:13:44 Tam kernel: ACPI: Dynamic OEM Table Load:
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0xFFFF8B41822B7000 0004B5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
Sep 15 00:13:44 Tam kernel: ACPI: Dynamic OEM Table Load:
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0xFFFF8B41822AC000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
Sep 15 00:13:44 Tam kernel: ACPI: Dynamic OEM Table Load:
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0xFFFF8B41822A8000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
Sep 15 00:13:44 Tam kernel: ACPI: Dynamic OEM Table Load:
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0xFFFF8B4184002000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
Sep 15 00:13:44 Tam kernel: ACPI: Dynamic OEM Table Load:
Sep 15 00:13:44 Tam kernel: ACPI: SSDT 0xFFFF8B41822C8000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
Sep 15 00:13:44 Tam kernel: ACPI: EC: EC started
Sep 15 00:13:44 Tam kernel: ACPI: EC: interrupt blocked
Sep 15 00:13:44 Tam kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 15 00:13:44 Tam kernel: ACPI: Interpreter enabled
Sep 15 00:13:44 Tam kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 15 00:13:44 Tam kernel: ACPI: Using IOAPIC for interrupt routing
Sep 15 00:13:44 Tam kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 15 00:13:44 Tam kernel: PCI: Ignoring E820 reservations for host bridge windows
Sep 15 00:13:44 Tam kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.PEG1.PXP_: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS14.BTRT: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.RP25.PXP_: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.VMD0.PEG2.NVPR: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.VMD0.VOL0.V0PR: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.VMD0.VOL1.V1PR: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.VMD0.VOL2.V2PR: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.VMD0.VOL3.V3PR: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: \PIN_: New power resource
Sep 15 00:13:44 Tam kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
Sep 15 00:13:44 Tam kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 15 00:13:44 Tam kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 15 00:13:44 Tam kernel: PCI host bridge to bus 0000:00
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: root bus resource [mem 0x52800000-0xbfffffff window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
Sep 15 00:13:44 Tam kernel: pci 0000:00:00.0: [8086:a702] type 00 class 0x060000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0: [8086:a70d] type 01 class 0x060400 PCIe Root Port
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0:   bridge window [mem 0x86000000-0x870fffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: [8086:a788] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: BAR 0 [mem 0x6204000000-0x6204ffffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: BAR 4 [io  0x5000-0x503f]
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
Sep 15 00:13:44 Tam kernel: pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:04.0: BAR 0 [mem 0x6205200000-0x620521ffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:08.0: BAR 0 [mem 0x6205233000-0x6205233fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:0e.0: [8086:a77f] type 00 class 0x010400 PCIe Root Complex Integrated Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:0e.0: BAR 0 [mem 0x6202000000-0x6203ffffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:0e.0: BAR 2 [mem 0x84000000-0x85ffffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:0e.0: BAR 4 [mem 0x6205100000-0x62051fffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.0: [8086:7a60] type 00 class 0x0c0330 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.0: BAR 0 [mem 0x82380000-0x8238ffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.2: [8086:7a27] type 00 class 0x050000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.2: BAR 0 [mem 0x6205228000-0x620522bfff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.2: BAR 2 [mem 0x6205232000-0x6205232fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.3: [8086:7a70] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.3: BAR 0 [mem 0x6205224000-0x6205227fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:15.0: [8086:7a4c] type 00 class 0x0c8000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:15.3: [8086:7a4f] type 00 class 0x0c8000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:16.0: [8086:7a68] type 00 class 0x078000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:16.0: BAR 0 [mem 0x620522f000-0x620522ffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:16.0: PME# supported from D3hot
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: [8086:7a48] type 01 class 0x060400 PCIe Root Port
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: PCI bridge to [bus 02-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0:   bridge window [mem 0x54000000-0x820fffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0:   bridge window [mem 0x6210000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: PTM enabled (root), 4ns granularity
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0: [8086:7a3c] type 01 class 0x060400 PCIe Root Port
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0: PCI bridge to [bus 6c]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0:   bridge window [mem 0x82200000-0x822fffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6: [8086:7a3e] type 01 class 0x060400 PCIe Root Port
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6: PCI bridge to [bus 6d]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6:   bridge window [io  0x3000-0x3fff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6:   bridge window [mem 0x82100000-0x821fffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6: PTM enabled (root), 4ns granularity
Sep 15 00:13:44 Tam kernel: pci 0000:00:1e.0: [8086:7a28] type 00 class 0x078000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1e.3: [8086:7a2b] type 00 class 0x0c8000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:1e.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.0: [8086:7a0c] type 00 class 0x060100 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.3: [8086:7a50] type 00 class 0x040100 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6205220000-0x6205223fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6205000000-0x62050fffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.4: [8086:7a23] type 00 class 0x0c0500 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.4: BAR 0 [mem 0x620522c000-0x620522c0ff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.5: [8086:7a24] type 00 class 0x0c8000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: [10de:28e0] type 00 class 0x030000 PCIe Legacy Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: BAR 0 [mem 0x86000000-0x86ffffff]
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: BAR 1 [mem 0x6000000000-0x61ffffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: BAR 3 [mem 0x6200000000-0x6201ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: BAR 5 [io  0x4000-0x407f]
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.1: BAR 0 [mem 0x87000000-0x87003fff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: [8086:1136] type 01 class 0x060400 PCIe Switch Upstream Port
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: PCI bridge to [bus 03-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0:   bridge window [mem 0x54000000-0x81efffff]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0:   bridge window [mem 0x6210000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: enabling Extended Tags
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: supports D1 D2
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: PTM enabled, 4ns granularity
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: PCI bridge to [bus 02-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0: [8086:1136] type 01 class 0x060400 PCIe Switch Downstream Port
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0:   bridge window [mem 0x625a000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0: enabling Extended Tags
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0: supports D1 D2
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: [8086:1136] type 01 class 0x060400 PCIe Switch Downstream Port
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: PCI bridge to [bus 05-37]
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0:   bridge window [mem 0x6b000000-0x81efffff]
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0:   bridge window [mem 0x6235000000-0x6259ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: enabling Extended Tags
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: supports D1 D2
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0: [8086:1136] type 01 class 0x060400 PCIe Switch Downstream Port
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0: PCI bridge to [bus 38]
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0:   bridge window [mem 0x6af00000-0x6affffff]
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0: enabling Extended Tags
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0: supports D1 D2
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: [8086:1136] type 01 class 0x060400 PCIe Switch Downstream Port
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: PCI bridge to [bus 39-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0:   bridge window [mem 0x54000000-0x6aefffff]
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0:   bridge window [mem 0x6210000000-0x6234ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: enabling Extended Tags
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: supports D1 D2
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: PCI bridge to [bus 03-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:04:00.0: [8086:1137] type 00 class 0x0c0340 PCIe Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:04:00.0: BAR 0 [mem 0x625a000000-0x625a03ffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:04:00.0: BAR 2 [mem 0x625a040000-0x625a040fff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:04:00.0: enabling Extended Tags
Sep 15 00:13:44 Tam kernel: pci 0000:04:00.0: supports D1 D2
Sep 15 00:13:44 Tam kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: PCI bridge to [bus 05-37]
Sep 15 00:13:44 Tam kernel: pci 0000:38:00.0: [8086:1138] type 00 class 0x0c0330 PCIe Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:38:00.0: BAR 0 [mem 0x6af00000-0x6af0ffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:38:00.0: enabling Extended Tags
Sep 15 00:13:44 Tam kernel: pci 0000:38:00.0: PME# supported from D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0: PCI bridge to [bus 38]
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: PCI bridge to [bus 39-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:6c:00.0: [10ec:522a] type 00 class 0xff0000 PCIe Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:6c:00.0: BAR 0 [mem 0x82200000-0x82200fff]
Sep 15 00:13:44 Tam kernel: pci 0000:6c:00.0: supports D1 D2
Sep 15 00:13:44 Tam kernel: pci 0000:6c:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0: PCI bridge to [bus 6c]
Sep 15 00:13:44 Tam kernel: pci 0000:6d:00.0: [10ec:2600] type 00 class 0x020000 PCIe Endpoint
Sep 15 00:13:44 Tam kernel: pci 0000:6d:00.0: BAR 0 [io  0x3000-0x30ff]
Sep 15 00:13:44 Tam kernel: pci 0000:6d:00.0: BAR 2 [mem 0x82104000-0x82104fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:6d:00.0: BAR 4 [mem 0x82100000-0x82103fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 0000:6d:00.0: supports D1 D2
Sep 15 00:13:44 Tam kernel: pci 0000:6d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6: PCI bridge to [bus 6d]
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x79)
Sep 15 00:13:44 Tam kernel: ACPI: EC: interrupt unblocked
Sep 15 00:13:44 Tam kernel: ACPI: EC: event unblocked
Sep 15 00:13:44 Tam kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 15 00:13:44 Tam kernel: ACPI: EC: GPE=0x6e
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 15 00:13:44 Tam kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Sep 15 00:13:44 Tam kernel: iommu: Default domain type: Translated
Sep 15 00:13:44 Tam kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 15 00:13:44 Tam kernel: SCSI subsystem initialized
Sep 15 00:13:44 Tam kernel: libata version 3.00 loaded.
Sep 15 00:13:44 Tam kernel: ACPI: bus type USB registered
Sep 15 00:13:44 Tam kernel: usbcore: registered new interface driver usbfs
Sep 15 00:13:44 Tam kernel: usbcore: registered new interface driver hub
Sep 15 00:13:44 Tam kernel: usbcore: registered new device driver usb
Sep 15 00:13:44 Tam kernel: EDAC MC: Ver: 3.0.0
Sep 15 00:13:44 Tam kernel: efivars: Registered efivars operations
Sep 15 00:13:44 Tam kernel: NetLabel: Initializing
Sep 15 00:13:44 Tam kernel: NetLabel:  domain hash size = 128
Sep 15 00:13:44 Tam kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 15 00:13:44 Tam kernel: NetLabel:  unlabeled traffic allowed by default
Sep 15 00:13:44 Tam kernel: mctp: management component transport protocol core
Sep 15 00:13:44 Tam kernel: NET: Registered PF_MCTP protocol family
Sep 15 00:13:44 Tam kernel: PCI: Using ACPI for IRQ routing
Sep 15 00:13:44 Tam kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
Sep 15 00:13:44 Tam kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Sep 15 00:13:44 Tam kernel: e820: reserve RAM buffer [mem 0x38380000-0x3bffffff]
Sep 15 00:13:44 Tam kernel: e820: reserve RAM buffer [mem 0x392d9000-0x3bffffff]
Sep 15 00:13:44 Tam kernel: e820: reserve RAM buffer [mem 0x3f229000-0x3fffffff]
Sep 15 00:13:44 Tam kernel: e820: reserve RAM buffer [mem 0x4193f000-0x43ffffff]
Sep 15 00:13:44 Tam kernel: e820: reserve RAM buffer [mem 0x46b00000-0x47ffffff]
Sep 15 00:13:44 Tam kernel: e820: reserve RAM buffer [mem 0x8ad800000-0x8afffffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 15 00:13:44 Tam kernel: vgaarb: loaded
Sep 15 00:13:44 Tam kernel: Monitor-Mwait will be used to enter C-1 state
Sep 15 00:13:44 Tam kernel: Monitor-Mwait will be used to enter C-2 state
Sep 15 00:13:44 Tam kernel: Monitor-Mwait will be used to enter C-3 state
Sep 15 00:13:44 Tam kernel: clocksource: Switched to clocksource tsc-early
Sep 15 00:13:44 Tam kernel: VFS: Disk quotas dquot_6.6.0
Sep 15 00:13:44 Tam kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 15 00:13:44 Tam kernel: pnp: PnP ACPI init
Sep 15 00:13:44 Tam kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Sep 15 00:13:44 Tam kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Sep 15 00:13:44 Tam kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Sep 15 00:13:44 Tam kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
Sep 15 00:13:44 Tam kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
Sep 15 00:13:44 Tam kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
Sep 15 00:13:44 Tam kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
Sep 15 00:13:44 Tam kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 15 00:13:44 Tam kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
Sep 15 00:13:44 Tam kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 15 00:13:44 Tam kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
Sep 15 00:13:44 Tam kernel: pnp: PnP ACPI: found 7 devices
Sep 15 00:13:44 Tam kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 15 00:13:44 Tam kernel: NET: Registered PF_INET protocol family
Sep 15 00:13:44 Tam kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 15 00:13:44 Tam kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Sep 15 00:13:44 Tam kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 15 00:13:44 Tam kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 15 00:13:44 Tam kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 15 00:13:44 Tam kernel: TCP: Hash tables configured (established 262144 bind 65536)
Sep 15 00:13:44 Tam kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Sep 15 00:13:44 Tam kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Sep 15 00:13:44 Tam kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Sep 15 00:13:44 Tam kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 15 00:13:44 Tam kernel: NET: Registered PF_XDP protocol family
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-37] add_size 1000
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: bridge window [io  0x1000-0x0fff] to [bus 39-6b] add_size 1000
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-6b] add_size 2000
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: bridge window [io  0x1000-0x0fff] to [bus 02-6b] add_size 3000
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: bridge window [io  0x6000-0x8fff]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:00:1e.0: BAR 0 [mem 0x4017002000-0x4017002fff 64bit]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:00:1e.3: BAR 0 [mem 0x4017003000-0x4017003fff 64bit]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.5: BAR 0 [mem 0x52800000-0x52800fff]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: ROM [mem 0x87080000-0x870fffff pref]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0:   bridge window [mem 0x86000000-0x870fffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: bridge window [io  0x6000-0x7fff]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: bridge window [io  0x6000-0x6fff]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: bridge window [io  0x7000-0x7fff]: assigned
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0:   bridge window [mem 0x625a000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: PCI bridge to [bus 05-37]
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0:   bridge window [io  0x6000-0x6fff]
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0:   bridge window [mem 0x6b000000-0x81efffff]
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0:   bridge window [mem 0x6235000000-0x6259ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0: PCI bridge to [bus 38]
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0:   bridge window [mem 0x6af00000-0x6affffff]
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: PCI bridge to [bus 39-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0:   bridge window [io  0x7000-0x7fff]
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0:   bridge window [mem 0x54000000-0x6aefffff]
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0:   bridge window [mem 0x6210000000-0x6234ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: PCI bridge to [bus 03-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0:   bridge window [io  0x6000-0x7fff]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0:   bridge window [mem 0x54000000-0x81efffff]
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0:   bridge window [mem 0x6210000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: PCI bridge to [bus 02-6b]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0:   bridge window [io  0x6000-0x8fff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0:   bridge window [mem 0x54000000-0x820fffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0:   bridge window [mem 0x6210000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0: PCI bridge to [bus 6c]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0:   bridge window [mem 0x82200000-0x822fffff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6: PCI bridge to [bus 6d]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6:   bridge window [io  0x3000-0x3fff]
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6:   bridge window [mem 0x82100000-0x821fffff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: resource 7 [mem 0x52800000-0xbfffffff window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:01: resource 1 [mem 0x86000000-0x870fffff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:02: resource 0 [io  0x6000-0x8fff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:02: resource 1 [mem 0x54000000-0x820fffff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:02: resource 2 [mem 0x6210000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:03: resource 0 [io  0x6000-0x7fff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:03: resource 1 [mem 0x54000000-0x81efffff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:03: resource 2 [mem 0x6210000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:04: resource 2 [mem 0x625a000000-0x625a0fffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:05: resource 0 [io  0x6000-0x6fff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:05: resource 1 [mem 0x6b000000-0x81efffff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:05: resource 2 [mem 0x6235000000-0x6259ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:38: resource 1 [mem 0x6af00000-0x6affffff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:39: resource 0 [io  0x7000-0x7fff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:39: resource 1 [mem 0x54000000-0x6aefffff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:39: resource 2 [mem 0x6210000000-0x6234ffffff 64bit pref]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:6c: resource 1 [mem 0x82200000-0x822fffff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:6d: resource 0 [io  0x3000-0x3fff]
Sep 15 00:13:44 Tam kernel: pci_bus 0000:6d: resource 1 [mem 0x82100000-0x821fffff]
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Sep 15 00:13:44 Tam kernel: PCI: CLS 64 bytes, default 64
Sep 15 00:13:44 Tam kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Sep 15 00:13:44 Tam kernel: DMAR: No ATSR found
Sep 15 00:13:44 Tam kernel: DMAR: No SATC found
Sep 15 00:13:44 Tam kernel: DMAR: dmar0: Using Queued invalidation
Sep 15 00:13:44 Tam kernel: DMAR: dmar1: Using Queued invalidation
Sep 15 00:13:44 Tam kernel: Trying to unpack rootfs image as initramfs...
Sep 15 00:13:44 Tam kernel: pci 0000:00:02.0: Adding to iommu group 0
Sep 15 00:13:44 Tam kernel: pci 0000:00:00.0: Adding to iommu group 1
Sep 15 00:13:44 Tam kernel: pci 0000:00:01.0: Adding to iommu group 2
Sep 15 00:13:44 Tam kernel: pci 0000:00:04.0: Adding to iommu group 3
Sep 15 00:13:44 Tam kernel: pci 0000:00:08.0: Adding to iommu group 4
Sep 15 00:13:44 Tam kernel: pci 0000:00:0e.0: Adding to iommu group 5
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.0: Adding to iommu group 6
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.2: Adding to iommu group 6
Sep 15 00:13:44 Tam kernel: pci 0000:00:14.3: Adding to iommu group 7
Sep 15 00:13:44 Tam kernel: pci 0000:00:15.0: Adding to iommu group 8
Sep 15 00:13:44 Tam kernel: pci 0000:00:15.3: Adding to iommu group 8
Sep 15 00:13:44 Tam kernel: pci 0000:00:16.0: Adding to iommu group 9
Sep 15 00:13:44 Tam kernel: pci 0000:00:1a.0: Adding to iommu group 10
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.0: Adding to iommu group 11
Sep 15 00:13:44 Tam kernel: pci 0000:00:1c.6: Adding to iommu group 12
Sep 15 00:13:44 Tam kernel: pci 0000:00:1e.0: Adding to iommu group 13
Sep 15 00:13:44 Tam kernel: pci 0000:00:1e.3: Adding to iommu group 13
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.0: Adding to iommu group 14
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.3: Adding to iommu group 14
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.4: Adding to iommu group 14
Sep 15 00:13:44 Tam kernel: pci 0000:00:1f.5: Adding to iommu group 14
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: Adding to iommu group 15
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.1: Adding to iommu group 15
Sep 15 00:13:44 Tam kernel: pci 0000:02:00.0: Adding to iommu group 16
Sep 15 00:13:44 Tam kernel: pci 0000:03:00.0: Adding to iommu group 17
Sep 15 00:13:44 Tam kernel: pci 0000:03:01.0: Adding to iommu group 18
Sep 15 00:13:44 Tam kernel: pci 0000:03:02.0: Adding to iommu group 19
Sep 15 00:13:44 Tam kernel: pci 0000:03:03.0: Adding to iommu group 20
Sep 15 00:13:44 Tam kernel: pci 0000:04:00.0: Adding to iommu group 21
Sep 15 00:13:44 Tam kernel: pci 0000:38:00.0: Adding to iommu group 22
Sep 15 00:13:44 Tam kernel: pci 0000:6c:00.0: Adding to iommu group 23
Sep 15 00:13:44 Tam kernel: pci 0000:6d:00.0: Adding to iommu group 24
Sep 15 00:13:44 Tam kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Sep 15 00:13:44 Tam kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 15 00:13:44 Tam kernel: software IO TLB: mapped [mem 0x0000000026b40000-0x000000002ab40000] (64MB)
Sep 15 00:13:44 Tam kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
Sep 15 00:13:44 Tam kernel: clocksource: Switched to clocksource tsc
Sep 15 00:13:44 Tam kernel: Initialise system trusted keyrings
Sep 15 00:13:44 Tam kernel: Key type blacklist registered
Sep 15 00:13:44 Tam kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
Sep 15 00:13:44 Tam kernel: fuse: init (API version 7.44)
Sep 15 00:13:44 Tam kernel: integrity: Platform Keyring initialized
Sep 15 00:13:44 Tam kernel: integrity: Machine keyring initialized
Sep 15 00:13:44 Tam kernel: xor: automatically using best checksumming function   avx       
Sep 15 00:13:44 Tam kernel: Key type asymmetric registered
Sep 15 00:13:44 Tam kernel: Asymmetric key parser 'x509' registered
Sep 15 00:13:44 Tam kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 15 00:13:44 Tam kernel: io scheduler mq-deadline registered
Sep 15 00:13:44 Tam kernel: io scheduler kyber registered
Sep 15 00:13:44 Tam kernel: io scheduler bfq registered
Sep 15 00:13:44 Tam kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 15 00:13:44 Tam kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Sep 15 00:13:44 Tam kernel: pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
Sep 15 00:13:44 Tam kernel: pcieport 0000:00:1a.0: AER: enabled with IRQ 123
Sep 15 00:13:44 Tam kernel: pcieport 0000:00:1a.0: pciehp: Slot #24 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 15 00:13:44 Tam kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
Sep 15 00:13:44 Tam kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 124
Sep 15 00:13:44 Tam kernel: pcieport 0000:00:1c.6: PME: Signaling with IRQ 125
Sep 15 00:13:44 Tam kernel: pcieport 0000:00:1c.6: AER: enabled with IRQ 125
Sep 15 00:13:44 Tam kernel: pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 15 00:13:44 Tam kernel: pcieport 0000:03:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 15 00:13:44 Tam kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Sep 15 00:13:44 Tam kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 15 00:13:44 Tam kernel: ACPI: button: Power Button [PWRB]
Sep 15 00:13:44 Tam kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Sep 15 00:13:44 Tam kernel: ACPI: button: Lid Switch [LID0]
Sep 15 00:13:44 Tam kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Sep 15 00:13:44 Tam kernel: ACPI: button: Power Button [PWRF]
Sep 15 00:13:44 Tam kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 15 00:13:44 Tam kernel: ACPI: thermal: Thermal Zone [TZ01] (75 C)
Sep 15 00:13:44 Tam kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 15 00:13:44 Tam kernel: ACPI: battery: Slot [BAT1] (battery present)
Sep 15 00:13:44 Tam kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 15 00:13:44 Tam kernel: Non-volatile memory driver v1.3
Sep 15 00:13:44 Tam kernel: Linux agpgart interface v0.103
Sep 15 00:13:44 Tam kernel: Freeing initrd memory: 127176K
Sep 15 00:13:44 Tam kernel: ACPI: bus type drm_connector registered
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
Sep 15 00:13:44 Tam kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 15 00:13:44 Tam kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 15 00:13:44 Tam kernel: usb usb1: Product: xHCI Host Controller
Sep 15 00:13:44 Tam kernel: usb usb1: Manufacturer: Linux 6.16.7-arch1-1 xhci-hcd
Sep 15 00:13:44 Tam kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 15 00:13:44 Tam kernel: hub 1-0:1.0: USB hub found
Sep 15 00:13:44 Tam kernel: hub 1-0:1.0: 16 ports detected
Sep 15 00:13:44 Tam kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 15 00:13:44 Tam kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 15 00:13:44 Tam kernel: usb usb2: Product: xHCI Host Controller
Sep 15 00:13:44 Tam kernel: usb usb2: Manufacturer: Linux 6.16.7-arch1-1 xhci-hcd
Sep 15 00:13:44 Tam kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 15 00:13:44 Tam kernel: hub 2-0:1.0: USB hub found
Sep 15 00:13:44 Tam kernel: hub 2-0:1.0: 10 ports detected
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:38:00.0: xHCI Host Controller
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 3
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:38:00.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000200009810
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:38:00.0: xHCI Host Controller
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 4
Sep 15 00:13:44 Tam kernel: xhci_hcd 0000:38:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 15 00:13:44 Tam kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 15 00:13:44 Tam kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 15 00:13:44 Tam kernel: usb usb3: Product: xHCI Host Controller
Sep 15 00:13:44 Tam kernel: usb usb3: Manufacturer: Linux 6.16.7-arch1-1 xhci-hcd
Sep 15 00:13:44 Tam kernel: usb usb3: SerialNumber: 0000:38:00.0
Sep 15 00:13:44 Tam kernel: hub 3-0:1.0: USB hub found
Sep 15 00:13:44 Tam kernel: hub 3-0:1.0: 2 ports detected
Sep 15 00:13:44 Tam kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 15 00:13:44 Tam kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 15 00:13:44 Tam kernel: usb usb4: Product: xHCI Host Controller
Sep 15 00:13:44 Tam kernel: usb usb4: Manufacturer: Linux 6.16.7-arch1-1 xhci-hcd
Sep 15 00:13:44 Tam kernel: usb usb4: SerialNumber: 0000:38:00.0
Sep 15 00:13:44 Tam kernel: hub 4-0:1.0: USB hub found
Sep 15 00:13:44 Tam kernel: hub 4-0:1.0: 2 ports detected
Sep 15 00:13:44 Tam kernel: usbcore: registered new interface driver usbserial_generic
Sep 15 00:13:44 Tam kernel: usbserial: USB Serial support registered for generic
Sep 15 00:13:44 Tam kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Sep 15 00:13:44 Tam kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Sep 15 00:13:44 Tam kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 15 00:13:44 Tam kernel: rtc_cmos 00:01: RTC can wake from S4
Sep 15 00:13:44 Tam kernel: rtc_cmos 00:01: registered as rtc0
Sep 15 00:13:44 Tam kernel: rtc_cmos 00:01: setting system clock to 2025-09-14T14:13:40 UTC (1757859220)
Sep 15 00:13:44 Tam kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Sep 15 00:13:44 Tam kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Sep 15 00:13:44 Tam kernel: intel_pstate: Intel P-state driver initializing
Sep 15 00:13:44 Tam kernel: intel_pstate: HWP enabled
Sep 15 00:13:44 Tam kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Sep 15 00:13:44 Tam kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 15 00:13:44 Tam kernel: fbcon: Deferring console take-over
Sep 15 00:13:44 Tam kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 15 00:13:44 Tam kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 15 00:13:44 Tam kernel: usbcore: registered new interface driver usbhid
Sep 15 00:13:44 Tam kernel: usbhid: USB HID core driver
Sep 15 00:13:44 Tam kernel: drop_monitor: Initializing network drop monitor service
Sep 15 00:13:44 Tam kernel: NET: Registered PF_INET6 protocol family
Sep 15 00:13:44 Tam kernel: Segment Routing with IPv6
Sep 15 00:13:44 Tam kernel: RPL Segment Routing with IPv6
Sep 15 00:13:44 Tam kernel: In-situ OAM (IOAM) with IPv6
Sep 15 00:13:44 Tam kernel: NET: Registered PF_PACKET protocol family
Sep 15 00:13:44 Tam kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Sep 15 00:13:44 Tam kernel: microcode: Current revision: 0x00000115
Sep 15 00:13:44 Tam kernel: IPI shorthand broadcast: enabled
Sep 15 00:13:44 Tam kernel: sched_clock: Marking stable (635000613, 6335902)->(670095830, -28759315)
Sep 15 00:13:44 Tam kernel: registered taskstats version 1
Sep 15 00:13:44 Tam kernel: Loading compiled-in X.509 certificates
Sep 15 00:13:44 Tam kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a55fe929ad1823e0e0019833d36466c5316dadf6'
Sep 15 00:13:44 Tam kernel: zswap: loaded using pool zstd/zsmalloc
Sep 15 00:13:44 Tam kernel: Demotion targets for Node 0: null
Sep 15 00:13:44 Tam kernel: Key type .fscrypt registered
Sep 15 00:13:44 Tam kernel: Key type fscrypt-provisioning registered
Sep 15 00:13:44 Tam kernel: Btrfs loaded, zoned=yes, fsverity=yes
Sep 15 00:13:44 Tam kernel: Key type big_key registered
Sep 15 00:13:44 Tam kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 15 00:13:44 Tam kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 15 00:13:44 Tam kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 15 00:13:44 Tam kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 15 00:13:44 Tam kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 15 00:13:44 Tam kernel: integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
Sep 15 00:13:44 Tam kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 15 00:13:44 Tam kernel: integrity: Loaded X.509 cert 'LINPUS: 967f81f2f4f5ac0f24fca5e42982e4ad1e56ddff'
Sep 15 00:13:44 Tam kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 15 00:13:44 Tam kernel: integrity: Loaded X.509 cert 'Linpus: linpus.com: 2e092cab5e97a89f94a6e272ec7267c267cf4483'
Sep 15 00:13:44 Tam kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 15 00:13:44 Tam kernel: integrity: Loaded X.509 cert 'Quanta NB4: 073d6a4c306ea5b9499e861c7ba55cde'
Sep 15 00:13:44 Tam kernel: PM:   Magic number: 9:722:232
Sep 15 00:13:44 Tam kernel: platform acpi-cpufreq: hash matches
Sep 15 00:13:44 Tam kernel: acpi device:79: hash matches
Sep 15 00:13:44 Tam kernel: acpi device:4c: hash matches
Sep 15 00:13:44 Tam kernel: memory memory110: hash matches
Sep 15 00:13:44 Tam kernel: RAS: Correctable Errors collector initialized.
Sep 15 00:13:44 Tam kernel: clk: Disabling unused clocks
Sep 15 00:13:44 Tam kernel: PM: genpd: Disabling unused power domains
Sep 15 00:13:44 Tam kernel: Freeing unused decrypted memory: 2028K
Sep 15 00:13:44 Tam kernel: Freeing unused kernel image (initmem) memory: 4660K
Sep 15 00:13:44 Tam kernel: Write protecting the kernel read-only data: 38912k
Sep 15 00:13:44 Tam kernel: Freeing unused kernel image (text/rodata gap) memory: 616K
Sep 15 00:13:44 Tam kernel: Freeing unused kernel image (rodata/data gap) memory: 1776K
Sep 15 00:13:44 Tam kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 15 00:13:44 Tam kernel: rodata_test: all tests were successful
Sep 15 00:13:44 Tam kernel: Run /init as init process
Sep 15 00:13:44 Tam kernel:   with arguments:
Sep 15 00:13:44 Tam kernel:     /init
Sep 15 00:13:44 Tam kernel:     nosplash
Sep 15 00:13:44 Tam kernel:     text
Sep 15 00:13:44 Tam kernel:   with environment:
Sep 15 00:13:44 Tam kernel:     HOME=/
Sep 15 00:13:44 Tam kernel:     TERM=linux
Sep 15 00:13:44 Tam kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Sep 15 00:13:44 Tam kernel: fbcon: Taking over console
Sep 15 00:13:44 Tam kernel: Console: switching to colour frame buffer device 240x67
Sep 15 00:13:44 Tam kernel: usb 1-6: new high-speed USB device number 2 using xhci_hcd
Sep 15 00:13:44 Tam kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WMBF method block execution control method not found
Sep 15 00:13:44 Tam kernel: wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQ00 data block query control method not found
Sep 15 00:13:44 Tam kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
Sep 15 00:13:44 Tam kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
Sep 15 00:13:44 Tam kernel: pci_bus 10000:e0: root bus resource [mem 0x84000000-0x85ffffff]
Sep 15 00:13:44 Tam kernel: pci_bus 10000:e0: root bus resource [mem 0x6205102000-0x62051fffff 64bit]
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.0: [8086:09ab] type 00 class 0x088000 conventional PCI endpoint
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.0: Adding to iommu group 5
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: [8086:a72d] type 01 class 0x060400 PCIe Root Port
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: PCI bridge to [bus e1]
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1:   bridge window [io  0x0000-0x0fff]
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1:   bridge window [mem 0x84000000-0x840fffff]
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: PME# supported from D0 D3hot D3cold
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: PTM enabled (root), 4ns granularity
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: Adding to iommu group 5
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: Primary bus is hard wired to 0
Sep 15 00:13:44 Tam kernel: pci 10000:e1:00.0: [1344:5407] type 00 class 0x010802 PCIe Endpoint
Sep 15 00:13:44 Tam kernel: pci 10000:e1:00.0: BAR 0 [mem 0x84000000-0x84003fff 64bit]
Sep 15 00:13:44 Tam kernel: pci 10000:e1:00.0: enabling Extended Tags
Sep 15 00:13:44 Tam kernel: pci 10000:e1:00.0: Adding to iommu group 5
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: PCI bridge to [bus e1]
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: Primary bus is hard wired to 0
Sep 15 00:13:44 Tam kernel: rtsx_pci 0000:6c:00.0: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam kernel: usb 1-6: New USB device found, idVendor=0408, idProduct=4035, bcdDevice= 0.04
Sep 15 00:13:44 Tam kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 15 00:13:44 Tam kernel: usb 1-6: Product: ACER HD User Facing
Sep 15 00:13:44 Tam kernel: usb 1-6: Manufacturer: Quanta
Sep 15 00:13:44 Tam kernel: usb 1-6: SerialNumber: 01.00.00
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: bridge window [mem 0x84000000-0x840fffff]: assigned
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: bridge window [io  size 0x1000]: can't assign; no space
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: bridge window [io  size 0x1000]: failed to assign
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: bridge window [io  size 0x1000]: can't assign; no space
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: bridge window [io  size 0x1000]: failed to assign
Sep 15 00:13:44 Tam kernel: pci 10000:e1:00.0: BAR 0 [mem 0x84000000-0x84003fff 64bit]: assigned
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1: PCI bridge to [bus e1]
Sep 15 00:13:44 Tam kernel: pci 10000:e0:01.1:   bridge window [mem 0x84000000-0x840fffff]
Sep 15 00:13:44 Tam kernel: pcieport 10000:e0:01.1: can't derive routing for PCI INT B
Sep 15 00:13:44 Tam kernel: pcieport 10000:e0:01.1: PCI INT B: no GSI
Sep 15 00:13:44 Tam kernel: pcieport 10000:e0:01.1: PME: Signaling with IRQ 164
Sep 15 00:13:44 Tam kernel: pcieport 10000:e0:01.1: AER: enabled with IRQ 164
Sep 15 00:13:44 Tam kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
Sep 15 00:13:44 Tam kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Sep 15 00:13:44 Tam kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PC00.PEG1.PEGP handle
Sep 15 00:13:44 Tam kernel: nouveau: detected PR support, will not use DSM
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: enabling device (0006 -> 0007)
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: NVIDIA AD107 (197000a1)
Sep 15 00:13:44 Tam kernel: usb 1-14: new full-speed USB device number 3 using xhci_hcd
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: RM version: 570.144
Sep 15 00:13:44 Tam kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Sep 15 00:13:44 Tam kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: bios: version 95.07.19.00.26
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] Found alderlake_s/raptorlake_s (device ID a788) integrated display version 12.00 stepping D0
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Sep 15 00:13:44 Tam kernel: Key type psk registered
Sep 15 00:13:44 Tam kernel: nvme nvme0: pci function 10000:e1:00.0
Sep 15 00:13:44 Tam kernel: pcieport 10000:e0:01.1: can't derive routing for PCI INT A
Sep 15 00:13:44 Tam kernel: nvme 10000:e1:00.0: PCI INT A: no GSI
Sep 15 00:13:44 Tam kernel: Console: switching to colour dummy device 80x25
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Sep 15 00:13:44 Tam kernel: nvme nvme0: 18/0/0 default/read/poll queues
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
Sep 15 00:13:44 Tam kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.44.1
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Sep 15 00:13:44 Tam kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 2
Sep 15 00:13:44 Tam kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Sep 15 00:13:44 Tam kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
Sep 15 00:13:44 Tam kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input4
Sep 15 00:13:44 Tam kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Sep 15 00:13:44 Tam kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
Sep 15 00:13:44 Tam kernel: fbcon: i915drmfb (fb0) is primary device
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: drm: VRAM: 8188 MiB
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: drm: GART: 536870912 MiB
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: drm: MM: using COPY for buffer copies
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: [drm] Registered 4 planes with drm panic
Sep 15 00:13:44 Tam kernel: [drm] Initialized nouveau 1.4.0 for 0000:01:00.0 on minor 1
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00001 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Sep 15 00:13:44 Tam kernel: Console: switching to colour frame buffer device 160x50
Sep 15 00:13:44 Tam kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Sep 15 00:13:44 Tam kernel: vga_switcheroo: enabled
Sep 15 00:13:44 Tam kernel: EXT4-fs (nvme0n1p5): mounted filesystem d5db3bad-6ad2-4662-85be-5c060390b269 r/w with ordered data mode. Quota mode: none.
Sep 15 00:13:44 Tam systemd[1]: systemd 257.9-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 15 00:13:44 Tam systemd[1]: Detected architecture x86-64.
Sep 15 00:13:44 Tam systemd[1]: Hostname set to <Tam>.
Sep 15 00:13:44 Tam systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 15 00:13:44 Tam systemd[1]: Queued start job for default target Graphical Interface.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/dirmngr.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/getty.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/gpg-agent.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/keyboxd.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/modprobe.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 15 00:13:44 Tam systemd[1]: Created slice User and Session Slice.
Sep 15 00:13:44 Tam systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 15 00:13:44 Tam systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 15 00:13:44 Tam systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 15 00:13:44 Tam systemd[1]: Expecting device /dev/disk/by-uuid/BA55-ECDE...
Sep 15 00:13:44 Tam systemd[1]: Reached target Local Encrypted Volumes.
Sep 15 00:13:44 Tam systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 15 00:13:44 Tam systemd[1]: Reached target Path Units.
Sep 15 00:13:44 Tam systemd[1]: Reached target Remote File Systems.
Sep 15 00:13:44 Tam systemd[1]: Reached target Slice Units.
Sep 15 00:13:44 Tam systemd[1]: Reached target Local Verity Protected Volumes.
Sep 15 00:13:44 Tam systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 15 00:13:44 Tam systemd[1]: Listening on Process Core Dump Socket.
Sep 15 00:13:44 Tam systemd[1]: Listening on Credential Encryption/Decryption.
Sep 15 00:13:44 Tam systemd[1]: Listening on Journal Socket (/dev/log).
Sep 15 00:13:44 Tam systemd[1]: Listening on Journal Sockets.
Sep 15 00:13:44 Tam systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:44 Tam systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:44 Tam systemd[1]: Listening on udev Control Socket.
Sep 15 00:13:44 Tam systemd[1]: Listening on udev Kernel Socket.
Sep 15 00:13:44 Tam systemd[1]: Listening on User Database Manager Socket.
Sep 15 00:13:44 Tam systemd[1]: Mounting Huge Pages File System...
Sep 15 00:13:44 Tam systemd[1]: Mounting POSIX Message Queue File System...
Sep 15 00:13:44 Tam systemd[1]: Mounting Kernel Debug File System...
Sep 15 00:13:44 Tam systemd[1]: Mounting Kernel Trace File System...
Sep 15 00:13:44 Tam systemd[1]: Starting Create List of Static Device Nodes...
Sep 15 00:13:44 Tam systemd[1]: Starting Load Kernel Module configfs...
Sep 15 00:13:44 Tam systemd[1]: Starting Load Kernel Module dm_mod...
Sep 15 00:13:44 Tam systemd[1]: Starting Load Kernel Module drm...
Sep 15 00:13:44 Tam systemd[1]: Starting Load Kernel Module fuse...
Sep 15 00:13:44 Tam systemd[1]: Starting Load Kernel Module loop...
Sep 15 00:13:44 Tam systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 15 00:13:44 Tam 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).
Sep 15 00:13:44 Tam systemd[1]: Starting Journal Service...
Sep 15 00:13:44 Tam systemd[1]: Starting Load Kernel Modules...
Sep 15 00:13:44 Tam systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:44 Tam systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 15 00:13:44 Tam kernel: loop: module loaded
Sep 15 00:13:44 Tam kernel: device-mapper: uevent: version 1.0.3
Sep 15 00:13:44 Tam kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Sep 15 00:13:44 Tam systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:44 Tam systemd[1]: Starting Load udev Rules from Credentials...
Sep 15 00:13:44 Tam systemd[1]: Starting Coldplug All udev Devices...
Sep 15 00:13:44 Tam systemd[1]: Mounted Huge Pages File System.
Sep 15 00:13:44 Tam systemd[1]: Mounted POSIX Message Queue File System.
Sep 15 00:13:44 Tam systemd[1]: Mounted Kernel Debug File System.
Sep 15 00:13:44 Tam systemd[1]: Mounted Kernel Trace File System.
Sep 15 00:13:44 Tam systemd[1]: Finished Create List of Static Device Nodes.
Sep 15 00:13:44 Tam systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 15 00:13:44 Tam systemd[1]: Finished Load Kernel Module configfs.
Sep 15 00:13:44 Tam systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 15 00:13:44 Tam systemd[1]: Finished Load Kernel Module dm_mod.
Sep 15 00:13:44 Tam systemd-journald[613]: Collecting audit messages is disabled.
Sep 15 00:13:44 Tam systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 15 00:13:44 Tam systemd[1]: Finished Load Kernel Module drm.
Sep 15 00:13:44 Tam systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 15 00:13:44 Tam systemd[1]: Finished Load Kernel Module fuse.
Sep 15 00:13:44 Tam systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 15 00:13:44 Tam systemd[1]: Finished Load Kernel Module loop.
Sep 15 00:13:44 Tam systemd[1]: Finished Load Kernel Modules.
Sep 15 00:13:44 Tam systemd[1]: Finished Load udev Rules from Credentials.
Sep 15 00:13:44 Tam systemd[1]: Mounting FUSE Control File System...
Sep 15 00:13:44 Tam systemd[1]: Mounting Kernel Configuration File System...
Sep 15 00:13:44 Tam systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 15 00:13:44 Tam kernel: EXT4-fs (nvme0n1p5): re-mounted d5db3bad-6ad2-4662-85be-5c060390b269.
Sep 15 00:13:44 Tam systemd[1]: Starting Apply Kernel Variables...
Sep 15 00:13:44 Tam systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 15 00:13:44 Tam systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 15 00:13:44 Tam systemd[1]: Mounted FUSE Control File System.
Sep 15 00:13:44 Tam systemd[1]: Mounted Kernel Configuration File System.
Sep 15 00:13:44 Tam systemd[1]: Activating swap /swapfile...
Sep 15 00:13:44 Tam systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 15 00:13:44 Tam systemd[1]: Starting Load/Save OS Random Seed...
Sep 15 00:13:44 Tam systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:44 Tam systemd[1]: Finished Apply Kernel Variables.
Sep 15 00:13:44 Tam kernel: Adding 8388604k swap on /swapfile.  Priority:-2 extents:69 across:337436672k SS
Sep 15 00:13:44 Tam systemd[1]: Activated swap /swapfile.
Sep 15 00:13:44 Tam systemd[1]: Reached target Swaps.
Sep 15 00:13:44 Tam systemd[1]: Starting User Database Manager...
Sep 15 00:13:44 Tam systemd[1]: Finished Load/Save OS Random Seed.
Sep 15 00:13:44 Tam systemd-journald[613]: Journal started
Sep 15 00:13:44 Tam systemd-journald[613]: Runtime Journal (/run/log/journal/793f0001b880490c9af8549f604c8bea) is 8M, max 1.5G, 1.5G free.
Sep 15 00:13:44 Tam systemd-modules-load[614]: Inserted module 'crypto_user'
Sep 15 00:13:44 Tam systemd[1]: Started Journal Service.
Sep 15 00:13:44 Tam systemd[1]: Started User Database Manager.
Sep 15 00:13:44 Tam systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 15 00:13:44 Tam systemd-journald[613]: Time spent on flushing to /var/log/journal/793f0001b880490c9af8549f604c8bea is 4.719ms for 1113 entries.
Sep 15 00:13:44 Tam systemd-journald[613]: System Journal (/var/log/journal/793f0001b880490c9af8549f604c8bea) is 1.2G, max 4G, 2.7G free.
Sep 15 00:13:44 Tam systemd-journald[613]: Received client request to flush runtime journal.
Sep 15 00:13:44 Tam systemd-journald[613]: File /var/log/journal/793f0001b880490c9af8549f604c8bea/system.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 15 00:13:44 Tam systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 15 00:13:44 Tam systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 15 00:13:44 Tam systemd[1]: Starting Network Name Resolution...
Sep 15 00:13:44 Tam systemd[1]: Starting Network Time Synchronization...
Sep 15 00:13:44 Tam systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 15 00:13:44 Tam systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 15 00:13:44 Tam systemd[1]: Reached target Preparation for Local File Systems.
Sep 15 00:13:44 Tam systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 15 00:13:44 Tam systemd[1]: Started Network Time Synchronization.
Sep 15 00:13:44 Tam systemd[1]: Finished Coldplug All udev Devices.
Sep 15 00:13:44 Tam systemd[1]: Reached target System Time Set.
Sep 15 00:13:44 Tam systemd-resolved[656]: Positive Trust Anchors:
Sep 15 00:13:44 Tam systemd-resolved[656]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 15 00:13:44 Tam systemd-resolved[656]: . IN DS 38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16
Sep 15 00:13:44 Tam systemd-resolved[656]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Sep 15 00:13:44 Tam systemd-udevd[666]: Using default interface naming scheme 'v257'.
Sep 15 00:13:44 Tam systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 15 00:13:44 Tam systemd-resolved[656]: Using system hostname 'Tam'.
Sep 15 00:13:44 Tam systemd[1]: Started Network Name Resolution.
Sep 15 00:13:44 Tam systemd[1]: Reached target Host and Network Name Lookups.
Sep 15 00:13:44 Tam systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 15 00:13:44 Tam systemd[1]: Reached target Trusted Platform Module.
Sep 15 00:13:44 Tam kernel: input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/10251229:00/input/input6
Sep 15 00:13:44 Tam kernel: intel_pmc_core INT33A1:00:  initialized
Sep 15 00:13:44 Tam kernel: ACPI: bus type thunderbolt registered
Sep 15 00:13:44 Tam kernel: thunderbolt 0000:04:00.0: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam systemd[1]: Found device Micron_3400_MTFDKBA1T0TFH ESP.
Sep 15 00:13:44 Tam systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 15 00:13:44 Tam systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 15 00:13:44 Tam kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:nvidia_wmi_ec_backlight...
Sep 15 00:13:44 Tam kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Sep 15 00:13:44 Tam kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 15 00:13:44 Tam kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 15 00:13:44 Tam kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 15 00:13:44 Tam systemd[1]: Starting File System Check on /dev/disk/by-uuid/BA55-ECDE...
Sep 15 00:13:44 Tam systemd[1]: Starting Virtual Console Setup...
Sep 15 00:13:44 Tam kernel: i2c i2c-13: Successfully instantiated SPD at 0x50
Sep 15 00:13:44 Tam kernel: i2c i2c-13: Successfully instantiated SPD at 0x52
Sep 15 00:13:44 Tam kernel: intel-lpss 0000:00:15.3: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Sep 15 00:13:44 Tam kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Sep 15 00:13:44 Tam kernel: intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Sep 15 00:13:44 Tam kernel: intel_rapl_msr: PL4 support detected.
Sep 15 00:13:44 Tam kernel: intel_rapl_common: Found RAPL domain package
Sep 15 00:13:44 Tam kernel: intel_rapl_common: Found RAPL domain core
Sep 15 00:13:44 Tam kernel: intel_rapl_common: Found RAPL domain uncore
Sep 15 00:13:44 Tam kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Sep 15 00:13:44 Tam kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 15 00:13:44 Tam kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 15 00:13:44 Tam kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 15 00:13:44 Tam kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 15 00:13:44 Tam kernel: cfg80211: failed to load regulatory.db
Sep 15 00:13:44 Tam kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 15 00:13:44 Tam kernel: 0x000000000000-0x000002000000 : "BIOS"
Sep 15 00:13:44 Tam systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:nvidia_wmi_ec_backlight.
Sep 15 00:13:44 Tam systemd[1]: Finished Virtual Console Setup.
Sep 15 00:13:44 Tam systemd-fsck[813]: fsck.fat 4.2 (2021-01-31)
Sep 15 00:13:44 Tam systemd-fsck[813]: There are differences between boot sector and its backup.
Sep 15 00:13:44 Tam systemd-fsck[813]: This is mostly harmless. Differences: (offset:original/backup)
Sep 15 00:13:44 Tam systemd-fsck[813]:   65:01/00
Sep 15 00:13:44 Tam systemd-fsck[813]:   Not automatically fixing this.
Sep 15 00:13:44 Tam systemd-fsck[813]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Sep 15 00:13:44 Tam systemd-fsck[813]:  Automatically removing dirty bit.
Sep 15 00:13:44 Tam systemd-fsck[813]: *** Filesystem was changed ***
Sep 15 00:13:44 Tam systemd-fsck[813]: Writing changes.
Sep 15 00:13:44 Tam systemd-fsck[813]: /dev/nvme0n1p1: 1104 files, 19331/65536 clusters
Sep 15 00:13:44 Tam systemd-timesyncd[657]: Network configuration changed, trying to establish connection.
Sep 15 00:13:44 Tam systemd[1]: Finished File System Check on /dev/disk/by-uuid/BA55-ECDE.
Sep 15 00:13:44 Tam kernel: input: PIXA3848:00 093A:3848 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-PIXA3848:00/0018:093A:3848.0001/input/input7
Sep 15 00:13:44 Tam kernel: input: PIXA3848:00 093A:3848 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-PIXA3848:00/0018:093A:3848.0001/input/input8
Sep 15 00:13:44 Tam kernel: hid-generic 0018:093A:3848.0001: input,hidraw0: I2C HID v1.00 Mouse [PIXA3848:00 093A:3848] on i2c-PIXA3848:00
Sep 15 00:13:44 Tam kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
Sep 15 00:13:44 Tam kernel: acer_wmi: Function bitmap for Communication Button: 0x801
Sep 15 00:13:44 Tam kernel: iTCO_vendor_support: vendor-support=0
Sep 15 00:13:44 Tam kernel: input: Acer WMI hotkeys as /devices/virtual/input/input9
Sep 15 00:13:44 Tam systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 15 00:13:44 Tam kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Sep 15 00:13:44 Tam kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 15 00:13:44 Tam kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 15 00:13:44 Tam kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 15 00:13:44 Tam kernel: spd5118 13-0050: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
Sep 15 00:13:44 Tam kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Sep 15 00:13:44 Tam kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Sep 15 00:13:44 Tam kernel: dw-apb-uart.2: ttyS4 at MMIO 0x4017002000 (irq = 16, base_baud = 6250000) is a 16550A
Sep 15 00:13:44 Tam kernel: spd5118 13-0052: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
Sep 15 00:13:44 Tam kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Sep 15 00:13:44 Tam kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Sep 15 00:13:44 Tam kernel: Intel(R) Wireless WiFi driver for Linux
Sep 15 00:13:44 Tam kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x80401 wfpm id 0x80000030
Sep 15 00:13:44 Tam kernel: iwlwifi 0000:00:14.3: PCI dev 7a70/1652, rev=0x430, rfid=0x10a100
Sep 15 00:13:44 Tam kernel: iwlwifi 0000:00:14.3: Detected Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW)
Sep 15 00:13:44 Tam kernel: r8169 0000:6d:00.0: enabling device (0000 -> 0003)
Sep 15 00:13:44 Tam kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
Sep 15 00:13:44 Tam kernel: iwlwifi 0000:00:14.3: loaded firmware version 89.af655058.0 so-a0-hr-b0-89.ucode op_mode iwlmvm
Sep 15 00:13:44 Tam kernel: proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam kernel: intel_rapl_common: Found RAPL domain package
Sep 15 00:13:44 Tam kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 15 00:13:44 Tam kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 15 00:13:44 Tam kernel: r8169 0000:6d:00.0 eth0: RTL8168h/8111h, 74:d4:dd:5a:84:2d, XID 541, IRQ 220
Sep 15 00:13:44 Tam kernel: r8169 0000:6d:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 15 00:13:44 Tam kernel: input: PIXA3848:00 093A:3848 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-PIXA3848:00/0018:093A:3848.0001/input/input10
Sep 15 00:13:44 Tam kernel: input: PIXA3848:00 093A:3848 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-PIXA3848:00/0018:093A:3848.0001/input/input11
Sep 15 00:13:44 Tam kernel: hid-multitouch 0018:093A:3848.0001: input,hidraw0: I2C HID v1.00 Mouse [PIXA3848:00 093A:3848] on i2c-PIXA3848:00
Sep 15 00:13:44 Tam kernel: PTP clock support registered
Sep 15 00:13:44 Tam kernel: r8169 0000:6d:00.0 enp109s0: renamed from eth0
Sep 15 00:13:44 Tam systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 15 00:13:44 Tam kernel: mousedev: PS/2 mouse device common for all mice
Sep 15 00:13:44 Tam kernel: snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Sep 15 00:13:44 Tam kernel: intel_tcc_cooling: Programmable TCC Offset detected
Sep 15 00:13:44 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Sep 15 00:13:44 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Sep 15 00:13:44 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Sep 15 00:13:44 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Sep 15 00:13:45 Tam kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 15 00:13:45 Tam kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 15 00:13:45 Tam kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Sep 15 00:13:45 Tam kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Sep 15 00:13:45 Tam kernel: iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
Sep 15 00:13:45 Tam kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3:  Firmware file:     intel/sof/sof-rpl-s.ri
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Sep 15 00:13:45 Tam kernel: iwlwifi 0000:00:14.3: base HW address: a0:02:a5:a2:bb:ab
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Sep 15 00:13:45 Tam kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Sep 15 00:13:45 Tam kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
Sep 15 00:13:45 Tam kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
Sep 15 00:13:45 Tam kernel: snd_hda_codec_realtek ehdaudio0D0: ALC245: picked fixup  for PCI SSID 1025:0000
Sep 15 00:13:45 Tam kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC245: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Sep 15 00:13:45 Tam kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 15 00:13:45 Tam kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 15 00:13:45 Tam kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Sep 15 00:13:45 Tam kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Sep 15 00:13:45 Tam kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Sep 15 00:13:45 Tam kernel: input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input12
Sep 15 00:13:45 Tam kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input13
Sep 15 00:13:45 Tam kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input14
Sep 15 00:13:45 Tam kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
Sep 15 00:13:45 Tam (udev-worker)[751]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 2.
Sep 15 00:13:45 Tam systemd[1]: Starting Load Kernel Module dm_mod...
Sep 15 00:13:45 Tam systemd[1]: Starting Load Kernel Module loop...
Sep 15 00:13:45 Tam systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 15 00:13:45 Tam 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).
Sep 15 00:13:45 Tam systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 15 00:13:45 Tam systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:45 Tam systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 15 00:13:45 Tam systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:45 Tam systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:45 Tam systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 15 00:13:45 Tam systemd[1]: Finished Load Kernel Module dm_mod.
Sep 15 00:13:45 Tam systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 15 00:13:45 Tam systemd[1]: Finished Load Kernel Module loop.
Sep 15 00:13:45 Tam systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 15 00:13:45 Tam systemd[1]: Mounting /efi...
Sep 15 00:13:45 Tam systemd[1]: Mounting Temporary Directory /tmp...
Sep 15 00:13:45 Tam systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 15 00:13:45 Tam systemd[1]: Listening on Disk Image Download Service Socket.
Sep 15 00:13:45 Tam mtp-probe[932]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Sep 15 00:13:45 Tam systemd-timesyncd[657]: Network configuration changed, trying to establish connection.
Sep 15 00:13:45 Tam mtp-probe[932]: bus: 1, device: 2 was not an MTP device
Sep 15 00:13:45 Tam systemd[1]: Mounted Temporary Directory /tmp.
Sep 15 00:13:45 Tam systemd[1]: Mounted /efi.
Sep 15 00:13:45 Tam systemd[1]: Reached target Local File Systems.
Sep 15 00:13:45 Tam systemd[1]: Listening on Boot Entries Service Socket.
Sep 15 00:13:45 Tam systemd-timesyncd[657]: Network configuration changed, trying to establish connection.
Sep 15 00:13:45 Tam systemd-timesyncd[657]: Network configuration changed, trying to establish connection.
Sep 15 00:13:45 Tam systemd[1]: Listening on System Extension Image Management.
Sep 15 00:13:45 Tam systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 15 00:13:45 Tam systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 15 00:13:45 Tam systemd[1]: Starting Create System Files and Directories...
Sep 15 00:13:45 Tam systemd-timesyncd[657]: Network configuration changed, trying to establish connection.
Sep 15 00:13:45 Tam systemd-timesyncd[657]: Network configuration changed, trying to establish connection.
Sep 15 00:13:45 Tam systemd-timesyncd[657]: Network configuration changed, trying to establish connection.
Sep 15 00:13:45 Tam systemd[1]: Finished Create System Files and Directories.
Sep 15 00:13:45 Tam systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 15 00:13:45 Tam systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 15 00:13:45 Tam systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 15 00:13:45 Tam systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 15 00:13:45 Tam systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 15 00:13:45 Tam systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 15 00:13:45 Tam systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 15 00:13:45 Tam systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 15 00:13:45 Tam systemd[1]: Reached target System Initialization.
Sep 15 00:13:45 Tam systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 15 00:13:45 Tam systemd[1]: Started Daily man-db regeneration.
Sep 15 00:13:45 Tam systemd[1]: Started Update the plocate database daily.
Sep 15 00:13:45 Tam systemd[1]: Started Daily verification of password and group files.
Sep 15 00:13:45 Tam systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 15 00:13:45 Tam systemd[1]: Reached target Timer Units.
Sep 15 00:13:45 Tam systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 15 00:13:45 Tam systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 15 00:13:45 Tam systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 15 00:13:45 Tam systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 15 00:13:45 Tam systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 15 00:13:45 Tam systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 15 00:13:45 Tam systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 15 00:13:45 Tam systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 15 00:13:45 Tam systemd[1]: Listening on Hostname Service Socket.
Sep 15 00:13:45 Tam systemd[1]: Reached target Socket Units.
Sep 15 00:13:45 Tam systemd[1]: Starting D-Bus System Message Bus...
Sep 15 00:13:45 Tam systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:45 Tam systemd[1]: Started D-Bus System Message Bus.
Sep 15 00:13:45 Tam systemd[1]: Reached target Basic System.
Sep 15 00:13:45 Tam systemd[1]: Starting Network Manager...
Sep 15 00:13:45 Tam systemd[1]: Starting Save/Restore Sound Card State...
Sep 15 00:13:45 Tam systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 15 00:13:45 Tam dbus-broker-launch[977]: Ready
Sep 15 00:13:45 Tam systemd[1]: Starting Deferred execution scheduler...
Sep 15 00:13:45 Tam systemd[1]: Starting Initialize hardware monitoring sensors...
Sep 15 00:13:45 Tam systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 15 00:13:45 Tam systemd[1]: Starting User Login Management...
Sep 15 00:13:45 Tam systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 15 00:13:45 Tam systemd[1]: Started Deferred execution scheduler.
Sep 15 00:13:45 Tam (modprobe)[982]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Sep 15 00:13:45 Tam systemd[1]: Finished Save/Restore Sound Card State.
Sep 15 00:13:45 Tam systemd[1]: Reached target Sound Card.
Sep 15 00:13:45 Tam systemd-logind[983]: New seat seat0.
Sep 15 00:13:45 Tam systemd[1]: Finished Initialize hardware monitoring sensors.
Sep 15 00:13:45 Tam systemd-logind[983]: Watching system buttons on /dev/input/event2 (Power Button)
Sep 15 00:13:45 Tam systemd-logind[983]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 15 00:13:45 Tam systemd-logind[983]: Watching system buttons on /dev/input/event1 (Lid Switch)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.5850] NetworkManager (version 1.54.0-1) is starting... (boot:becc5b08-e7ab-4644-8162-df537e662cb1)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.5850] Read config: /etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/{20-connectivity.conf,wifi-powersave.conf}
Sep 15 00:13:45 Tam systemd-logind[983]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Sep 15 00:13:45 Tam systemd-logind[983]: Watching system buttons on /dev/input/event9 (Acer WMI hotkeys)
Sep 15 00:13:45 Tam systemd[1]: Started User Login Management.
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.5903] manager[0x55cfbd7a8b60]: monitoring kernel firmware directory '/lib/firmware'.
Sep 15 00:13:45 Tam systemd[1]: Starting Hostname Service...
Sep 15 00:13:45 Tam systemd[1]: Started Hostname Service.
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6432] hostname: hostname: using hostnamed
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6432] hostname: static hostname changed from (none) to "Tam"
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6449] dns-mgr: init: dns=systemd-resolved rc-manager=symlink, plugin=systemd-resolved
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6458] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill2) (driver iwlwifi)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6459] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/acer-wmi/rfkill/rfkill0) (platform driver acer-wmi)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6651] manager[0x55cfbd7a8b60]: rfkill: Wi-Fi hardware radio set enabled
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6651] manager[0x55cfbd7a8b60]: rfkill: WWAN hardware radio set enabled
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6683] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-adsl.so)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6692] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-wifi.so)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6952] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-team.so)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6983] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-wwan.so)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6987] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-bluetooth.so)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6991] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.0-1/libnm-device-plugin-ovs.so)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6993] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6994] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.6994] manager: Networking is enabled by state file
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7001] settings: Loaded settings plugin: keyfile (internal)
Sep 15 00:13:45 Tam systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7084] dhcp: init: Using DHCP client 'internal'
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7085] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7092] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7095] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7098] device (lo): Activation: starting connection 'lo' (91374407-c680-4180-bac3-97249482f136)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7102] manager: (enp109s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7109] settings: (enp109s0): created default wired connection 'Wired connection 1'
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.7109] device (enp109s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:13:45 Tam systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 15 00:13:45 Tam kernel: Generic FE-GE Realtek PHY r8169-0-6d00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-6d00:00, irq=MAC)
Sep 15 00:13:45 Tam kernel: mc: Linux media interface: v0.10
Sep 15 00:13:45 Tam kernel: r8169 0000:6d:00.0 enp109s0: Link is Down
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.8946] device (wlp0s20f3): driver supports Access Point (AP) mode
Sep 15 00:13:45 Tam kernel: videodev: Linux video capture interface: v2.00
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.8972] manager: (wlp0s20f3): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 15 00:13:45 Tam NetworkManager[979]: <info>  [1757859225.8984] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:13:45 Tam kernel: Bluetooth: Core ver 2.22
Sep 15 00:13:45 Tam kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 15 00:13:45 Tam kernel: Bluetooth: HCI device and connection manager initialized
Sep 15 00:13:45 Tam kernel: Bluetooth: HCI socket layer initialized
Sep 15 00:13:45 Tam kernel: Bluetooth: L2CAP socket layer initialized
Sep 15 00:13:45 Tam kernel: Bluetooth: SCO socket layer initialized
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Sep 15 00:13:46 Tam kernel: usbcore: registered new interface driver btusb
Sep 15 00:13:46 Tam kernel: usb 1-6: Found UVC 1.50 device ACER HD User Facing (0408:4035)
Sep 15 00:13:46 Tam kernel: usb 1-6: Forcing UVC version to 1.0a
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: Device revision is 2
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: Secure boot is enabled
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: OTP lock is enabled
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: API lock is enabled
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: Debug lock is disabled
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: DSM reset method type: 0x00
Sep 15 00:13:46 Tam systemd[1]: Reached target Bluetooth Support.
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: Boot Address: 0x100800
Sep 15 00:13:46 Tam kernel: Bluetooth: hci0: Firmware Version: 133-20.25
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Sep 15 00:13:46 Tam kernel: usbcore: registered new interface driver uvcvideo
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.1188] device (wlp0s20f3): set-hw-addr: set MAC address to E6:E9:7B:05:E1:DD (scanning)
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Sep 15 00:13:46 Tam kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3090] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 15 00:13:46 Tam systemd[1]: Started Network Manager.
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3114] ovsdb: disconnected from ovsdb
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3115] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3116] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3117] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3119] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3131] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3132] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3134] device (lo): Activation: successful, device activated.
Sep 15 00:13:46 Tam systemd[1]: Starting WPA supplicant...
Sep 15 00:13:46 Tam systemd[1]: Started WPA supplicant.
Sep 15 00:13:46 Tam wpa_supplicant[1054]: Successfully initialized wpa_supplicant
Sep 15 00:13:46 Tam systemd[1]: Reached target Network.
Sep 15 00:13:46 Tam systemd[1]: Starting OpenSSH Daemon...
Sep 15 00:13:46 Tam systemd[1]: Starting Permit User Sessions...
Sep 15 00:13:46 Tam systemd[1]: Finished Permit User Sessions.
Sep 15 00:13:46 Tam systemd[1]: Started Getty on tty1.
Sep 15 00:13:46 Tam systemd[1]: Reached target Login Prompts.
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3775] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3776] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Sep 15 00:13:46 Tam sshd[1055]: Server listening on 0.0.0.0 port 22.
Sep 15 00:13:46 Tam sshd[1055]: Server listening on :: port 22.
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3778] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Sep 15 00:13:46 Tam systemd[1]: Started OpenSSH Daemon.
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3779] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3784] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Sep 15 00:13:46 Tam NetworkManager[979]: <info>  [1757859226.3788] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Sep 15 00:13:46 Tam systemd[1]: Reached target Multi-User System.
Sep 15 00:13:46 Tam systemd[1]: Reached target Graphical Interface.
Sep 15 00:13:46 Tam systemd[1]: Reached target SSH Access Available.
Sep 15 00:13:46 Tam systemd[1]: Starting TLP system startup/shutdown...
Sep 15 00:13:46 Tam tlp[1061]: Applying power save settings...done.
Sep 15 00:13:46 Tam tlp[1061]: Setting battery charge thresholds...done.
Sep 15 00:13:46 Tam systemd[1]: Finished TLP system startup/shutdown.
Sep 15 00:13:46 Tam systemd[1]: Startup finished in 4.899s (firmware) + 1min 1.381s (loader) + 4.050s (kernel) + 2.724s (userspace) = 1min 13.055s.
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Waiting for firmware download to complete
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Firmware loaded in 1318220 usecs
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Waiting for device to boot
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Device booted in 14614 usecs
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Firmware timestamp 2025.20 buildtype 1 build 82053
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Firmware SHA1: 0x937bca4a
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Fseq status: Success (0x00)
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
Sep 15 00:13:47 Tam kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8267] policy: auto-activating connection 'eero44' (bc197a82-f6d6-4948-81b6-39dc71a28992)
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8271] device (wlp0s20f3): Activation: starting connection 'eero44' (bc197a82-f6d6-4948-81b6-39dc71a28992)
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8271] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8273] manager: NetworkManager state is now CONNECTING
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8391] device (wlp0s20f3): set-hw-addr: reset MAC address to A0:02:A5:A2:BB:AB (preserve)
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8407] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8410] device (wlp0s20f3): Activation: (wifi) access point 'eero44' has security, but secrets are required.
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8410] device (wlp0s20f3): state change: config -> need-auth (reason 'none', managed-type: 'full')
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8420] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8422] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8424] device (wlp0s20f3): Activation: (wifi) connection 'eero44' has security, and secrets exist.  No new secrets needed.
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8425] Config: added 'ssid' value 'eero44'
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8425] Config: added 'scan_ssid' value '1'
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8425] Config: added 'bgscan' value 'simple:30:-65:300'
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8425] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8425] Config: added 'auth_alg' value 'OPEN'
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8425] Config: added 'psk' value '<hidden>'
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8430] device (wlp0s20f3): supplicant interface state: disconnected -> inactive
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8430] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> inactive
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: SME: Trying to authenticate with 78:76:89:92:dd:b3 (SSID='eero44' freq=5745 MHz)
Sep 15 00:13:49 Tam kernel: wlp0s20f3: authenticate with 78:76:89:92:dd:b3 (local address=a0:02:a5:a2:bb:ab)
Sep 15 00:13:49 Tam kernel: wlp0s20f3: send auth to 78:76:89:92:dd:b3 (try 1/3)
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8544] device (wlp0s20f3): supplicant interface state: inactive -> authenticating
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.8544] device (p2p-dev-wlp0s20f3): supplicant management interface state: inactive -> authenticating
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: Trying to associate with 78:76:89:92:dd:b3 (SSID='eero44' freq=5745 MHz)
Sep 15 00:13:49 Tam kernel: wlp0s20f3: authenticated
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9045] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9046] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Sep 15 00:13:49 Tam kernel: wlp0s20f3: associate with 78:76:89:92:dd:b3 (try 1/3)
Sep 15 00:13:49 Tam kernel: wlp0s20f3: RX AssocResp from 78:76:89:92:dd:b3 (capab=0x1111 status=0 aid=2)
Sep 15 00:13:49 Tam kernel: wlp0s20f3: associated
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: Associated with 78:76:89:92:dd:b3
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9229] device (wlp0s20f3): supplicant interface state: associating -> 4way_handshake
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9229] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> 4way_handshake
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: WPA: Key negotiation completed with 78:76:89:92:dd:b3 [PTK=CCMP GTK=CCMP]
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to 78:76:89:92:dd:b3 completed [id=0 id_str=]
Sep 15 00:13:49 Tam kernel: wlp0s20f3: Limiting TX power to 36 (36 - 0) dBm as advertised by 78:76:89:92:dd:b3
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9848] device (wlp0s20f3): supplicant interface state: 4way_handshake -> completed
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9849] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "eero44"
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9849] device (p2p-dev-wlp0s20f3): supplicant management interface state: 4way_handshake -> completed
Sep 15 00:13:49 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-36 noise=9999 txrate=245000
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9879] device (wlp0s20f3): state change: config -> ip-config (reason 'none', managed-type: 'full')
Sep 15 00:13:49 Tam NetworkManager[979]: <info>  [1757859229.9884] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Sep 15 00:13:49 Tam systemd-resolved[656]: wlp0s20f3: Bus client set default route setting: yes
Sep 15 00:13:49 Tam systemd-resolved[656]: wlp0s20f3: Bus client set DNS server list to: 9.9.9.9, 149.112.112.112
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.0096] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.4.137, acd pending
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.1506] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.4.137
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.1533] policy: set 'eero44' (wlp0s20f3) as default for IPv4 routing and DNS
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.1650] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.1680] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.1683] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.1688] manager: NetworkManager state is now CONNECTED_SITE
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.1701] device (wlp0s20f3): Activation: successful, device activated.
Sep 15 00:13:50 Tam NetworkManager[979]: <info>  [1757859230.1707] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 15 00:13:51 Tam systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 15 00:13:51 Tam NetworkManager[979]: <info>  [1757859231.8914] manager: startup complete
Sep 15 00:13:55 Tam systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 15 00:14:15 Tam systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 15 00:14:17 Tam systemd-resolved[656]: Clock change detected. Flushing caches.
Sep 15 00:14:17 Tam systemd-timesyncd[657]: Contacted time server 106.10.186.201:123 (2.arch.pool.ntp.org).
Sep 15 00:14:17 Tam systemd-timesyncd[657]: Initial clock synchronization to Mon 2025-09-15 00:14:17.478928 AEST.
Sep 15 00:14:20 Tam login[1060]: pam_faillock(login:auth): Unknown option: deny_delay
Sep 15 00:14:20 Tam dbus-broker-launch[977]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 15 00:14:21 Tam login[1060]: pam_faillock(login:auth): Unknown option: deny_delay
Sep 15 00:14:21 Tam login[1060]: pam_unix(login:session): session opened for user nktnet(uid=1000) by nktnet(uid=0)
Sep 15 00:14:21 Tam systemd-logind[983]: New session 1 of user nktnet.
Sep 15 00:14:21 Tam systemd[1]: Created slice User Slice of UID 1000.
Sep 15 00:14:21 Tam systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 15 00:14:21 Tam systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 15 00:14:21 Tam systemd[1]: Starting User Manager for UID 1000...
Sep 15 00:14:21 Tam (systemd)[1248]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[nktnet] ruser=[<unknown>] rhost=[<unknown>]
Sep 15 00:14:21 Tam (systemd)[1248]: pam_unix(systemd-user:session): session opened for user nktnet(uid=1000) by nktnet(uid=0)
Sep 15 00:14:21 Tam systemd-logind[983]: New session 2 of user nktnet.
Sep 15 00:14:21 Tam systemd-xdg-autostart-generator[1255]: Configuration file /home/nktnet/.config/autostart/xdm-app.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
Sep 15 00:14:21 Tam systemd-journald[613]: File /var/log/journal/793f0001b880490c9af8549f604c8bea/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 15 00:14:21 Tam systemd[1248]: Queued start job for default target Main User Target.
Sep 15 00:14:21 Tam systemd[1248]: Created slice User Application Slice.
Sep 15 00:14:21 Tam systemd[1248]: Created slice User Core Session Slice.
Sep 15 00:14:21 Tam systemd[1248]: Reached target Paths.
Sep 15 00:14:21 Tam systemd[1248]: Reached target Timers.
Sep 15 00:14:21 Tam systemd[1248]: Starting D-Bus User Message Bus Socket...
Sep 15 00:14:21 Tam systemd[1248]: Listening on GnuPG network certificate management daemon.
Sep 15 00:14:21 Tam systemd[1248]: Listening on GNOME Keyring daemon.
Sep 15 00:14:21 Tam systemd[1248]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 15 00:14:21 Tam systemd[1248]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 15 00:14:21 Tam systemd[1248]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 15 00:14:21 Tam systemd[1248]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 15 00:14:21 Tam systemd[1248]: Listening on GnuPG public key management service.
Sep 15 00:14:21 Tam systemd[1248]: Listening on p11-kit server.
Sep 15 00:14:21 Tam systemd[1248]: Listening on PipeWire PulseAudio.
Sep 15 00:14:21 Tam systemd[1248]: Listening on PipeWire Multimedia System Sockets.
Sep 15 00:14:21 Tam systemd[1248]: Listening on Speech Dispatcher Socket.
Sep 15 00:14:21 Tam systemd[1248]: Listening on D-Bus User Message Bus Socket.
Sep 15 00:14:21 Tam systemd[1248]: Reached target Sockets.
Sep 15 00:14:21 Tam systemd[1248]: Starting D-Bus User Message Bus...
Sep 15 00:14:21 Tam dbus-broker-launch[1263]: Service file '/usr/share/dbus-1/services/org.knopwob.dunst.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 15 00:14:21 Tam dbus-broker-launch[1263]: Service file '/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 15 00:14:21 Tam dbus-broker-launch[1263]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 15 00:14:21 Tam dbus-broker-launch[1263]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 15 00:14:21 Tam systemd[1248]: Started D-Bus User Message Bus.
Sep 15 00:14:21 Tam systemd[1248]: Reached target Basic System.
Sep 15 00:14:21 Tam systemd[1]: Started User Manager for UID 1000.
Sep 15 00:14:21 Tam dbus-broker-launch[1263]: Ready
Sep 15 00:14:21 Tam systemd[1248]: Started PipeWire Multimedia Service.
Sep 15 00:14:21 Tam systemd[1]: Started Session 1 of User nktnet.
Sep 15 00:14:21 Tam systemd[1248]: Started Multimedia Service Session Manager.
Sep 15 00:14:21 Tam login[1060]: LOGIN ON tty1 BY nktnet
Sep 15 00:14:21 Tam systemd[1248]: Started PipeWire PulseAudio.
Sep 15 00:14:21 Tam systemd[1248]: Starting Update XDG user dir configuration...
Sep 15 00:14:21 Tam systemd[1248]: Finished Update XDG user dir configuration.
Sep 15 00:14:21 Tam systemd[1248]: Reached target Main User Target.
Sep 15 00:14:21 Tam systemd[1248]: Startup finished in 119ms.
Sep 15 00:14:21 Tam systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully called chroot.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully dropped privileges.
Sep 15 00:14:21 Tam systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully limited resources.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Running.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Watchdog thread running.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Canary thread running.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 0 threads of 0 processes of 0 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 0 threads of 0 processes of 0 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 0 threads of 0 processes of 0 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 0 threads of 0 processes of 0 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 0 threads of 0 processes of 0 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 0 threads of 0 processes of 0 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 0 threads of 0 processes of 0 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 0 threads of 0 processes of 0 users.
Sep 15 00:14:21 Tam systemd[1]: Starting Authorization Manager...
Sep 15 00:14:21 Tam polkitd[1294]: Started polkitd version 126
Sep 15 00:14:21 Tam polkitd[1294]: Loading rules from directory /etc/polkit-1/rules.d
Sep 15 00:14:21 Tam polkitd[1294]: Loading rules from directory /run/polkit-1/rules.d
Sep 15 00:14:21 Tam polkitd[1294]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 15 00:14:21 Tam polkitd[1294]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Sep 15 00:14:21 Tam polkitd[1294]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 15 00:14:21 Tam polkitd[1294]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 15 00:14:21 Tam polkitd[1294]: Finished loading, compiling and executing 4 rules
Sep 15 00:14:21 Tam systemd[1]: Started Authorization Manager.
Sep 15 00:14:21 Tam polkitd[1294]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully made thread 1267 of process 1267 owned by '1000' high priority at nice level -11.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 1 threads of 1 processes of 1 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully made thread 1282 of process 1267 owned by '1000' RT at priority 20.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 2 threads of 1 processes of 1 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully made thread 1265 of process 1265 owned by '1000' high priority at nice level -11.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 3 threads of 2 processes of 1 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully made thread 1280 of process 1265 owned by '1000' RT at priority 20.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 4 threads of 2 processes of 1 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 4 threads of 2 processes of 1 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully made thread 1266 of process 1266 owned by '1000' high priority at nice level -11.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 5 threads of 3 processes of 1 users.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Successfully made thread 1296 of process 1266 owned by '1000' RT at priority 20.
Sep 15 00:14:21 Tam rtkit-daemon[1279]: Supervising 6 threads of 3 processes of 1 users.
Sep 15 00:14:21 Tam wireplumber[1266]: spa.alsa: Path Capture is not a volume or mute control
Sep 15 00:14:21 Tam wireplumber[1266]: spa.alsa: Path Capture is not a volume or mute control
Sep 15 00:14:21 Tam wireplumber[1266]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Sep 15 00:14:21 Tam wireplumber[1266]: spa.bluez5: BlueZ system service is not available
Sep 15 00:14:21 Tam wireplumber[1266]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Sep 15 00:14:21 Tam wireplumber[1266]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Sep 15 00:14:23 Tam systemd[1248]: Starting sandboxed app permission store...
Sep 15 00:14:23 Tam systemd[1248]: Started sandboxed app permission store.
Sep 15 00:14:24 Tam systemd[1248]: Starting User preferences database...
Sep 15 00:14:24 Tam systemd[1248]: Started User preferences database.
Sep 15 00:14:25 Tam systemd[1]: Starting Daemon for power management...
Sep 15 00:14:25 Tam systemd[1]: Started Daemon for power management.
Sep 15 00:14:25 Tam sudo[1478]:   nktnet : TTY=tty1 ; PWD=/home/nktnet ; USER=root ; COMMAND=/usr/bin/echo hyprland
Sep 15 00:14:25 Tam sudo[1478]: pam_unix(sudo:session): session opened for user root(uid=0) by nktnet(uid=1000)
Sep 15 00:14:25 Tam sudo[1478]: pam_unix(sudo:session): session closed for user root
Sep 15 00:14:25 Tam systemd[1248]: Starting Accessibility services bus...
Sep 15 00:14:25 Tam systemd[1248]: Started Accessibility services bus.
Sep 15 00:14:25 Tam dbus-broker-launch[1512]: Ready
Sep 15 00:14:25 Tam systemd[1248]: Starting Virtual filesystem service...
Sep 15 00:14:25 Tam systemd[1248]: Started Virtual filesystem service.
Sep 15 00:14:25 Tam kernel: input: solaar-keyboard as /devices/virtual/input/input16
Sep 15 00:14:25 Tam systemd[1248]: Starting Portal service...
Sep 15 00:14:25 Tam systemd-logind[983]: Watching system buttons on /dev/input/event14 (solaar-keyboard)
Sep 15 00:14:25 Tam systemd[1248]: Starting flatpak document portal service...
Sep 15 00:14:25 Tam systemd[1248]: Started flatpak document portal service.
Sep 15 00:14:25 Tam rtkit-daemon[1279]: Supervising 6 threads of 3 processes of 1 users.
Sep 15 00:14:25 Tam rtkit-daemon[1279]: Supervising 6 threads of 3 processes of 1 users.
Sep 15 00:14:25 Tam rtkit-daemon[1279]: Supervising 6 threads of 3 processes of 1 users.
Sep 15 00:14:25 Tam systemd[1248]: Starting Portal service (Hyprland implementation)...
Sep 15 00:14:25 Tam systemd[1248]: Started Portal service (Hyprland implementation).
Sep 15 00:14:25 Tam rtkit-daemon[1279]: Supervising 6 threads of 3 processes of 1 users.
Sep 15 00:14:25 Tam rtkit-daemon[1279]: Supervising 6 threads of 3 processes of 1 users.
Sep 15 00:14:25 Tam rtkit-daemon[1279]: Supervising 6 threads of 3 processes of 1 users.
Sep 15 00:14:25 Tam systemd[1248]: Started Portal service.
Sep 15 00:14:25 Tam systemd[1248]: Created slice Slice /app/dbus-:1.24-org.a11y.atspi.Registry.
Sep 15 00:14:25 Tam systemd[1248]: Started dbus-:1.24-org.a11y.atspi.Registry@0.service.
Sep 15 00:14:25 Tam at-spi2-registryd[1577]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 15 00:14:27 Tam systemd[1248]: Starting Dunst notification daemon...
Sep 15 00:14:27 Tam systemd[1248]: Started kitty child process: 1623 launched by: 1607.
Sep 15 00:14:27 Tam systemd[1248]: Started Dunst notification daemon.
Sep 15 00:14:27 Tam sudo[1695]:   nktnet : TTY=tty1 ; PWD=/home/nktnet ; USER=root ; COMMAND=/usr/bin/install -m644 -o 0 -g 0 /run/user/1000/hyprpm/.temp-state /var/cache/hyprpm/nktnet/state.toml
Sep 15 00:14:27 Tam sudo[1695]: pam_unix(sudo:session): session opened for user root(uid=0) by nktnet(uid=1000)
Sep 15 00:14:27 Tam sudo[1695]: pam_unix(sudo:session): session closed for user root
Sep 15 00:14:40 Tam polkitd[1294]: Registered Authentication Agent for unix-process:1731:5961 (system bus name :1.37 [/usr/bin/pkttyagent --notify-fd 6 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8)
Sep 15 00:14:40 Tam systemd-logind[983]: The system will suspend now!
Sep 15 00:14:40 Tam NetworkManager[979]: <info>  [1757859280.9665] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Sep 15 00:14:40 Tam NetworkManager[979]: <info>  [1757859280.9666] device (enp109s0): state change: unavailable -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 15 00:14:40 Tam polkitd[1294]: Unregistered Authentication Agent for unix-process:1731:5961 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnected from bus)
Sep 15 00:14:40 Tam NetworkManager[979]: <info>  [1757859280.9737] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 15 00:14:40 Tam NetworkManager[979]: <info>  [1757859280.9739] manager: NetworkManager state is now ASLEEP
Sep 15 00:14:40 Tam NetworkManager[979]: <info>  [1757859280.9740] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Sep 15 00:14:40 Tam polkitd[1294]: Registered Authentication Agent for unix-process:1739:5965 (system bus name :1.39 [/usr/bin/pkttyagent --notify-fd 7 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8)
Sep 15 00:14:40 Tam systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 15 00:14:40 Tam polkitd[1294]: Unregistered Authentication Agent for unix-process:1739:5965 (system bus name :1.39, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnected from bus)
Sep 15 00:14:41 Tam systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 15 00:14:41 Tam kernel: wlp0s20f3: deauthenticating from 78:76:89:92:dd:b3 by local choice (Reason: 3=DEAUTH_LEAVING)
Sep 15 00:14:41 Tam wpa_supplicant[1054]: nl80211: send_event_marker failed: Source based routing not supported
Sep 15 00:14:41 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=78:76:89:92:dd:b3 reason=3 locally_generated=1
Sep 15 00:14:41 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:41 Tam NetworkManager[979]: <info>  [1757859281.0884] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Sep 15 00:14:41 Tam NetworkManager[979]: <info>  [1757859281.0885] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Sep 15 00:14:41 Tam NetworkManager[979]: <info>  [1757859281.0887] dhcp4 (wlp0s20f3): canceled DHCP transaction
Sep 15 00:14:41 Tam NetworkManager[979]: <info>  [1757859281.0887] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Sep 15 00:14:41 Tam NetworkManager[979]: <info>  [1757859281.0887] dhcp4 (wlp0s20f3): state changed no lease
Sep 15 00:14:41 Tam NetworkManager[979]: <info>  [1757859281.1097] device (wlp0s20f3): set-hw-addr: set MAC address to BA:2E:63:96:68:9C (scanning)
Sep 15 00:14:41 Tam systemd-resolved[656]: wlp0s20f3: Bus client set default route setting: no
Sep 15 00:14:41 Tam systemd-resolved[656]: wlp0s20f3: Bus client reset DNS server list.
Sep 15 00:14:41 Tam NetworkManager[979]: <info>  [1757859281.1400] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 15 00:14:41 Tam NetworkManager[979]: <info>  [1757859281.2686] device (wlp0s20f3): set-hw-addr: reset MAC address to A0:02:A5:A2:BB:AB (unmanage)
Sep 15 00:14:41 Tam wpa_supplicant[1054]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:41 Tam wpa_supplicant[1054]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:41 Tam wpa_supplicant[1054]: nl80211: deinit ifname=p2p-dev-wlp0s20 disabled_11b_rates=0
Sep 15 00:14:41 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:41 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:41 Tam wpa_supplicant[1054]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
Sep 15 00:14:41 Tam systemd[1]: Reached target Sleep.
Sep 15 00:14:41 Tam systemd[1]: Starting System Suspend...
Sep 15 00:14:41 Tam systemd[1]: user@1000.service: Unit now frozen-by-parent.
Sep 15 00:14:41 Tam systemd[1]: user.slice: Unit now frozen.
Sep 15 00:14:41 Tam systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Sep 15 00:14:41 Tam systemd-sleep[1776]: Successfully froze unit 'user.slice'.
Sep 15 00:14:41 Tam systemd[1]: session-1.scope: Unit now frozen-by-parent.
Sep 15 00:14:41 Tam systemd-sleep[1776]: Performing sleep operation 'suspend'...
Sep 15 00:14:41 Tam kernel: PM: suspend entry (deep)
Sep 15 00:14:41 Tam kernel: Filesystems sync: 0.004 seconds
Sep 15 00:14:48 Tam kernel: Freezing user space processes
Sep 15 00:14:48 Tam kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Sep 15 00:14:48 Tam kernel: OOM killer disabled.
Sep 15 00:14:48 Tam kernel: Freezing remaining freezable tasks
Sep 15 00:14:48 Tam kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Sep 15 00:14:48 Tam kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Sep 15 00:14:48 Tam kernel: ACPI: EC: interrupt blocked
Sep 15 00:14:48 Tam kernel: ACPI: PM: Preparing to enter system sleep state S3
Sep 15 00:14:48 Tam kernel: ACPI: EC: event blocked
Sep 15 00:14:48 Tam kernel: ACPI: EC: EC stopped
Sep 15 00:14:48 Tam kernel: ACPI: PM: Saving platform NVS memory
Sep 15 00:14:48 Tam kernel: Disabling non-boot CPUs ...
Sep 15 00:14:48 Tam kernel: smpboot: CPU 31 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 30 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 29 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 28 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 27 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 26 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 25 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 24 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 23 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 22 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 21 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 20 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 19 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 18 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 17 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 16 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 15 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 14 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 13 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 12 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 11 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 10 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 9 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 8 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 7 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 6 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 5 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 4 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 3 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 2 is now offline
Sep 15 00:14:48 Tam kernel: smpboot: CPU 1 is now offline
Sep 15 00:14:48 Tam kernel: ACPI: PM: Low-level resume complete
Sep 15 00:14:48 Tam kernel: ACPI: EC: EC started
Sep 15 00:14:48 Tam kernel: ACPI: PM: Restoring platform NVS memory
Sep 15 00:14:48 Tam kernel: Enabling non-boot CPUs ...
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Sep 15 00:14:48 Tam kernel: CPU1 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Sep 15 00:14:48 Tam kernel: CPU2 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Sep 15 00:14:48 Tam kernel: CPU3 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
Sep 15 00:14:48 Tam kernel: CPU4 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 5 APIC 0x11
Sep 15 00:14:48 Tam kernel: CPU5 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 6 APIC 0x18
Sep 15 00:14:48 Tam kernel: CPU6 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 7 APIC 0x19
Sep 15 00:14:48 Tam kernel: CPU7 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 8 APIC 0x20
Sep 15 00:14:48 Tam kernel: CPU8 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 9 APIC 0x21
Sep 15 00:14:48 Tam kernel: CPU9 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 10 APIC 0x28
Sep 15 00:14:48 Tam kernel: CPU10 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 11 APIC 0x29
Sep 15 00:14:48 Tam kernel: CPU11 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 12 APIC 0x30
Sep 15 00:14:48 Tam kernel: CPU12 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 13 APIC 0x31
Sep 15 00:14:48 Tam kernel: CPU13 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 14 APIC 0x38
Sep 15 00:14:48 Tam kernel: CPU14 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 15 APIC 0x39
Sep 15 00:14:48 Tam kernel: CPU15 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 16 APIC 0x40
Sep 15 00:14:48 Tam kernel: core: cpu_atom PMU driver: 
Sep 15 00:14:48 Tam kernel: ... version:                5
Sep 15 00:14:48 Tam kernel: ... bit width:              48
Sep 15 00:14:48 Tam kernel: ... generic registers:      6
Sep 15 00:14:48 Tam kernel: ... value mask:             0000ffffffffffff
Sep 15 00:14:48 Tam kernel: ... max period:             00007fffffffffff
Sep 15 00:14:48 Tam kernel: ... fixed-purpose events:   3
Sep 15 00:14:48 Tam kernel: ... event mask:             000000070000003f
Sep 15 00:14:48 Tam kernel: CPU16 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 17 APIC 0x42
Sep 15 00:14:48 Tam kernel: CPU17 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 18 APIC 0x44
Sep 15 00:14:48 Tam kernel: CPU18 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 19 APIC 0x46
Sep 15 00:14:48 Tam kernel: CPU19 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 20 APIC 0x48
Sep 15 00:14:48 Tam kernel: CPU20 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 21 APIC 0x4a
Sep 15 00:14:48 Tam kernel: CPU21 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 22 APIC 0x4c
Sep 15 00:14:48 Tam kernel: CPU22 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 23 APIC 0x4e
Sep 15 00:14:48 Tam kernel: CPU23 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 24 APIC 0x50
Sep 15 00:14:48 Tam kernel: CPU24 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 25 APIC 0x52
Sep 15 00:14:48 Tam kernel: CPU25 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 26 APIC 0x54
Sep 15 00:14:48 Tam kernel: CPU26 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 27 APIC 0x56
Sep 15 00:14:48 Tam kernel: CPU27 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 28 APIC 0x58
Sep 15 00:14:48 Tam kernel: CPU28 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 29 APIC 0x5a
Sep 15 00:14:48 Tam kernel: CPU29 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 30 APIC 0x5c
Sep 15 00:14:48 Tam kernel: CPU30 is up
Sep 15 00:14:48 Tam kernel: smpboot: Booting Node 0 Processor 31 APIC 0x5e
Sep 15 00:14:48 Tam kernel: CPU31 is up
Sep 15 00:14:48 Tam kernel: ACPI: PM: Waking up from system sleep state S3
Sep 15 00:14:48 Tam kernel: ACPI: EC: interrupt unblocked
Sep 15 00:14:48 Tam kernel: ACPI: EC: event unblocked
Sep 15 00:14:48 Tam kernel: iwlwifi 0000:00:14.3: Rfkill was toggled during suspend
Sep 15 00:14:48 Tam kernel: spd5118 13-0050: Failed to write b = 0: -6
Sep 15 00:14:48 Tam kernel: spd5118 13-0050: PM: dpm_run_callback(): spd5118_resume [spd5118] returns -6
Sep 15 00:14:48 Tam kernel: spd5118 13-0050: PM: failed to resume async: error -6
Sep 15 00:14:48 Tam kernel: spd5118 13-0052: Failed to write b = 0: -6
Sep 15 00:14:48 Tam kernel: spd5118 13-0052: PM: dpm_run_callback(): spd5118_resume [spd5118] returns -6
Sep 15 00:14:48 Tam kernel: spd5118 13-0052: PM: failed to resume async: error -6
Sep 15 00:14:48 Tam kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.44.1
Sep 15 00:14:48 Tam kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Sep 15 00:14:48 Tam kernel: pcieport 10000:e0:01.1: can't derive routing for PCI INT A
Sep 15 00:14:48 Tam kernel: nvme 10000:e1:00.0: PCI INT A: no GSI
Sep 15 00:14:48 Tam kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Sep 15 00:14:48 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
Sep 15 00:14:48 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
Sep 15 00:14:48 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
Sep 15 00:14:48 Tam kernel: nvme nvme0: 18/0/0 default/read/poll queues
Sep 15 00:14:48 Tam kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 15 00:14:48 Tam kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 15 00:14:48 Tam kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Sep 15 00:14:48 Tam kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Sep 15 00:14:48 Tam kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Sep 15 00:14:48 Tam kernel: usb 1-6: reset high-speed USB device number 2 using xhci_hcd
Sep 15 00:14:48 Tam kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Sep 15 00:14:48 Tam kernel: pci_bus 0000:04: Allocating resources
Sep 15 00:14:48 Tam kernel: pci_bus 0000:38: Allocating resources
Sep 15 00:14:48 Tam kernel: pci_bus 0000:04: Allocating resources
Sep 15 00:14:48 Tam kernel: pci_bus 0000:38: Allocating resources
Sep 15 00:14:48 Tam kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Sep 15 00:14:48 Tam kernel: OOM killer enabled.
Sep 15 00:14:48 Tam kernel: Restarting tasks: Starting
Sep 15 00:14:48 Tam kernel: Restarting tasks: Done
Sep 15 00:14:48 Tam kernel: random: crng reseeded on system resumption
Sep 15 00:14:48 Tam kernel: PM: suspend exit
Sep 15 00:14:48 Tam systemd-resolved[656]: Clock change detected. Flushing caches.
Sep 15 00:14:48 Tam systemd-resolved[656]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Sep 15 00:14:48 Tam systemd-sleep[1776]: System returned from sleep operation 'suspend'.
Sep 15 00:14:48 Tam systemd[1]: user.slice: Unit now thawed.
Sep 15 00:14:48 Tam systemd[1]: user-1000.slice: Unit now thawed.
Sep 15 00:14:48 Tam systemd-sleep[1776]: Successfully thawed unit 'user.slice'.
Sep 15 00:14:48 Tam systemd[1]: session-1.scope: Unit now thawed.
Sep 15 00:14:48 Tam systemd[1]: user@1000.service: Unit now thawed.
Sep 15 00:14:48 Tam systemd[1]: systemd-suspend.service: Deactivated successfully.
Sep 15 00:14:48 Tam systemd[1]: Finished System Suspend.
Sep 15 00:14:48 Tam systemd[1]: Stopped target Sleep.
Sep 15 00:14:48 Tam systemd[1]: Reached target Suspend.
Sep 15 00:14:48 Tam systemd-logind[983]: Operation 'suspend' finished.
Sep 15 00:14:48 Tam systemd[1]: Stopped target Suspend.
Sep 15 00:14:48 Tam systemd-resolved[656]: Closing all remaining TCP connections.
Sep 15 00:14:48 Tam systemd-resolved[656]: Resetting learnt feature levels on all servers.
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.4739] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.4741] device (enp109s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:14:48 Tam kernel: Generic FE-GE Realtek PHY r8169-0-6d00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-6d00:00, irq=MAC)
Sep 15 00:14:48 Tam kernel: r8169 0000:6d:00.0 enp109s0: Link is Down
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6317] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6336] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6340] manager: NetworkManager state is now DISCONNECTED
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6608] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6608] device (p2p-dev-wlp0s20f3): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6613] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6615] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6617] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6621] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Sep 15 00:14:48 Tam NetworkManager[979]: <info>  [1757859288.6625] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Sep 15 00:14:50 Tam hyprlock[1750]: pam_faillock(hyprlock:auth): Unknown option: deny_delay
Sep 15 00:14:50 Tam hyprlock[1750]: pam_faillock(hyprlock:auth): Unknown option: deny_delay
Sep 15 00:14:51 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Sep 15 00:14:51 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9549] policy: auto-activating connection 'eero44' (bc197a82-f6d6-4948-81b6-39dc71a28992)
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9554] device (wlp0s20f3): Activation: starting connection 'eero44' (bc197a82-f6d6-4948-81b6-39dc71a28992)
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9554] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9555] manager: NetworkManager state is now CONNECTING
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9556] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9557] device (wlp0s20f3): Activation: (wifi) access point 'eero44' has security, but secrets are required.
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9557] device (wlp0s20f3): state change: config -> need-auth (reason 'none', managed-type: 'full')
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9560] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9561] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9561] device (wlp0s20f3): Activation: (wifi) connection 'eero44' has security, and secrets exist.  No new secrets needed.
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9567] Config: added 'ssid' value 'eero44'
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9568] Config: added 'scan_ssid' value '1'
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9568] Config: added 'bgscan' value 'simple:30:-65:300'
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9568] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9568] Config: added 'auth_alg' value 'OPEN'
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9568] Config: added 'psk' value '<hidden>'
Sep 15 00:14:51 Tam wpa_supplicant[1054]: wlp0s20f3: SME: Trying to authenticate with 78:76:89:92:dd:b3 (SSID='eero44' freq=5745 MHz)
Sep 15 00:14:51 Tam kernel: wlp0s20f3: authenticate with 78:76:89:92:dd:b3 (local address=a0:02:a5:a2:bb:ab)
Sep 15 00:14:51 Tam kernel: wlp0s20f3: send auth to 78:76:89:92:dd:b3 (try 1/3)
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9665] device (wlp0s20f3): supplicant interface state: disconnected -> authenticating
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9665] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> authenticating
Sep 15 00:14:51 Tam kernel: wlp0s20f3: authenticated
Sep 15 00:14:51 Tam wpa_supplicant[1054]: wlp0s20f3: Trying to associate with 78:76:89:92:dd:b3 (SSID='eero44' freq=5745 MHz)
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9995] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Sep 15 00:14:51 Tam NetworkManager[979]: <info>  [1757859291.9995] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Sep 15 00:14:52 Tam kernel: wlp0s20f3: associate with 78:76:89:92:dd:b3 (try 1/3)
Sep 15 00:14:52 Tam kernel: wlp0s20f3: RX AssocResp from 78:76:89:92:dd:b3 (capab=0x1111 status=0 aid=1)
Sep 15 00:14:52 Tam kernel: wlp0s20f3: associated
Sep 15 00:14:52 Tam wpa_supplicant[1054]: wlp0s20f3: Associated with 78:76:89:92:dd:b3
Sep 15 00:14:52 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 15 00:14:52 Tam kernel: wlp0s20f3: Limiting TX power to 36 (36 - 0) dBm as advertised by 78:76:89:92:dd:b3
Sep 15 00:14:52 Tam wpa_supplicant[1054]: wlp0s20f3: WPA: Key negotiation completed with 78:76:89:92:dd:b3 [PTK=CCMP GTK=CCMP]
Sep 15 00:14:52 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to 78:76:89:92:dd:b3 completed [id=0 id_str=]
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.0497] device (wlp0s20f3): supplicant interface state: associating -> completed
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.0497] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "eero44"
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.0498] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> completed
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.0498] device (wlp0s20f3): state change: config -> ip-config (reason 'none', managed-type: 'full')
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.0502] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Sep 15 00:14:52 Tam systemd-resolved[656]: wlp0s20f3: Bus client set default route setting: yes
Sep 15 00:14:52 Tam systemd-resolved[656]: wlp0s20f3: Bus client set DNS server list to: 9.9.9.9, 149.112.112.112
Sep 15 00:14:52 Tam systemd[1248]: Started kitty child process: 2103 launched by: 2083.
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.0803] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.4.137, acd pending
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.2052] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.4.137
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.2077] policy: set 'eero44' (wlp0s20f3) as default for IPv4 routing and DNS
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.2172] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.2187] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.2188] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.2190] manager: NetworkManager state is now CONNECTED_SITE
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.2198] device (wlp0s20f3): Activation: successful, device activated.
Sep 15 00:14:52 Tam NetworkManager[979]: <info>  [1757859292.2202] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 15 00:14:52 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-37 noise=9999 txrate=245000
Sep 15 00:14:55 Tam systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 15 00:14:55 Tam polkitd[1294]: Registered Authentication Agent for unix-process:2129:7394 (system bus name :1.44 [/usr/bin/pkttyagent --notify-fd 6 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8)
Sep 15 00:14:55 Tam systemd-logind[983]: The system will suspend now!
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.2854] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.2855] device (enp109s0): state change: unavailable -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 15 00:14:55 Tam polkitd[1294]: Unregistered Authentication Agent for unix-process:2129:7394 (system bus name :1.44, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnected from bus)
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.2916] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.2918] manager: NetworkManager state is now ASLEEP
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.2919] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Sep 15 00:14:55 Tam systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 15 00:14:55 Tam polkitd[1294]: Registered Authentication Agent for unix-process:2137:7397 (system bus name :1.46 [/usr/bin/pkttyagent --notify-fd 7 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8)
Sep 15 00:14:55 Tam polkitd[1294]: Unregistered Authentication Agent for unix-process:2137:7397 (system bus name :1.46, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnected from bus)
Sep 15 00:14:55 Tam systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 15 00:14:55 Tam kernel: wlp0s20f3: deauthenticating from 78:76:89:92:dd:b3 by local choice (Reason: 3=DEAUTH_LEAVING)
Sep 15 00:14:55 Tam wpa_supplicant[1054]: nl80211: send_event_marker failed: Source based routing not supported
Sep 15 00:14:55 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=78:76:89:92:dd:b3 reason=3 locally_generated=1
Sep 15 00:14:55 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.4044] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.4045] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.4171] dhcp4 (wlp0s20f3): canceled DHCP transaction
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.4171] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.4171] dhcp4 (wlp0s20f3): state changed no lease
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.4413] device (wlp0s20f3): set-hw-addr: set MAC address to 96:28:94:2D:6B:F9 (scanning)
Sep 15 00:14:55 Tam systemd-resolved[656]: wlp0s20f3: Bus client set default route setting: no
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.4884] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 15 00:14:55 Tam systemd-resolved[656]: wlp0s20f3: Bus client reset DNS server list.
Sep 15 00:14:55 Tam NetworkManager[979]: <info>  [1757859295.6116] device (wlp0s20f3): set-hw-addr: reset MAC address to A0:02:A5:A2:BB:AB (unmanage)
Sep 15 00:14:55 Tam systemd[1]: Reached target Sleep.
Sep 15 00:14:55 Tam systemd[1]: Starting System Suspend...
Sep 15 00:14:55 Tam wpa_supplicant[1054]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:55 Tam wpa_supplicant[1054]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:55 Tam wpa_supplicant[1054]: nl80211: deinit ifname=p2p-dev-wlp0s20 disabled_11b_rates=0
Sep 15 00:14:55 Tam systemd[1]: user@1000.service: Unit now frozen-by-parent.
Sep 15 00:14:55 Tam systemd[1]: user.slice: Unit now frozen.
Sep 15 00:14:55 Tam systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Sep 15 00:14:55 Tam systemd-sleep[2174]: Successfully froze unit 'user.slice'.
Sep 15 00:14:55 Tam systemd[1]: session-1.scope: Unit now frozen-by-parent.
Sep 15 00:14:55 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:55 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Sep 15 00:14:55 Tam wpa_supplicant[1054]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
Sep 15 00:14:55 Tam kernel: PM: suspend entry (deep)
Sep 15 00:14:55 Tam systemd-sleep[2174]: Performing sleep operation 'suspend'...
Sep 15 00:14:55 Tam kernel: Filesystems sync: 0.008 seconds
Sep 15 00:15:01 Tam kernel: Freezing user space processes
Sep 15 00:15:01 Tam kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Sep 15 00:15:01 Tam kernel: OOM killer disabled.
Sep 15 00:15:01 Tam kernel: Freezing remaining freezable tasks
Sep 15 00:15:01 Tam kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Sep 15 00:15:01 Tam kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Sep 15 00:15:01 Tam kernel: ACPI: EC: interrupt blocked
Sep 15 00:15:01 Tam kernel: ACPI: PM: Preparing to enter system sleep state S3
Sep 15 00:15:01 Tam kernel: ACPI: EC: event blocked
Sep 15 00:15:01 Tam kernel: ACPI: EC: EC stopped
Sep 15 00:15:01 Tam kernel: ACPI: PM: Saving platform NVS memory
Sep 15 00:15:01 Tam kernel: Disabling non-boot CPUs ...
Sep 15 00:15:01 Tam kernel: smpboot: CPU 31 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 30 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 29 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 28 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 27 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 26 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 25 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 24 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 23 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 22 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 21 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 20 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 19 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 18 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 17 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 16 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 15 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 14 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 13 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 12 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 11 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 10 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 9 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 8 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 7 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 6 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 5 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 4 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 3 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 2 is now offline
Sep 15 00:15:01 Tam kernel: smpboot: CPU 1 is now offline
Sep 15 00:15:01 Tam kernel: ACPI: PM: Low-level resume complete
Sep 15 00:15:01 Tam kernel: ACPI: EC: EC started
Sep 15 00:15:01 Tam kernel: ACPI: PM: Restoring platform NVS memory
Sep 15 00:15:01 Tam kernel: Enabling non-boot CPUs ...
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Sep 15 00:15:01 Tam kernel: CPU1 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Sep 15 00:15:01 Tam kernel: CPU2 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Sep 15 00:15:01 Tam kernel: CPU3 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
Sep 15 00:15:01 Tam kernel: CPU4 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 5 APIC 0x11
Sep 15 00:15:01 Tam kernel: CPU5 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 6 APIC 0x18
Sep 15 00:15:01 Tam kernel: CPU6 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 7 APIC 0x19
Sep 15 00:15:01 Tam kernel: CPU7 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 8 APIC 0x20
Sep 15 00:15:01 Tam kernel: CPU8 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 9 APIC 0x21
Sep 15 00:15:01 Tam kernel: CPU9 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 10 APIC 0x28
Sep 15 00:15:01 Tam kernel: CPU10 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 11 APIC 0x29
Sep 15 00:15:01 Tam kernel: CPU11 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 12 APIC 0x30
Sep 15 00:15:01 Tam kernel: CPU12 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 13 APIC 0x31
Sep 15 00:15:01 Tam kernel: CPU13 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 14 APIC 0x38
Sep 15 00:15:01 Tam kernel: CPU14 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 15 APIC 0x39
Sep 15 00:15:01 Tam kernel: CPU15 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 16 APIC 0x40
Sep 15 00:15:01 Tam kernel: core: cpu_atom PMU driver: 
Sep 15 00:15:01 Tam kernel: ... version:                5
Sep 15 00:15:01 Tam kernel: ... bit width:              48
Sep 15 00:15:01 Tam kernel: ... generic registers:      6
Sep 15 00:15:01 Tam kernel: ... value mask:             0000ffffffffffff
Sep 15 00:15:01 Tam kernel: ... max period:             00007fffffffffff
Sep 15 00:15:01 Tam kernel: ... fixed-purpose events:   3
Sep 15 00:15:01 Tam kernel: ... event mask:             000000070000003f
Sep 15 00:15:01 Tam kernel: CPU16 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 17 APIC 0x42
Sep 15 00:15:01 Tam kernel: CPU17 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 18 APIC 0x44
Sep 15 00:15:01 Tam kernel: CPU18 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 19 APIC 0x46
Sep 15 00:15:01 Tam kernel: CPU19 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 20 APIC 0x48
Sep 15 00:15:01 Tam kernel: CPU20 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 21 APIC 0x4a
Sep 15 00:15:01 Tam kernel: CPU21 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 22 APIC 0x4c
Sep 15 00:15:01 Tam kernel: CPU22 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 23 APIC 0x4e
Sep 15 00:15:01 Tam kernel: CPU23 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 24 APIC 0x50
Sep 15 00:15:01 Tam kernel: CPU24 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 25 APIC 0x52
Sep 15 00:15:01 Tam kernel: CPU25 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 26 APIC 0x54
Sep 15 00:15:01 Tam kernel: CPU26 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 27 APIC 0x56
Sep 15 00:15:01 Tam kernel: CPU27 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 28 APIC 0x58
Sep 15 00:15:01 Tam kernel: CPU28 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 29 APIC 0x5a
Sep 15 00:15:01 Tam kernel: CPU29 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 30 APIC 0x5c
Sep 15 00:15:01 Tam kernel: CPU30 is up
Sep 15 00:15:01 Tam kernel: smpboot: Booting Node 0 Processor 31 APIC 0x5e
Sep 15 00:15:01 Tam kernel: CPU31 is up
Sep 15 00:15:01 Tam kernel: ACPI: PM: Waking up from system sleep state S3
Sep 15 00:15:01 Tam kernel: ACPI: EC: interrupt unblocked
Sep 15 00:15:01 Tam kernel: ACPI: EC: event unblocked
Sep 15 00:15:01 Tam kernel: iwlwifi 0000:00:14.3: Rfkill was toggled during suspend
Sep 15 00:15:01 Tam kernel: pcieport 10000:e0:01.1: can't derive routing for PCI INT A
Sep 15 00:15:01 Tam kernel: nvme 10000:e1:00.0: PCI INT A: no GSI
Sep 15 00:15:01 Tam kernel: spd5118 13-0050: PM: dpm_run_callback(): spd5118_resume [spd5118] returns -6
Sep 15 00:15:01 Tam kernel: spd5118 13-0050: PM: failed to resume async: error -6
Sep 15 00:15:01 Tam kernel: spd5118 13-0052: Failed to write b = 0: -6
Sep 15 00:15:01 Tam kernel: spd5118 13-0052: PM: dpm_run_callback(): spd5118_resume [spd5118] returns -6
Sep 15 00:15:01 Tam kernel: spd5118 13-0052: PM: failed to resume async: error -6
Sep 15 00:15:01 Tam kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.44.1
Sep 15 00:15:01 Tam kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Sep 15 00:15:01 Tam kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Sep 15 00:15:01 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
Sep 15 00:15:01 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
Sep 15 00:15:01 Tam kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
Sep 15 00:15:01 Tam kernel: nvme nvme0: 18/0/0 default/read/poll queues
Sep 15 00:15:01 Tam kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 15 00:15:01 Tam kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 15 00:15:01 Tam kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Sep 15 00:15:01 Tam kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Sep 15 00:15:01 Tam kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Sep 15 00:15:01 Tam kernel: usb 1-6: reset high-speed USB device number 2 using xhci_hcd
Sep 15 00:15:01 Tam kernel: pci_bus 0000:04: Allocating resources
Sep 15 00:15:01 Tam kernel: pci_bus 0000:38: Allocating resources
Sep 15 00:15:01 Tam kernel: pci_bus 0000:04: Allocating resources
Sep 15 00:15:01 Tam kernel: pci_bus 0000:38: Allocating resources
Sep 15 00:15:01 Tam kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Sep 15 00:15:01 Tam kernel: OOM killer enabled.
Sep 15 00:15:01 Tam kernel: Restarting tasks: Starting
Sep 15 00:15:01 Tam kernel: Restarting tasks: Done
Sep 15 00:15:01 Tam kernel: random: crng reseeded on system resumption
Sep 15 00:15:01 Tam kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Sep 15 00:15:01 Tam kernel: PM: suspend exit
Sep 15 00:15:01 Tam systemd-resolved[656]: Clock change detected. Flushing caches.
Sep 15 00:15:01 Tam systemd-sleep[2174]: System returned from sleep operation 'suspend'.
Sep 15 00:15:01 Tam systemd[1]: user.slice: Unit now thawed.
Sep 15 00:15:01 Tam systemd[1]: user-1000.slice: Unit now thawed.
Sep 15 00:15:01 Tam systemd[1]: session-1.scope: Unit now thawed.
Sep 15 00:15:01 Tam systemd-sleep[2174]: Successfully thawed unit 'user.slice'.
Sep 15 00:15:01 Tam systemd[1]: user@1000.service: Unit now thawed.
Sep 15 00:15:01 Tam systemd[1]: systemd-suspend.service: Deactivated successfully.
Sep 15 00:15:01 Tam systemd[1]: Finished System Suspend.
Sep 15 00:15:01 Tam systemd[1]: Stopped target Sleep.
Sep 15 00:15:01 Tam systemd[1]: Reached target Suspend.
Sep 15 00:15:01 Tam systemd-logind[983]: Operation 'suspend' finished.
Sep 15 00:15:01 Tam systemd[1]: Stopped target Suspend.
Sep 15 00:15:01 Tam systemd-resolved[656]: Closing all remaining TCP connections.
Sep 15 00:15:01 Tam systemd-resolved[656]: Resetting learnt feature levels on all servers.
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.5540] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.5541] device (enp109s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:15:01 Tam kernel: Generic FE-GE Realtek PHY r8169-0-6d00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-6d00:00, irq=MAC)
Sep 15 00:15:01 Tam kernel: r8169 0000:6d:00.0 enp109s0: Link is Down
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7360] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7380] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7384] manager: NetworkManager state is now DISCONNECTED
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7786] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7787] device (p2p-dev-wlp0s20f3): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7796] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7800] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/6)
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7802] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7808] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Sep 15 00:15:01 Tam NetworkManager[979]: <info>  [1757859301.7813] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Sep 15 00:15:02 Tam hyprlock[2148]: pam_faillock(hyprlock:auth): Unknown option: deny_delay
Sep 15 00:15:02 Tam hyprlock[2148]: pam_faillock(hyprlock:auth): Unknown option: deny_delay
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=AU
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5078] policy: auto-activating connection 'eero44' (bc197a82-f6d6-4948-81b6-39dc71a28992)
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5082] device (wlp0s20f3): Activation: starting connection 'eero44' (bc197a82-f6d6-4948-81b6-39dc71a28992)
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5082] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5084] manager: NetworkManager state is now CONNECTING
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5086] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5088] device (wlp0s20f3): Activation: (wifi) access point 'eero44' has security, but secrets are required.
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5088] device (wlp0s20f3): state change: config -> need-auth (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5095] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5097] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5098] device (wlp0s20f3): Activation: (wifi) connection 'eero44' has security, and secrets exist.  No new secrets needed.
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5100] Config: added 'ssid' value 'eero44'
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5100] Config: added 'scan_ssid' value '1'
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5100] Config: added 'bgscan' value 'simple:30:-65:300'
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5100] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5100] Config: added 'auth_alg' value 'OPEN'
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5100] Config: added 'psk' value '<hidden>'
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: SME: Trying to authenticate with 78:76:89:92:dd:b3 (SSID='eero44' freq=5745 MHz)
Sep 15 00:15:05 Tam kernel: wlp0s20f3: authenticate with 78:76:89:92:dd:b3 (local address=a0:02:a5:a2:bb:ab)
Sep 15 00:15:05 Tam kernel: wlp0s20f3: send auth to 78:76:89:92:dd:b3 (try 1/3)
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5214] device (wlp0s20f3): supplicant interface state: disconnected -> authenticating
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5214] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> authenticating
Sep 15 00:15:05 Tam kernel: wlp0s20f3: authenticated
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: Trying to associate with 78:76:89:92:dd:b3 (SSID='eero44' freq=5745 MHz)
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5527] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5528] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Sep 15 00:15:05 Tam kernel: wlp0s20f3: associate with 78:76:89:92:dd:b3 (try 1/3)
Sep 15 00:15:05 Tam kernel: wlp0s20f3: RX AssocResp from 78:76:89:92:dd:b3 (capab=0x1111 status=0 aid=1)
Sep 15 00:15:05 Tam kernel: wlp0s20f3: associated
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: Associated with 78:76:89:92:dd:b3
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5693] device (wlp0s20f3): supplicant interface state: associating -> 4way_handshake
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5694] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> 4way_handshake
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: WPA: Key negotiation completed with 78:76:89:92:dd:b3 [PTK=CCMP GTK=CCMP]
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to 78:76:89:92:dd:b3 completed [id=0 id_str=]
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5978] device (wlp0s20f3): supplicant interface state: 4way_handshake -> completed
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5979] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "eero44"
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5979] device (p2p-dev-wlp0s20f3): supplicant management interface state: 4way_handshake -> completed
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5981] device (wlp0s20f3): state change: config -> ip-config (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam wpa_supplicant[1054]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-30 noise=9999 txrate=1000
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.5986] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Sep 15 00:15:05 Tam systemd-resolved[656]: wlp0s20f3: Bus client set default route setting: yes
Sep 15 00:15:05 Tam systemd-resolved[656]: wlp0s20f3: Bus client set DNS server list to: 9.9.9.9, 149.112.112.112
Sep 15 00:15:05 Tam kernel: wlp0s20f3: Limiting TX power to 36 (36 - 0) dBm as advertised by 78:76:89:92:dd:b3
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.6563] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.4.137, acd pending
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.8139] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.4.137
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.8165] policy: set 'eero44' (wlp0s20f3) as default for IPv4 routing and DNS
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.8269] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.8279] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.8279] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.8280] manager: NetworkManager state is now CONNECTED_SITE
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.8288] device (wlp0s20f3): Activation: successful, device activated.
Sep 15 00:15:05 Tam NetworkManager[979]: <info>  [1757859305.8290] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 15 00:15:08 Tam systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 15 00:15:20 Tam systemd-timesyncd[657]: Contacted time server 162.159.200.123:123 (0.arch.pool.ntp.org).
Sep 15 00:15:55 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:6 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:15:55 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0006:0006:[kitty[2459]] errored - disabling channel
Sep 15 00:15:55 Tam kernel: nouveau 0000:01:00.0: kitty[2459]: channel 6 killed!
Sep 15 00:15:55 Tam systemd[1248]: Started kitty child process: 2488 launched by: 2459.
Sep 15 00:16:01 Tam kernel: nouveau 0000:01:00.0: hyprland-dialog[2467]: job timeout, channel 8 killed!
Sep 15 00:16:13 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:7 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:16:13 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0007:0007:[hyprland-dialog[2526]] errored - disabling channel
Sep 15 00:16:13 Tam kernel: nouveau 0000:01:00.0: hyprland-dialog[2526]: channel 7 killed!
Sep 15 00:16:19 Tam kernel: nouveau 0000:01:00.0: kitty[2524]: job timeout, channel 8 killed!
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] Initializing xdph...
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] XDG_CURRENT_DESKTOP set to Hyprland
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] Gathering exported interfaces
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wl_seat (ver 9)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wl_data_device_manager (ver 3)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wl_compositor (ver 6)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wl_subcompositor (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wl_shm (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_viewporter (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_tearing_control_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_fractional_scale_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zxdg_output_manager_v1 (ver 3)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_cursor_shape_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_idle_inhibit_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_relative_pointer_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zxdg_decoration_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_alpha_modifier_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwlr_gamma_control_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: ext_foreign_toplevel_list_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_pointer_gestures_v1 (ver 3)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwlr_foreign_toplevel_manager_v1 (ver 3)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [toplevel] (activate) locks: 1
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_keyboard_shortcuts_inhibit_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_text_input_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_text_input_manager_v3 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_pointer_constraints_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwlr_output_power_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: xdg_activation_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: ext_idle_notifier_v1 (ver 2)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: hyprland_lock_notifier_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: ext_session_lock_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_input_method_manager_v2 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_virtual_keyboard_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwlr_virtual_pointer_manager_v1 (ver 2)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwlr_output_manager_v1 (ver 4)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: org_kde_kwin_server_decoration_manager (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: hyprland_focus_grab_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_tablet_manager_v2 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwlr_layer_shell_v1 (ver 5)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_presentation (ver 2)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: xdg_wm_base (ver 7)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwlr_data_control_manager_v1 (ver 2)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_primary_selection_device_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: xwayland_shell_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwlr_screencopy_manager_v1 (ver 3)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [pipewire] connected
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [screencopy] init successful
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: hyprland_toplevel_export_manager_v1 (ver 2)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: hyprland_toplevel_mapping_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [toplevel mapping] registered manager
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: hyprland_global_shortcuts_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [globalshortcuts] registered
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: xdg_wm_dialog_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_single_pixel_buffer_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_security_context_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: hyprland_ctm_control_manager_v1 (ver 2)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: hyprland_surface_manager_v1 (ver 2)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_content_type_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: xdg_toplevel_tag_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: xdg_system_bell_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: ext_workspace_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: ext_data_control_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_pointer_warp_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_color_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_drm_lease_device_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_linux_drm_syncobj_manager_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wp_drm_lease_device_v1 (ver 1)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wl_drm (ver 2)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: zwp_linux_dmabuf_v1 (ver 5)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG]  | Got interface: wl_output (ver 4)
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [core] dmabufFeedbackMainDevice
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] Found output name eDP-1
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [toplevel] Activated, bound to 1, toplevels: 0
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [screencopy] Registered for toplevel export
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [LOG] [screenshot] init successful
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [CRITICAL] [core] Disconnected from pollfd id 1
Sep 15 00:16:38 Tam xdg-desktop-portal-hyprland[1570]: [ERR] [core]
Sep 15 00:16:42 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:6 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:16:42 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0006:0006:[kitty[2695]] errored - disabling channel
Sep 15 00:16:42 Tam kernel: nouveau 0000:01:00.0: kitty[2695]: channel 6 killed!
Sep 15 00:16:42 Tam kernel: kitty[2695]: segfault at 0 ip 0000000000000000 sp 00007ffe7c169c78 error 14 likely on CPU 10 (core 20, socket 0)
Sep 15 00:16:42 Tam kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6.
Sep 15 00:16:42 Tam systemd-coredump[2742]: Process 2695 (kitty) of user 1000 terminated abnormally with signal 11/SEGV, processing...
Sep 15 00:16:42 Tam systemd[1]: Created slice Slice /system/systemd-coredump.
Sep 15 00:16:42 Tam systemd[1]: Started Process Core Dump (PID 2742/UID 0).
Sep 15 00:16:42 Tam systemd-coredump[2743]: Process 2695 (kitty) of user 1000 dumped core.
                                            
                                            Stack trace of thread 2695:
                                            #0  0x0000000000000000 n/a (n/a + 0x0)
                                            #1  0x00007f16b5867fb6 n/a (fast_data_types.so + 0x67fb6)
                                            #2  0x00007f16b6b960cc n/a (libpython3.13.so.1.0 + 0x1960cc)
                                            #3  0x00007f16b6b620cb _PyObject_MakeTpCall (libpython3.13.so.1.0 + 0x1620cb)
                                            #4  0x00007f16b6b7ccfd _PyEval_EvalFrameDefault (libpython3.13.so.1.0 + 0x17ccfd)
                                            #5  0x00007f16b6c4c2a1 n/a (libpython3.13.so.1.0 + 0x24c2a1)
                                            #6  0x00007f16b6c9ca84 n/a (libpython3.13.so.1.0 + 0x29ca84)
                                            #7  0x00007f16b6b620cb _PyObject_MakeTpCall (libpython3.13.so.1.0 + 0x1620cb)
                                            #8  0x00007f16b6b7697a _PyEval_EvalFrameDefault (libpython3.13.so.1.0 + 0x17697a)
                                            #9  0x00007f16b6c4e2c9 PyEval_EvalCode (libpython3.13.so.1.0 + 0x24e2c9)
                                            #10 0x00007f16b6c69083 n/a (libpython3.13.so.1.0 + 0x269083)
                                            #11 0x00007f16b6b8d976 n/a (libpython3.13.so.1.0 + 0x18d976)
                                            #12 0x00007f16b6b645bd PyObject_Vectorcall (libpython3.13.so.1.0 + 0x1645bd)
                                            #13 0x00007f16b6b7697a _PyEval_EvalFrameDefault (libpython3.13.so.1.0 + 0x17697a)
                                            #14 0x00007f16b6c847b0 n/a (libpython3.13.so.1.0 + 0x2847b0)
                                            #15 0x00007f16b6a925c8 n/a (libpython3.13.so.1.0 + 0x925c8)
                                            #16 0x0000556a78b512bd main (/usr/bin/kitty + 0x42bd)
                                            #17 0x00007f16b6627675 n/a (libc.so.6 + 0x27675)
                                            #18 0x00007f16b6627729 __libc_start_main (libc.so.6 + 0x27729)
                                            #19 0x0000556a78b51585 _start (/usr/bin/kitty + 0x4585)
                                            ELF object binary architecture: AMD x86-64
Sep 15 00:16:42 Tam systemd[1]: systemd-coredump@0-2742-0.service: Deactivated successfully.
Sep 15 00:16:42 Tam systemd[1]: systemd-coredump@0-2742-0.service: Consumed 138ms CPU time, 78.2M memory peak.
Sep 15 00:16:47 Tam kernel: nouveau 0000:01:00.0: hyprland-dialog[2703]: job timeout, channel 8 killed!
Sep 15 00:16:51 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:8 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:16:51 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0008:0008:[hyprland-dialog[2703]] errored - disabling channel
Sep 15 00:16:57 Tam kernel: nouveau 0000:01:00.0: sway[2750]: job timeout, channel 4 killed!
Sep 15 00:17:14 Tam kernel: nouveau 0000:01:00.0: sway[2750]: job timeout, channel 4 killed!
Sep 15 00:17:20 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:4 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:17:20 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0004:0004:[sway[2750]] errored - disabling channel
Sep 15 00:17:20 Tam kernel: nouveau 0000:01:00.0: sway[2750]: channel 4 killed!
Sep 15 00:17:26 Tam kernel: nouveau 0000:01:00.0: kitty[2801]: job timeout, channel 6 killed!
Sep 15 00:17:33 Tam systemd[1248]: Starting Dunst notification daemon...
Sep 15 00:17:33 Tam systemd[1248]: Started kitty child process: 2851 launched by: 2801.
Sep 15 00:17:33 Tam systemd[1248]: Started Dunst notification daemon.
Sep 15 00:17:49 Tam kernel: nouveau 0000:01:00.0: kitty[2939]: job timeout, channel 6 killed!
Sep 15 00:17:56 Tam kernel: kitty[2939]: segfault at 0 ip 0000000000000000 sp 00007ffc81804a68 error 14 likely on CPU 8 (core 16, socket 0)
Sep 15 00:17:56 Tam kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6.
Sep 15 00:17:56 Tam systemd-coredump[2983]: Process 2939 (kitty) of user 1000 terminated abnormally with signal 11/SEGV, processing...
Sep 15 00:17:56 Tam systemd[1]: Started Process Core Dump (PID 2983/UID 0).
Sep 15 00:17:57 Tam systemd-coredump[2984]: Process 2939 (kitty) of user 1000 dumped core.
                                            
                                            Stack trace of thread 2939:
                                            #0  0x0000000000000000 n/a (n/a + 0x0)
                                            #1  0x00007f7e29867fb6 n/a (fast_data_types.so + 0x67fb6)
                                            #2  0x00007f7e2ab960cc n/a (libpython3.13.so.1.0 + 0x1960cc)
                                            #3  0x00007f7e2ab620cb _PyObject_MakeTpCall (libpython3.13.so.1.0 + 0x1620cb)
                                            #4  0x00007f7e2ab7ccfd _PyEval_EvalFrameDefault (libpython3.13.so.1.0 + 0x17ccfd)
                                            #5  0x00007f7e2ac4c2a1 n/a (libpython3.13.so.1.0 + 0x24c2a1)
                                            #6  0x00007f7e2ac9ca84 n/a (libpython3.13.so.1.0 + 0x29ca84)
                                            #7  0x00007f7e2ab620cb _PyObject_MakeTpCall (libpython3.13.so.1.0 + 0x1620cb)
                                            #8  0x00007f7e2ab7697a _PyEval_EvalFrameDefault (libpython3.13.so.1.0 + 0x17697a)
                                            #9  0x00007f7e2ac4e2c9 PyEval_EvalCode (libpython3.13.so.1.0 + 0x24e2c9)
                                            #10 0x00007f7e2ac69083 n/a (libpython3.13.so.1.0 + 0x269083)
                                            #11 0x00007f7e2ab8d976 n/a (libpython3.13.so.1.0 + 0x18d976)
                                            #12 0x00007f7e2ab645bd PyObject_Vectorcall (libpython3.13.so.1.0 + 0x1645bd)
                                            #13 0x00007f7e2ab7697a _PyEval_EvalFrameDefault (libpython3.13.so.1.0 + 0x17697a)
                                            #14 0x00007f7e2ac847b0 n/a (libpython3.13.so.1.0 + 0x2847b0)
                                            #15 0x00007f7e2aa925c8 n/a (libpython3.13.so.1.0 + 0x925c8)
                                            #16 0x000056069cad52bd main (/usr/bin/kitty + 0x42bd)
                                            #17 0x00007f7e2a627675 n/a (libc.so.6 + 0x27675)
                                            #18 0x00007f7e2a627729 __libc_start_main (libc.so.6 + 0x27729)
                                            #19 0x000056069cad5585 _start (/usr/bin/kitty + 0x4585)
                                            ELF object binary architecture: AMD x86-64
Sep 15 00:17:57 Tam systemd[1]: systemd-coredump@1-2983-0.service: Deactivated successfully.
Sep 15 00:17:57 Tam systemd[1]: systemd-coredump@1-2983-0.service: Consumed 143ms CPU time, 78.6M memory peak.
Sep 15 00:17:57 Tam systemd[1248]: kitty-2801-0.scope: Consumed 1.395s CPU time, 46.1M memory peak.

Offline

#17 2025-09-17 14:53:28

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: NVIDIA AD107 (197000a1)
Sep 15 00:13:44 Tam kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Sep 15 00:15:55 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0006:0006:[kitty[2459]] errored - disabling channel
Sep 15 00:16:13 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0007:0007:[hyprland-dialog[2526]] errored - disabling channel

While there's

Sep 15 00:13:44 Tam kernel: fbcon: i915drmfb (fb0) is primary device

Why are you running anything on nouveau/the nvidia device?

https://wiki.hypr.land/Configuring/Mult … gpu-to-use
I suspect i915 will show up as card1 because of the simpledrm device taking the card0 slot (and surrendering that to nouveau later) but the hyprland wiki explains how to stabilize a device node.

glxinfo -B

shall tell you what card you're running on and maybe consider using the binary nvidia driver instead of nouveau anyway?

Offline

#18 2025-09-18 01:10:05

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Hmm, I'm not sure.

I think I am using the intel one:

$ glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) Graphics (RPL-S) (0xa788)
    Version: 25.2.2
    Accelerated: yes
    Video memory: 31804MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Graphics (RPL-S)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.2.2-arch1.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.2.2-arch1.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.2.2-arch1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

---

I did follow the Hyprland guide a while back - here's what I have set up in my ~/.config/hypr/hyprland.conf

env = AQ_DRM_DEVICES,$HOME/.config/hypr/cards/intelcard:$HOME/.config/hypr/cards/nvidiacard

And here's how they are symlinked:

$ lspci -d ::03xx

0000:00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S UHD Graphics (rev 04)
0000:01:00.0 VGA compatible controller: NVIDIA Corporation AD107M [GeForce RTX 4060 Max-Q / Mobile] (rev a1)
$ ls -l /dev/dri/by-path

total 0
lrwxrwxrwx 1 root root  8 Sep 18 10:50 pci-0000:00:02.0-card -> ../card2
lrwxrwxrwx 1 root root 13 Sep 18 10:50 pci-0000:00:02.0-render -> ../renderD129
lrwxrwxrwx 1 root root  8 Sep 18 10:50 pci-0000:01:00.0-card -> ../card1
lrwxrwxrwx 1 root root 13 Sep 18 10:50 pci-0000:01:00.0-render -> ../renderD128
$ ls -l $HOME/.config/hypr/cards

total 0
lrwxrwxrwx 1 nktnet nktnet 38 Jul  2  2024 intelcard -> /dev/dri/by-path/pci-0000:00:02.0-card
lrwxrwxrwx 1 nktnet nktnet 38 Jul 24  2024 nvidiacard -> /dev/dri/by-path/pci-0000:01:00.0-card

---


The only reason I have nouveau was because I wanted my docking station + extra monitors to work, but I guess I don't really mind just getting rid of it (don't really use nvidia GPU for much else, so will try disabling altogether).

Last edited by nktnet (2025-09-18 01:11:29)

Offline

#19 2025-09-18 07:03:28

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Sep 15 00:15:55 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:6 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:15:55 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0006:0006:[kitty[2459]] errored - disabling channel
Sep 15 00:15:55 Tam kernel: nouveau 0000:01:00.0: kitty[2459]: channel 6 killed!
Sep 15 00:16:01 Tam kernel: nouveau 0000:01:00.0: hyprland-dialog[2467]: job timeout, channel 8 killed!
Sep 15 00:16:13 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:7 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:16:13 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0007:0007:[hyprland-dialog[2526]] errored - disabling channel
Sep 15 00:16:13 Tam kernel: nouveau 0000:01:00.0: hyprland-dialog[2526]: channel 7 killed!
Sep 15 00:16:19 Tam kernel: nouveau 0000:01:00.0: kitty[2524]: job timeout, channel 8 killed!
Sep 15 00:16:42 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:6 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:16:42 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0006:0006:[kitty[2695]] errored - disabling channel
Sep 15 00:16:42 Tam kernel: nouveau 0000:01:00.0: kitty[2695]: channel 6 killed!
Sep 15 00:16:47 Tam kernel: nouveau 0000:01:00.0: hyprland-dialog[2703]: job timeout, channel 8 killed!
Sep 15 00:16:51 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:8 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:16:51 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0008:0008:[hyprland-dialog[2703]] errored - disabling channel
Sep 15 00:16:57 Tam kernel: nouveau 0000:01:00.0: sway[2750]: job timeout, channel 4 killed!
Sep 15 00:17:14 Tam kernel: nouveau 0000:01:00.0: sway[2750]: job timeout, channel 4 killed!
Sep 15 00:17:20 Tam kernel: nouveau 0000:01:00.0: gsp: rc engn:00000001 chid:4 gfid:0 level:2 type:109 scope:1 part:233 fault_addr:0000000000000000 fault_type:00000000
Sep 15 00:17:20 Tam kernel: nouveau 0000:01:00.0: fifo:c00000:0004:0004:[sway[2750]] errored - disabling channel
Sep 15 00:17:20 Tam kernel: nouveau 0000:01:00.0: sway[2750]: channel 4 killed!
Sep 15 00:17:26 Tam kernel: nouveau 0000:01:00.0: kitty[2801]: job timeout, channel 6 killed!
Sep 15 00:17:49 Tam kernel: nouveau 0000:01:00.0: kitty[2939]: job timeout, channel 6 killed!

Try the behavior w/ nvidia and nvidia-utils and disable https://wiki.archlinux.org/title/NVIDIA … P_firmware or alternatively just

env = AQ_DRM_DEVICES,$HOME/.config/hypr/cards/intelcard

Nouveau is involved, it's clearly acting up - so we need to figure whether the problem is actually coming from there despite the session running on the IGP - or whether nouveau is just an indicator and innocent victim.

Offline

#20 2025-09-18 08:58:59

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Make sense - I've tried disabling nouveau for now, using

# /etc/modprobe.d/blacklist.conf

options nouveau modeset=0
blacklist nouveau
# /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="nosplash text modprobe.blacklist=nouveau"

and also setting this as recommended (although I'm not sure if it changes much since I assume nvidia is only ever used as a fallback in the previous config?)

env = AQ_DRM_DEVICES,$HOME/.config/hypr/cards/intelcard

---

Will follow-up if I'm able to reproduce the issue with kitty again.

Thanks Seth!

---

As an aside, I couldn't really get the proprietary nvidia drivers to work in the past (would always crash after 10-20 min of usage and couldn't figure out why - also didn't work with docking station multi-monitors).
Also, just in case, everything I've posted regarding the issue so far has happened solely on the standalone laptop (not plugged into any docking station/extra monitors).

Last edited by nktnet (2025-09-18 08:59:19)

Offline

#21 2025-09-18 11:48:51

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

would always crash after 10-20 min of usage and couldn't figure out why

Kinda sounds related

tried disabling nouveau

1. might require initramfs regerneration
2. will require grub.cfg regeneration
Neither will prevent explicit loading of the module, check "lsmod | grep nouv" to avoid waiting on the wrong setup (though AQ_DRM_DEVICES might actually suffice regardless)

Offline

#22 2025-09-18 12:16:14

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

Ah yes - I've already ran

sudo grub-mkconfig -o /boot/grub/grub.cfg
sudo mkinitcpio -P

and confirmed with

lsmod | grep nouveau

on reboot. Thanks for the reminder though!

---

seth wrote:

Kinda sounds related

Maybe - I never got really far with the proprietary drivers ? (not sure if it was to do with connecting to docking station with 2 extra monitors though).
When using nouveau, it seems to just work with the docking station (although I have to always boot into BIOS first and select "nvidia only").

Nouveau is always a little laggy though so I don't use this laptop with the docking station often - unrelated, but issues I tend to run into are similar to:
- https://www.reddit.com/r/hyprland/comme … d_on_dual/
- https://www.reddit.com/r/hyprland/comme … ch_should/

---

Finally, just a quick update - I did notice that kitty is now launching a lot faster compared with when nouveau was enabled, on a fresh (re)boot.
Putting aside the 3+ second issue, I can see that the launch time of kitty is now comparable to X11/dwm (~100ms - 200ms).

Last edited by nktnet (2025-09-18 12:17:15)

Offline

#23 2025-09-18 12:43:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

I'd test the proprietary drivers and inspect the errors you get from there - they might hint at what's ultimately breaking nouveau (working theory for the perceived slowdowns but there's evidence that *something* is wrong) and might lead to a proper fix.

Offline

#24 2025-09-20 01:56:14

nktnet
Member
Registered: 2024-07-09
Posts: 10

Re: Hyprland* Bash and Kitty terminal hanging for 3 seconds on open

I've been testing with intel only (no nvidia/nouveau) for 2 days - seems like the issue never occurs.

Will now try testing with nvidia smile - following this guide: https://wiki.hypr.land/Nvidia

Chose nvidia-open-dkms instead of nvidia-dkms, but the rest is straight forward from the guide

# /etc/modprobe.d/nvidia.conf

options nvidia_drm modeset=1
# /etc/mkinitcpio.conf

MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm)
# $HOME/.config/hypr/hyprland.conf

env = LIBVA_DRIVER_NAME,nvidia
env = __GLX_VENDOR_LIBRARY_NAME,nvidia

Will see how it goes ~

Last edited by nktnet (2025-09-20 01:56:36)

Offline

Board footer

Powered by FluxBB