You are not logged in.

#1 2026-07-31 21:03:13

DenneD
Member
Registered: 2026-07-31
Posts: 13

Sleep breaking the system.

So i recently installed arch via the archinstaller and its going good, but then i noticed that when i put the laptop into sleep mode, i get a black screen from it. I was on KDE also.
So i thought "hmm. why dont i try to change the mem_sleep thing" so i did!... and it reverts it self, nano cant force it from deep to s2idle for some reason and i dont know why.
Laptop: ASUS VivoBook F515EA, DE: Kde plasma 6.7.3 with Wayland.
Before you ask, heres some answers:
"RTFM!!111" - Well then point me to where that issue can be fixed, the book i imagine must be very big to simply search through plus im not well versed in code
"Google it." - Theres no answer, thats why i asked here, so how about you actually answer the question.
I just hope i can get a fix before too long because its going to be cumbersome.
-DenneD

Offline

#2 2026-08-01 06:05:52

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

Re: Sleep breaking the system.

it reverts it self, nano cant force it from deep to s2idle

So using nano or any editors on pseudo-files and also just cat it to see whether s2idle
https://wiki.archlinux.org/title/Power_ … end_method

"RTFM!!111" - Well then point me to where that issue can be fixed, the book i imagine must be very big to simply search through plus im not well versed in code
"Google it." - Theres no answer, thats why i asked here, so how about you actually answer the question.

How about "go fuck yourself" the, smartass?

Offline

#3 2026-08-01 06:36:54

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

seth wrote:

So using nano or any editors on pseudo-files and also just cat it to see whether s2idle
https://wiki.archlinux.org/title/Power_ … end_method

Nah, s2idle still in []'s idle is still the defualt. Cat just prints stuff not edit stuff anyway

How about "go fuck yourself" the, smartass?

And this is why i answered those questions before they came in, as far i heared anyway outside of ubuntu forums and mint forums and such tend to be... More unfriendly and unhelpful. So how about we dont argue over that and try get a fix for this.
I right now off'ed the sleep but thats a band-aid fix, not a real one

Offline

#4 2026-08-01 06:48:25

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

Re: Sleep breaking the system.

Cat just prints stuff not edit stuff anyway

Thanks for the tip - you're supposed to check whether s2idle is actually available.
Then echo it into the "file", you *cannot* edit this with a  text editor and certainly writing something like "[s2idle] deep" into it will NOT work.
This isn't a textfile.
Did you click the link to the wiki?

Also

s2idle still in []'s idle is still the defualt

you previously wrote:

nano cant force it from deep to s2idle for some reason and i dont know why.

These statements are contradicting each other.  The bracketed value is the active one.
Please post the output of "cat /sys/power/mem_sleep" so we at least know what the situation really is.
https://bbs.archlinux.org/viewtopic.php?id=57855

----

And this is why i answered those questions before they came in

Has it occurred to you that my comment was entirely driven by not wanting to further disappoint your slanderous preemption after actually handing you the relevant documentation you didn't bother to look for?

This is gonna happen reflectively: you act like an asshole, you get treated like one.
Your choice.

Offline

#5 2026-08-01 07:16:23

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

1. yes i did, was simply telling you what had happened but heres the output. [s2idle] deep
2. i have forgotten about that so thanks for reminding me that
3. We should move it on now, no need to add it on more. Maybe i was wrong, maybe i was right. I dont know
(Update; nano considers ] to be a invalid argument. so cant edit and save it)

Last edited by DenneD (2026-08-01 07:26:59)

Offline

#6 2026-08-01 07:58:07

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

Re: Sleep breaking the system.

Again: forget about using nano or any txt editor for this. The file is an interface to configure the kernel.
In theory, depending on how the texteditor implements file writes and saving the right content this could work, but that's too many variables to bother with.

So r/n you ARE on s2idle - is this the (dysfunctional) default or result of you echoing s2idle into mem_sleep?

Offline

#7 2026-08-01 08:22:39

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

seth wrote:

So r/n you ARE on s2idle - is this the (dysfunctional) default or result of you echoing s2idle into mem_sleep?

Its been the default ever i installed arch, had the same issue from mint and tried to fix it and for a bit it did, till it didnt, til it did on kde but thats besides the point.
Basically Arch by default gave me s2idle and a option for deep
(Update; deep doesnt fix it no, i think something is very wrong here)

Last edited by DenneD (2026-08-01 14:09:59)

Offline

#8 2026-08-01 14:22:33

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

Re: Sleep breaking the system.

So what you actually wanted to do was to try deep sleep (S3)?

echo deep | sudo /sys/power/mem_sleep
cat /sys/power/mem_sleep

Does that change anything?

Otherwise we'll have to leave the https://en.wikipedia.org/wiki/XY_problem behind and see why the system doesn't wake up.
Boot the multi-user.target (2nd link below) and attempt to suspend from there (no GUI)
When the system fails to wake, can you still
a) switch the VT (ctrl+alt+F3)
b) ping it (or ssh into it)
c) reboot w/ https://wiki.archlinux.org/title/Keyboa … el_(SysRq) + REISUB (nb. that you'll have to explicitly enable that first)

If yes, post a journal after the failed wake-up, otherwise just post a journal to provide an oversight of the situation.
Please post your complete system journal for the boot:

sudo journalctl -b | curl -s -H "Accept: application/json, */*" --upload-file - 'https://paste.c-net.org/'

Offline

#9 2026-08-01 14:51:36

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

I report that systemctl suspend works! (I think?) Well all that did was blank the screen out for a moment and everything came on, dont worry also, i was in full screen terminal
Deep did nothing, same issue

Last edited by DenneD (2026-08-01 14:51:59)

Offline

#10 2026-08-01 14:59:58

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

Re: Sleep breaking the system.

Well all that did was blank the screen out for a moment and everything came on

That would suggest the sleep failed - what does the journal look afterwards?

(I suspect the sleep always fails and kwin_wayland or something in the drm stack stumbles over the hiccup - but let's see)

Offline

#11 2026-08-01 16:12:30

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

got this

Aug 01 23:03:43 thislaptopisdenneds systemd[1]: Starting System Suspend...
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: user.slice: Unit now frozen.
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: session-1.scope: Unit now frozen-by-parent.
Aug 01 23:03:43 thislaptopisdenneds systemd-sleep[707]: Successfully froze unit 'user.slice'.
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: user@1000.service: Unit now frozen-by-parent.
Aug 01 23:03:43 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Aug 01 23:03:43 thislaptopisdenneds wpa_supplicant[584]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Aug 01 23:03:43 thislaptopisdenneds systemd-sleep[707]: Performing sleep operation 'suspend'...
Aug 01 23:03:43 thislaptopisdenneds kernel: PM: suspend entry (s2idle)
Aug 01 23:03:43 thislaptopisdenneds kernel: Filesystems sync: 0.006 seconds
Aug 01 23:03:44 thislaptopisdenneds kernel: Freezing user space processes
Aug 01 23:03:44 thislaptopisdenneds kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Aug 01 23:03:44 thislaptopisdenneds kernel: OOM killer disabled.
Aug 01 23:03:44 thislaptopisdenneds kernel: Freezing remaining freezable tasks
Aug 01 23:03:44 thislaptopisdenneds kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Aug 01 23:03:44 thislaptopisdenneds kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Aug 01 23:03:44 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: pci_pm_suspend(): hcd_pci_suspend returns -16
Aug 01 23:03:44 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: dpm_run_callback(): pci_pm_suspend returns -16
Aug 01 23:03:44 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: failed to suspend async: error -16
Aug 01 23:03:44 thislaptopisdenneds kernel: PM: Some devices failed to suspend, or early wake event detected
Aug 01 23:03:44 thislaptopisdenneds kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 01 23:03:44 thislaptopisdenneds kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
Aug 01 23:03:44 thislaptopisdenneds kernel: ata2: SATA link down (SStatus 4 SControl 300)
Aug 01 23:03:44 thislaptopisdenneds kernel: usb 1-2: reset low-speed USB device number 2 using xhci_hcd
Aug 01 23:03:44 thislaptopisdenneds kernel: OOM killer enabled.
Aug 01 23:03:44 thislaptopisdenneds kernel: Restarting tasks: Starting
Aug 01 23:03:44 thislaptopisdenneds kernel: Restarting tasks: Done
Aug 01 23:03:44 thislaptopisdenneds kernel: efivarfs: resyncing variable state
Aug 01 23:03:44 thislaptopisdenneds kernel: efivarfs: finished resyncing variable state
Aug 01 23:03:44 thislaptopisdenneds kernel: random: crng reseeded on system resumption
Aug 01 23:03:44 thislaptopisdenneds bluetoothd[538]: Controller resume with wake event 0x0
Aug 01 23:03:44 thislaptopisdenneds kernel: PM: suspend exit
Aug 01 23:03:44 thislaptopisdenneds kernel: PM: suspend entry (s2idle)
Aug 01 23:03:44 thislaptopisdenneds kernel: Filesystems sync: 0.016 seconds
Aug 01 23:03:46 thislaptopisdenneds kernel: Freezing user space processes
Aug 01 23:03:46 thislaptopisdenneds kernel: Freezing user space processes completed (elapsed 0.000 seconds)
Aug 01 23:03:46 thislaptopisdenneds kernel: OOM killer disabled.
Aug 01 23:03:46 thislaptopisdenneds kernel: Freezing remaining freezable tasks
Aug 01 23:03:46 thislaptopisdenneds kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Aug 01 23:03:46 thislaptopisdenneds kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: pci_pm_suspend(): hcd_pci_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: dpm_run_callback(): pci_pm_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: failed to suspend async: error -16
Aug 01 23:03:46 thislaptopisdenneds kernel: PM: Some devices failed to suspend, or early wake event detected
Aug 01 23:03:46 thislaptopisdenneds kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 01 23:03:46 thislaptopisdenneds kernel: ata2: SATA link down (SStatus 4 SControl 300)
Aug 01 23:03:46 thislaptopisdenneds kernel: usb 1-2: reset low-speed USB device number 2 using xhci_hcd
Aug 01 23:03:46 thislaptopisdenneds kernel: OOM killer enabled.
Aug 01 23:03:46 thislaptopisdenneds kernel: Restarting tasks: Starting
Aug 01 23:03:46 thislaptopisdenneds kernel: Restarting tasks: Done
Aug 01 23:03:46 thislaptopisdenneds kernel: efivarfs: resyncing variable state
Aug 01 23:03:46 thislaptopisdenneds kernel: efivarfs: finished resyncing variable state
Aug 01 23:03:46 thislaptopisdenneds kernel: random: crng reseeded on system resumption
Aug 01 23:03:46 thislaptopisdenneds systemd-sleep[707]: Failed to put system to sleep. System resumed again: Device or resource busy
Aug 01 23:03:46 thislaptopisdenneds bluetoothd[538]: Controller resume with wake event 0x0
Aug 01 23:03:46 thislaptopisdenneds kernel: PM: suspend exit
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: user@1000.service: Unit now thawed.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: session-1.scope: Unit now thawed.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: user-1000.slice: Unit now thawed.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: user.slice: Unit now thawed.
Aug 01 23:03:46 thislaptopisdenneds systemd-sleep[707]: Successfully thawed unit 'user.slice'.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: systemd-suspend.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: systemd-suspend.service: Failed with result 'exit-code'.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: Failed to start System Suspend.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: Dependency failed for Suspend.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: suspend.target: Job suspend.target/start failed with result 'dependency'.
Aug 01 23:03:46 thislaptopisdenneds systemd-logind[540]: Operation 'suspend' finished.

Last edited by DenneD (2026-08-02 06:44:38)

Offline

#12 2026-08-01 18:48:54

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

Re: Sleep breaking the system.

Please use [code][/code] tags. Edit your post in this regard.

Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: pci_pm_suspend(): hcd_pci_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: dpm_run_callback(): pci_pm_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: failed to suspend async: error -16
Aug 01 23:03:46 thislaptopisdenneds kernel: PM: Some devices failed to suspend, or early wake event detected
Aug 01 23:03:46 thislaptopisdenneds kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 01 23:03:46 thislaptopisdenneds kernel: ata2: SATA link down (SStatus 4 SControl 300)
Aug 01 23:03:46 thislaptopisdenneds kernel: usb 1-2: reset low-speed USB device number 2 using xhci_hcd
…
Aug 01 23:03:46 thislaptopisdenneds systemd-sleep[707]: Failed to put system to sleep. System resumed again: Device or resource busy
Aug 01 23:03:46 thislaptopisdenneds bluetoothd[538]: Controller resume with wake event 0x0

So some USB device sees to prevent the sleep - might be bluetooth.

sudo journalctl -b | grep -E '(usb|00:14)'

for a rough check - or just upload the entire journal (the device might act up before)

Are you dual booting windows?

Offline

#13 2026-08-02 05:42:31

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

Actually thanks for that, wasnt aware of that since its a text box with no hints really.
not sure about sending the full journal here, it has a name or two in it and im trying to not get myself doxxed.
As of dual boot? That doesnt exist, the whole partition is arch basically

Offline

#14 2026-08-02 06:56:01

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

Re: Sleep breaking the system.

Some of those lines woul be printed in red on a color-capable terminal.
Start w/ the suggested grep, otherwise just pseudonymize (ie. aaa => bbb, ccc => ddd, not everything => xxx) your journal.

Offline

#15 2026-08-02 07:33:10

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

heres the full thing, i opted to censor the names for obivous resons.

Aug 01 23:03:22 thislaptopisdenneds kernel: Linux version 7.1.5-arch1-2 (linux@archlinux) (gcc (GCC) 16.1.1 20260728, GNU ld (GNU Binutils) 2.47) #1 SMP PREEMPT_DYNAMIC Tue, 28 Jul 2026 13:49:51 +0000
Aug 01 23:03:22 thislaptopisdenneds kernel: Command line: root=PARTUUID=7f9aee01-d803-4c88-88f0-87be4af80d56 zswap.enabled=0 rw rootfstype=ext4 quiet splash
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-provided physical RAM map:
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff]  System RAM
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x0000000000100000-0x000000006d6eefff]  System RAM
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x000000006d6ef000-0x000000007201dfff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x000000007201e000-0x00000000720e9fff]  ACPI data
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000720ea000-0x000000007218bfff]  ACPI NVS
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x000000007218c000-0x00000000727fefff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000727ff000-0x00000000727fffff]  System RAM
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x0000000072800000-0x0000000078ffffff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x0000000079000000-0x0000000079afffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x0000000079b00000-0x0000000079bfffff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x0000000079c00000-0x000000007a3fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x000000007a400000-0x00000000807fffff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x0000000080800000-0x00000000bfffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x00000000d0000000-0x00000000fdffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x00000000fe011000-0x00000000febfffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x00000000fec01000-0x00000000fecfffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x00000000fed01000-0x00000000fed1ffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x00000000fed80000-0x00000000fedfffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [gap 0x00000000fee01000-0x00000000feffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff]  device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: BIOS-e820: [mem 0x0000000100000000-0x000000027f7fffff]  System RAM
Aug 01 23:03:22 thislaptopisdenneds kernel: NX (Execute Disable) protection: active
Aug 01 23:03:22 thislaptopisdenneds kernel: APIC: Static calls initialized
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: EFI v2.7 by American Megatrends
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: ACPI=0x720e9000 ACPI 2.0=0x720e9014 TPMFinalLog=0x72137000 SMBIOS=0x725f6000 SMBIOS 3.0=0x725f5000 MEMATTR=0x6acf2018 ESRT=0x6bcd5918 RNG=0x7205ef18 INITRD=0x6a3da718 TPMEventLog=0x72059018 
Aug 01 23:03:22 thislaptopisdenneds kernel: random: crng init done
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: Remove mem68: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: remove [mem 0xc0000000-0xcfffffff] device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: Not removing mem69: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: Not removing mem70: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: Not removing mem71: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: Not removing mem73: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: Remove mem74: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: remove [mem 0xff000000-0xffffffff] device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: DMI: SMBIOS 3.5.0 present.
Aug 01 23:03:22 thislaptopisdenneds kernel: DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X515EA_F515EA/X515EA, BIOS X515EA.316 03/14/2024
Aug 01 23:03:22 thislaptopisdenneds kernel: DMI: Memory slots populated: 1/2
Aug 01 23:03:22 thislaptopisdenneds kernel: tsc: Detected 2000.000 MHz processor
Aug 01 23:03:22 thislaptopisdenneds kernel: tsc: Detected 1996.800 MHz TSC
Aug 01 23:03:22 thislaptopisdenneds kernel: [Firmware Bug]: TSC ADJUST: CPU0: -467564691 force to 0
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: remove [mem 0x000a0000-0x000fffff] System RAM
Aug 01 23:03:22 thislaptopisdenneds kernel: last_pfn = 0x27f800 max_arch_pfn = 0x400000000
Aug 01 23:03:22 thislaptopisdenneds kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 01 23:03:22 thislaptopisdenneds kernel: last_pfn = 0x72800 max_arch_pfn = 0x400000000
Aug 01 23:03:22 thislaptopisdenneds kernel: esrt: Reserving ESRT space from 0x000000006bcd5918 to 0x000000006bcd5978.
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: update [mem 0x6bcd5000-0x6bcd5fff] System RAM ==> device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: Using GB pages for direct mapping
Aug 01 23:03:22 thislaptopisdenneds kernel: Secure boot disabled
Aug 01 23:03:22 thislaptopisdenneds kernel: RAMDISK: [mem 0x63931000-0x653a6fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Early table checksum verification disabled
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: RSDP 0x00000000720E9014 000024 (v02 _ASUS_)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: XSDT 0x00000000720E8728 0000DC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: FACP 0x00000000720E4000 000114 (v06 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: DSDT 0x0000000072083000 060720 (v02 _ASUS_ Notebook 01072009 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: FACS 0x0000000072188000 000040
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0x00000000720E5000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: FIDT 0x0000000072082000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: ECDT 0x0000000072081000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0x000000007207C000 004D76 (v02 DptfTa DptfTabl 00001000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0x0000000072079000 002F57 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0x0000000072075000 0032D6 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: HPET 0x0000000072074000 000038 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: APIC 0x0000000072073000 00012C (v04 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0x000000007206C000 00613F (v02 _ASUS_ TglU_Rvp 00001000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: NHLT 0x000000007206B000 0002E1 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LPIT 0x000000007206A000 0000CC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0x0000000072068000 00012A (v02 _ASUS_ TbtTypeC 00000000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: DBGP 0x0000000072067000 000034 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: DBG2 0x0000000072066000 000054 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: DMAR 0x0000000072065000 000088 (v02 INTEL  EDK2     00000002      01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: FPDT 0x0000000072064000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: MCFG 0x0000000072063000 00003C (v01                 00000001      00000000)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0x0000000072062000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: BGRT 0x0000000072061000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: TPM2 0x0000000072060000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PTDT 0x000000007205F000 000D44 (v00 _ASUS_ Notebook 00000005 MSFT 0100000D)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: WSMT 0x0000000072069000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving FACP table memory at [mem 0x720e4000-0x720e4113]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving DSDT table memory at [mem 0x72083000-0x720e371f]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving FACS table memory at [mem 0x72188000-0x7218803f]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving SSDT table memory at [mem 0x720e5000-0x720e755c]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving FIDT table memory at [mem 0x72082000-0x7208209b]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving ECDT table memory at [mem 0x72081000-0x720810c0]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving SSDT table memory at [mem 0x7207c000-0x72080d75]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving SSDT table memory at [mem 0x72079000-0x7207bf56]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving SSDT table memory at [mem 0x72075000-0x720782d5]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving HPET table memory at [mem 0x72074000-0x72074037]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving APIC table memory at [mem 0x72073000-0x7207312b]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving SSDT table memory at [mem 0x7206c000-0x7207213e]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving NHLT table memory at [mem 0x7206b000-0x7206b2e0]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving LPIT table memory at [mem 0x7206a000-0x7206a0cb]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving SSDT table memory at [mem 0x72068000-0x72068129]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving DBGP table memory at [mem 0x72067000-0x72067033]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving DBG2 table memory at [mem 0x72066000-0x72066053]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving DMAR table memory at [mem 0x72065000-0x72065087]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving FPDT table memory at [mem 0x72064000-0x72064043]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving MCFG table memory at [mem 0x72063000-0x7206303b]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving SSDT table memory at [mem 0x72062000-0x72062143]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving BGRT table memory at [mem 0x72061000-0x72061037]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving TPM2 table memory at [mem 0x72060000-0x7206004b]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving PTDT table memory at [mem 0x7205f000-0x7205fd43]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Reserving WSMT table memory at [mem 0x72069000-0x72069027]
Aug 01 23:03:22 thislaptopisdenneds kernel: No NUMA configuration found
Aug 01 23:03:22 thislaptopisdenneds kernel: Faking a node at [mem 0x0000000000000000-0x000000027f7fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: NODE_DATA(0) allocated [mem 0x27f7d4f80-0x27f7fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: Reserving Intel graphics memory at [mem 0x7c800000-0x807fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Aug 01 23:03:22 thislaptopisdenneds kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: update [mem 0x6a8b0000-0x6a8defff] System RAM ==> device reserved
Aug 01 23:03:22 thislaptopisdenneds kernel: TSC deadline timer available
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Max. logical packages:   1
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Max. logical nodes:      1
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Num. nodes per package:  1
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Max. logical dies:       1
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Max. dies per package:   1
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Max. threads per core:   2
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Num. cores per package:     2
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Num. threads per package:   4
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Aug 01 23:03:22 thislaptopisdenneds kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: PM: hibernation: Registered nosave memory: [mem 0x6a8b0000-0x6a8defff]
Aug 01 23:03:22 thislaptopisdenneds kernel: PM: hibernation: Registered nosave memory: [mem 0x6bcd5000-0x6bcd5fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: PM: hibernation: Registered nosave memory: [mem 0x6d6ef000-0x727fefff]
Aug 01 23:03:22 thislaptopisdenneds kernel: PM: hibernation: Registered nosave memory: [mem 0x72800000-0xffffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: [gap 0x80800000-0xfdffffff] available for PCI devices
Aug 01 23:03:22 thislaptopisdenneds kernel: Booting paravirtualized kernel on bare hardware
Aug 01 23:03:22 thislaptopisdenneds kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Aug 01 23:03:22 thislaptopisdenneds kernel: Zone ranges:
Aug 01 23:03:22 thislaptopisdenneds kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel:   Normal   [mem 0x0000000100000000-0x000000027f7fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel:   Device   empty
Aug 01 23:03:22 thislaptopisdenneds kernel: Movable zone start for each node
Aug 01 23:03:22 thislaptopisdenneds kernel: Early memory node ranges
Aug 01 23:03:22 thislaptopisdenneds kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Aug 01 23:03:22 thislaptopisdenneds kernel:   node   0: [mem 0x0000000000100000-0x000000006d6eefff]
Aug 01 23:03:22 thislaptopisdenneds kernel:   node   0: [mem 0x00000000727ff000-0x00000000727fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel:   node   0: [mem 0x0000000100000000-0x000000027f7fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000027f7fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 01 23:03:22 thislaptopisdenneds kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 01 23:03:22 thislaptopisdenneds kernel: On node 0, zone DMA32: 20752 pages in unavailable ranges
Aug 01 23:03:22 thislaptopisdenneds kernel: On node 0, zone Normal: 22528 pages in unavailable ranges
Aug 01 23:03:22 thislaptopisdenneds kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
Aug 01 23:03:22 thislaptopisdenneds kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Aug 01 23:03:22 thislaptopisdenneds kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
Aug 01 23:03:22 thislaptopisdenneds kernel: pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
Aug 01 23:03:22 thislaptopisdenneds kernel: pcpu-alloc: [0] 0 1 2 3 
Aug 01 23:03:22 thislaptopisdenneds kernel: Kernel command line: root=PARTUUID=7f9aee01-d803-4c88-88f0-87be4af80d56 zswap.enabled=0 rw rootfstype=ext4 quiet splash
Aug 01 23:03:22 thislaptopisdenneds kernel: Unknown kernel command line parameters "splash", will be passed to user space.
Aug 01 23:03:22 thislaptopisdenneds kernel: printk: log buffer data + meta data: 131072 + 557056 = 688128 bytes
Aug 01 23:03:22 thislaptopisdenneds kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: software IO TLB: area num 4.
Aug 01 23:03:22 thislaptopisdenneds kernel: Fallback order for Node 0: 0 
Aug 01 23:03:22 thislaptopisdenneds kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2018958
Aug 01 23:03:22 thislaptopisdenneds kernel: Policy zone: Normal
Aug 01 23:03:22 thislaptopisdenneds kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 01 23:03:22 thislaptopisdenneds kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 01 23:03:22 thislaptopisdenneds kernel: ftrace: allocating 58190 entries in 228 pages
Aug 01 23:03:22 thislaptopisdenneds kernel: ftrace: allocated 228 pages with 4 groups
Aug 01 23:03:22 thislaptopisdenneds kernel: Dynamic Preempt: full
Aug 01 23:03:22 thislaptopisdenneds kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 01 23:03:22 thislaptopisdenneds kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Aug 01 23:03:22 thislaptopisdenneds kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 01 23:03:22 thislaptopisdenneds kernel:         Trampoline variant of Tasks RCU enabled.
Aug 01 23:03:22 thislaptopisdenneds kernel:         Rude variant of Tasks RCU enabled.
Aug 01 23:03:22 thislaptopisdenneds kernel:         Tracing variant of Tasks RCU enabled.
Aug 01 23:03:22 thislaptopisdenneds kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Aug 01 23:03:22 thislaptopisdenneds kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Aug 01 23:03:22 thislaptopisdenneds kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Aug 01 23:03:22 thislaptopisdenneds kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Aug 01 23:03:22 thislaptopisdenneds kernel: NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
Aug 01 23:03:22 thislaptopisdenneds kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 01 23:03:22 thislaptopisdenneds kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Aug 01 23:03:22 thislaptopisdenneds kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 01 23:03:22 thislaptopisdenneds kernel: Console: colour dummy device 80x25
Aug 01 23:03:22 thislaptopisdenneds kernel: printk: legacy console [tty0] enabled
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Core revision 20251212
Aug 01 23:03:22 thislaptopisdenneds kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 01 23:03:22 thislaptopisdenneds kernel: APIC: Switch to symmetric I/O mode setup
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR: Host address width 39
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR: RMRR base: 0x0000007c000000 end: 0x000000807fffff
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 01 23:03:22 thislaptopisdenneds kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Aug 01 23:03:22 thislaptopisdenneds kernel: x2apic enabled
Aug 01 23:03:22 thislaptopisdenneds kernel: APIC: Switched APIC routing to: cluster x2apic
Aug 01 23:03:22 thislaptopisdenneds kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
Aug 01 23:03:22 thislaptopisdenneds kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.60 BogoMIPS (lpj=1996800)
Aug 01 23:03:22 thislaptopisdenneds kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 01 23:03:22 thislaptopisdenneds kernel: CET detected: Indirect Branch Tracking enabled
Aug 01 23:03:22 thislaptopisdenneds kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Aug 01 23:03:22 thislaptopisdenneds kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Aug 01 23:03:22 thislaptopisdenneds kernel: process: using mwait in idle threads
Aug 01 23:03:22 thislaptopisdenneds kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Aug 01 23:03:22 thislaptopisdenneds kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 01 23:03:22 thislaptopisdenneds kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Aug 01 23:03:22 thislaptopisdenneds kernel: ITS: Mitigation: Aligned branch/return thunks
Aug 01 23:03:22 thislaptopisdenneds kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 01 23:03:22 thislaptopisdenneds kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Aug 01 23:03:22 thislaptopisdenneds kernel: Spectre V2 : Enabling IBPB for BPF
Aug 01 23:03:22 thislaptopisdenneds kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 01 23:03:22 thislaptopisdenneds kernel: GDS: Mitigation: Microcode
Aug 01 23:03:22 thislaptopisdenneds kernel: active return thunk: its_return_thunk
Aug 01 23:03:22 thislaptopisdenneds kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]:   24
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
Aug 01 23:03:22 thislaptopisdenneds kernel: pid_max: default: 32768 minimum: 301
Aug 01 23:03:22 thislaptopisdenneds kernel: landlock: Up and running.
Aug 01 23:03:22 thislaptopisdenneds kernel: Yama: becoming mindful.
Aug 01 23:03:22 thislaptopisdenneds kernel: LSM support for eBPF active
Aug 01 23:03:22 thislaptopisdenneds kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: VFS: Finished mounting rootfs on nullfs
Aug 01 23:03:22 thislaptopisdenneds kernel: smpboot: CPU0: Intel(R) Pentium(R) Gold 7505 @ 2.00GHz (family: 0x6, model: 0x8c, stepping: 0x1)
Aug 01 23:03:22 thislaptopisdenneds kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 01 23:03:22 thislaptopisdenneds kernel: ... version:                   5
Aug 01 23:03:22 thislaptopisdenneds kernel: ... bit width:                 48
Aug 01 23:03:22 thislaptopisdenneds kernel: ... generic counters:          8
Aug 01 23:03:22 thislaptopisdenneds kernel: ... generic bitmap:            00000000000000ff
Aug 01 23:03:22 thislaptopisdenneds kernel: ... fixed-purpose counters:    4
Aug 01 23:03:22 thislaptopisdenneds kernel: ... fixed-purpose bitmap:      000000000000000f
Aug 01 23:03:22 thislaptopisdenneds kernel: ... value mask:                0000ffffffffffff
Aug 01 23:03:22 thislaptopisdenneds kernel: ... max period:                00007fffffffffff
Aug 01 23:03:22 thislaptopisdenneds kernel: ... global_ctrl mask:          0001000f000000ff
Aug 01 23:03:22 thislaptopisdenneds kernel: signal: max sigframe size: 3632
Aug 01 23:03:22 thislaptopisdenneds kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1740
Aug 01 23:03:22 thislaptopisdenneds kernel: rcu: Hierarchical SRCU implementation.
Aug 01 23:03:22 thislaptopisdenneds kernel: rcu:         Max phase no-delay instances is 400.
Aug 01 23:03:22 thislaptopisdenneds kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Aug 01 23:03:22 thislaptopisdenneds kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 01 23:03:22 thislaptopisdenneds kernel: smp: Bringing up secondary CPUs ...
Aug 01 23:03:22 thislaptopisdenneds kernel: smpboot: x86: Booting SMP configuration:
Aug 01 23:03:22 thislaptopisdenneds kernel: .... node  #0, CPUs:      #1
Aug 01 23:03:22 thislaptopisdenneds kernel: [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
Aug 01 23:03:22 thislaptopisdenneds kernel:  #2 #3
Aug 01 23:03:22 thislaptopisdenneds kernel: smp: Brought up 1 node, 4 CPUs
Aug 01 23:03:22 thislaptopisdenneds kernel: smpboot: Total of 4 processors activated (15974.40 BogoMIPS)
Aug 01 23:03:22 thislaptopisdenneds kernel: Memory: 7697636K/8075832K available (22014K kernel code, 3015K rwdata, 17484K rodata, 4904K init, 5160K bss, 360340K reserved, 0K cma-reserved)
Aug 01 23:03:22 thislaptopisdenneds kernel: devtmpfs: initialized
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/mm: Memory block size: 128MB
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PM: Registering ACPI NVS region [mem 0x720ea000-0x7218bfff] (663552 bytes)
Aug 01 23:03:22 thislaptopisdenneds kernel: posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
Aug 01 23:03:22 thislaptopisdenneds kernel: xor: automatically using best checksumming function   avx       
Aug 01 23:03:22 thislaptopisdenneds kernel: PM: RTC time: 16:03:18, date: 2026-08-01
Aug 01 23:03:22 thislaptopisdenneds kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 01 23:03:22 thislaptopisdenneds kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Aug 01 23:03:22 thislaptopisdenneds kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 01 23:03:22 thislaptopisdenneds kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 01 23:03:22 thislaptopisdenneds kernel: audit: initializing netlink subsys (disabled)
Aug 01 23:03:22 thislaptopisdenneds kernel: audit: type=2000 audit(1785600198.009:1): state=initialized audit_enabled=0 res=1
Aug 01 23:03:22 thislaptopisdenneds kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 01 23:03:22 thislaptopisdenneds kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 01 23:03:22 thislaptopisdenneds kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 01 23:03:22 thislaptopisdenneds kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 01 23:03:22 thislaptopisdenneds kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 01 23:03:22 thislaptopisdenneds kernel: cpuidle: using governor ladder
Aug 01 23:03:22 thislaptopisdenneds kernel: cpuidle: using governor menu
Aug 01 23:03:22 thislaptopisdenneds kernel: Freeing SMP alternatives memory: 56K
Aug 01 23:03:22 thislaptopisdenneds kernel: efi: Freeing EFI boot services memory: 61724K
Aug 01 23:03:22 thislaptopisdenneds kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI: ECAM [mem 0xc0000000-0xc03fffff] (base 0xc0000000) for domain 0000 [bus 00-03]
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI: Using configuration type 1 for base access
Aug 01 23:03:22 thislaptopisdenneds kernel: virt/tdx: TDX not supported by the host platform
Aug 01 23:03:22 thislaptopisdenneds kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 01 23:03:22 thislaptopisdenneds kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 01 23:03:22 thislaptopisdenneds kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 01 23:03:22 thislaptopisdenneds kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 01 23:03:22 thislaptopisdenneds kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 01 23:03:22 thislaptopisdenneds kernel: raid6: skipped pq benchmark and selected avx512x4
Aug 01 23:03:22 thislaptopisdenneds kernel: raid6: using avx512x2 recovery algorithm
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Added _OSI(Module Device)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Added _OSI(Processor Device)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: EC: EC started
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: EC: interrupt blocked
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_: platform _OSC: OS support mask [006e7eff]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_: platform _OSC: OS control mask [006e7eff]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Dynamic OEM Table Load:
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0xFFFF8D24814DBC00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Dynamic OEM Table Load:
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0xFFFF8D24812F0000 00053F (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Dynamic OEM Table Load:
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0xFFFF8D24813D5800 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Dynamic OEM Table Load:
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0xFFFF8D24814F5000 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Dynamic OEM Table Load:
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0xFFFF8D24814F9000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Dynamic OEM Table Load:
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0xFFFF8D24812F1000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Dynamic OEM Table Load:
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0xFFFF8D248151D000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Dynamic OEM Table Load:
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: SSDT 0xFFFF8D248151F800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Interpreter enabled
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Using IOAPIC for interrupt routing
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.PEG0.PXP_: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.RP04.PXSX.WRST: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.RP04.PXSX.DRST: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.RP05.PXP_: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.RP08.PXP_: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BPRR: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.PAUD: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.I2C0.PXTC: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.I2C0.PTPL: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.I2C2.PXTC: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \PIN_: New power resource
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-03])
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI host bridge to bus 0000:00
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: root bus resource [mem 0x80800000-0xbfffffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: root bus resource [bus 00-03]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:00.0: [8086:9a04] type 00 class 0x060000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: [8086:9a78] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: BAR 4 [io  0x4000-0x403f]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:08.0: BAR 0 [mem 0x6001147000-0x6001147fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:0a.0: BAR 0 [mem 0x6001130000-0x6001137fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:0a.0: enabling Extended Tags
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:14.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:14.2: BAR 0 [mem 0x600113c000-0x600113ffff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:14.2: BAR 2 [mem 0x6001146000-0x6001146fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:16.0: BAR 0 [mem 0x6001143000-0x6001143fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:17.0: BAR 0 [mem 0x80a00000-0x80a01fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:17.0: BAR 1 [mem 0x80a03000-0x80a030ff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:17.0: BAR 2 [io  0x4090-0x4097]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:17.0: BAR 3 [io  0x4080-0x4083]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:17.0: BAR 4 [io  0x4060-0x407f]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:17.0: BAR 5 [mem 0x80a02000-0x80a027ff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:17.0: PME# supported from D3hot
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.0: [8086:a0b8] type 01 class 0x060400 PCIe Root Port
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3: [8086:a0bb] type 01 class 0x060400 PCIe Root Port
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3: PCI bridge to [bus 02]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3:   bridge window [mem 0x80900000-0x809fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.4: [8086:a0bc] type 01 class 0x060400 PCIe Root Port
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.4:   bridge window [mem 0x80800000-0x808fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1e.0: [8086:a0a8] type 00 class 0x078000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1e.2: [8086:a0aa] type 00 class 0x0c8000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1e.2: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6001138000-0x600113bfff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.4: BAR 0 [mem 0x6001140000-0x60011400ff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000 conventional PCI endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000 PCIe Endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:02:00.0: BAR 0 [io  0x3000-0x30ff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:02:00.0: BAR 2 [mem 0x80900000-0x8090ffff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:02:00.0: supports D1 D2
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3: PCI bridge to [bus 02]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:03:00.0: [15b7:5009] type 00 class 0x010802 PCIe Endpoint
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:03:00.0: BAR 0 [mem 0x80800000-0x80803fff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:03:00.0: BAR 4 [mem 0x80804000-0x808040ff 64bit]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug 01 23:03:22 thislaptopisdenneds kernel: Low-power S0 idle used by default for system suspend
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: EC: interrupt unblocked
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: EC: event unblocked
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: EC: GPE=0x6e
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot ECDT EC initialization complete
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Aug 01 23:03:22 thislaptopisdenneds kernel: iommu: Default domain type: Translated
Aug 01 23:03:22 thislaptopisdenneds kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 01 23:03:22 thislaptopisdenneds kernel: SCSI subsystem initialized
Aug 01 23:03:22 thislaptopisdenneds kernel: libata version 3.00 loaded.
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: bus type USB registered
Aug 01 23:03:22 thislaptopisdenneds kernel: usbcore: registered new interface driver usbfs
Aug 01 23:03:22 thislaptopisdenneds kernel: usbcore: registered new interface driver hub
Aug 01 23:03:22 thislaptopisdenneds kernel: usbcore: registered new device driver usb
Aug 01 23:03:22 thislaptopisdenneds kernel: EDAC MC: Ver: 3.0.0
Aug 01 23:03:22 thislaptopisdenneds kernel: efivars: Registered efivars operations
Aug 01 23:03:22 thislaptopisdenneds kernel: NetLabel: Initializing
Aug 01 23:03:22 thislaptopisdenneds kernel: NetLabel:  domain hash size = 128
Aug 01 23:03:22 thislaptopisdenneds kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 01 23:03:22 thislaptopisdenneds kernel: NetLabel:  unlabeled traffic allowed by default
Aug 01 23:03:22 thislaptopisdenneds kernel: mctp: management component transport protocol core
Aug 01 23:03:22 thislaptopisdenneds kernel: NET: Registered PF_MCTP protocol family
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI: Using ACPI for IRQ routing
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: register RAM buffer resource [mem 0x0009f000-0x0009ffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: register RAM buffer resource [mem 0x6a8b0000-0x6bffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: register RAM buffer resource [mem 0x6bcd5000-0x6bffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: register RAM buffer resource [mem 0x6d6ef000-0x6fffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: register RAM buffer resource [mem 0x72800000-0x73ffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: e820: register RAM buffer resource [mem 0x27f800000-0x27fffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 01 23:03:22 thislaptopisdenneds kernel: vgaarb: loaded
Aug 01 23:03:22 thislaptopisdenneds kernel: Monitor-Mwait will be used to enter C-1 state
Aug 01 23:03:22 thislaptopisdenneds kernel: Monitor-Mwait will be used to enter C-2 state
Aug 01 23:03:22 thislaptopisdenneds kernel: Monitor-Mwait will be used to enter C-3 state
Aug 01 23:03:22 thislaptopisdenneds kernel: clocksource: Switched to clocksource tsc-early
Aug 01 23:03:22 thislaptopisdenneds kernel: VFS: Disk quotas dquot_6.6.0
Aug 01 23:03:22 thislaptopisdenneds kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x002e-0x002f]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x004e-0x004f]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x0061]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x0063]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x0065]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x0067]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x0070]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x0080]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x0092]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Skipped [io  0x00b2-0x00b3]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Reserved [io  0x0680-0x069f]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:00: Reserved [io  0x164e-0x164f]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:01: Reserved [mem 0xfedc0000-0xfedc7fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:01: Reserved [mem 0xfeda0000-0xfeda0fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:01: Reserved [mem 0xfeda1000-0xfeda1fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:01: Reserved [mem 0xc0000000-0xcfffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:01: Could not reserve [mem 0xfed20000-0xfed7ffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:01: Could not reserve [mem 0xfed90000-0xfed93fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:01: Could not reserve [mem 0xfed45000-0xfed8ffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:01: Could not reserve [mem 0xfee00000-0xfeefffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Could not reserve [mem 0xfe000000-0xfe01ffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Reserved [mem 0xfe04c000-0xfe04ffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Reserved [mem 0xfe050000-0xfe0affff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Reserved [mem 0xfe0d0000-0xfe0fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Reserved [mem 0xfe200000-0xfe7fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Reserved [mem 0xff000000-0xffffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Could not reserve [io  0x1800-0x18fe]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Reserved [mem 0xfd000000-0xfd68ffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Reserved [mem 0xfd6b0000-0xfd6cffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:02: Reserved [mem 0xfd6f0000-0xfdffffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi PNP0C02:03: Reserved [io  0x2000-0x20fe]
Aug 01 23:03:22 thislaptopisdenneds kernel: pnp: PnP ACPI init
Aug 01 23:03:22 thislaptopisdenneds kernel: pnp: PnP ACPI: found 1 devices
Aug 01 23:03:22 thislaptopisdenneds kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 01 23:03:22 thislaptopisdenneds kernel: NET: Registered PF_INET protocol family
Aug 01 23:03:22 thislaptopisdenneds kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: TCP: Hash tables configured (established 65536 bind 65536)
Aug 01 23:03:22 thislaptopisdenneds kernel: MPTCP token hash table entries: 8192 (order: 6, 196608 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
Aug 01 23:03:22 thislaptopisdenneds kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 01 23:03:22 thislaptopisdenneds kernel: NET: Registered PF_XDP protocol family
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:15.1: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1e.0: BAR 0 [mem 0x4017002000-0x4017002fff 64bit]: assigned
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1e.2: BAR 0 [mem 0x4017003000-0x4017003fff 64bit]: assigned
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1f.5: BAR 0 [mem 0x80a04000-0x80a04fff]: assigned
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3: PCI bridge to [bus 02]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.3:   bridge window [mem 0x80900000-0x809fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci 0000:00:1c.4:   bridge window [mem 0x80800000-0x808fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: resource 8 [mem 0x80800000-0xbfffffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:02: resource 1 [mem 0x80900000-0x809fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: pci_bus 0000:03: resource 1 [mem 0x80800000-0x808fffff]
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI: CLS 64 bytes, default 64
Aug 01 23:03:22 thislaptopisdenneds kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 01 23:03:22 thislaptopisdenneds kernel: software IO TLB: mapped [mem 0x000000005f931000-0x0000000063931000] (64MB)
Aug 01 23:03:22 thislaptopisdenneds kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
Aug 01 23:03:22 thislaptopisdenneds kernel: clocksource: Switched to clocksource tsc
Aug 01 23:03:22 thislaptopisdenneds kernel: platform rtc_cmos: registered fallback platform RTC device
Aug 01 23:03:22 thislaptopisdenneds kernel: Trying to unpack rootfs image as initramfs...
Aug 01 23:03:22 thislaptopisdenneds kernel: Initialise system trusted keyrings
Aug 01 23:03:22 thislaptopisdenneds kernel: Key type blacklist registered
Aug 01 23:03:22 thislaptopisdenneds kernel: workingset: timestamp_bits=36 (anon: 32) max_order=21 bucket_order=0 (anon: 0)
Aug 01 23:03:22 thislaptopisdenneds kernel: fuse: init (API version 7.45)
Aug 01 23:03:22 thislaptopisdenneds kernel: integrity: Platform Keyring initialized
Aug 01 23:03:22 thislaptopisdenneds kernel: integrity: Machine keyring initialized
Aug 01 23:03:22 thislaptopisdenneds kernel: Key type asymmetric registered
Aug 01 23:03:22 thislaptopisdenneds kernel: Asymmetric key parser 'x509' registered
Aug 01 23:03:22 thislaptopisdenneds kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Aug 01 23:03:22 thislaptopisdenneds kernel: io scheduler mq-deadline registered
Aug 01 23:03:22 thislaptopisdenneds kernel: io scheduler kyber registered
Aug 01 23:03:22 thislaptopisdenneds kernel: io scheduler bfq registered
Aug 01 23:03:22 thislaptopisdenneds kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.3: PME: Signaling with IRQ 121
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.3: AER: enabled with IRQ 121
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.3: DPC: enabled with IRQ 121
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 122
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.4: AER: enabled with IRQ 122
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.4: DPC: enabled with IRQ 122
Aug 01 23:03:22 thislaptopisdenneds kernel: pcieport 0000:00:1c.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Aug 01 23:03:22 thislaptopisdenneds kernel: input: Lid Switch as /devices/pci0000:00/0000:00:1f.0/PNP0C09:01/PNP0C0D:00/input/input0
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: button: Lid Switch [LID]
Aug 01 23:03:22 thislaptopisdenneds kernel: input: Power Button as /devices/platform/PNP0C0C:00/input/input1
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: button: Power Button [PWRB]
Aug 01 23:03:22 thislaptopisdenneds kernel: input: Power Button as /devices/platform/LNXPWRBN:00/input/input2
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: button: Power Button [PWRF]
Aug 01 23:03:22 thislaptopisdenneds kernel: acpi LNXTHERM:00: registered as thermal_zone0
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: thermal: Thermal Zone [THRM] (53 C)
Aug 01 23:03:22 thislaptopisdenneds kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 01 23:03:22 thislaptopisdenneds kernel: hpet_acpi_probe: no address or irqs in _CRS
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: battery: Slot [BAT0] (battery present)
Aug 01 23:03:22 thislaptopisdenneds kernel: Non-volatile memory driver v1.3
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: bus type drm_connector registered
Aug 01 23:03:22 thislaptopisdenneds kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Aug 01 23:03:22 thislaptopisdenneds kernel: ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x2)
Aug 01 23:03:22 thislaptopisdenneds kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds 
Aug 01 23:03:22 thislaptopisdenneds kernel: scsi host0: ahci
Aug 01 23:03:22 thislaptopisdenneds kernel: scsi host1: ahci
Aug 01 23:03:22 thislaptopisdenneds kernel: ata1: DUMMY
Aug 01 23:03:22 thislaptopisdenneds kernel: ata2: SATA max UDMA/133 abar m2048@0x80a02000 port 0x80a02180 irq 123 lpm-pol 4
Aug 01 23:03:22 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 01 23:03:22 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 01 23:03:22 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
Aug 01 23:03:22 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 01 23:03:22 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 01 23:03:22 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.01
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb1: Product: xHCI Host Controller
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb1: Manufacturer: Linux 7.1.5-arch1-2 xhci-hcd
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 01 23:03:22 thislaptopisdenneds kernel: hub 1-0:1.0: USB hub found
Aug 01 23:03:22 thislaptopisdenneds kernel: hub 1-0:1.0: 12 ports detected
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.01
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb2: Product: xHCI Host Controller
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb2: Manufacturer: Linux 7.1.5-arch1-2 xhci-hcd
Aug 01 23:03:22 thislaptopisdenneds kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 01 23:03:22 thislaptopisdenneds kernel: hub 2-0:1.0: USB hub found
Aug 01 23:03:22 thislaptopisdenneds kernel: hub 2-0:1.0: 4 ports detected
Aug 01 23:03:22 thislaptopisdenneds kernel: usb: port power management may be unreliable
Aug 01 23:03:22 thislaptopisdenneds kernel: usbcore: registered new interface driver usbserial_generic
Aug 01 23:03:22 thislaptopisdenneds kernel: usbserial: USB Serial support registered for generic
Aug 01 23:03:22 thislaptopisdenneds kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Aug 01 23:03:22 thislaptopisdenneds kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Aug 01 23:03:22 thislaptopisdenneds kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 01 23:03:22 thislaptopisdenneds kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Aug 01 23:03:22 thislaptopisdenneds kernel: rtc_cmos rtc_cmos: registered as rtc0
Aug 01 23:03:22 thislaptopisdenneds kernel: rtc_cmos rtc_cmos: setting system clock to 2026-08-01T16:03:19 UTC (1785600199)
Aug 01 23:03:22 thislaptopisdenneds kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Aug 01 23:03:22 thislaptopisdenneds kernel: intel_pstate: Intel P-state driver initializing
Aug 01 23:03:22 thislaptopisdenneds kernel: intel_pstate: HWP enabled
Aug 01 23:03:22 thislaptopisdenneds kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Aug 01 23:03:22 thislaptopisdenneds kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Aug 01 23:03:22 thislaptopisdenneds kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Aug 01 23:03:22 thislaptopisdenneds kernel: fbcon: Deferring console take-over
Aug 01 23:03:22 thislaptopisdenneds kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 01 23:03:22 thislaptopisdenneds kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 01 23:03:22 thislaptopisdenneds kernel: usbcore: registered new interface driver usbhid
Aug 01 23:03:22 thislaptopisdenneds kernel: usbhid: USB HID core driver
Aug 01 23:03:22 thislaptopisdenneds kernel: drop_monitor: Initializing network drop monitor service
Aug 01 23:03:22 thislaptopisdenneds kernel: NET: Registered PF_INET6 protocol family
Aug 01 23:03:22 thislaptopisdenneds kernel: Segment Routing with IPv6
Aug 01 23:03:22 thislaptopisdenneds kernel: RPL Segment Routing with IPv6
Aug 01 23:03:22 thislaptopisdenneds kernel: In-situ OAM (IOAM) with IPv6
Aug 01 23:03:22 thislaptopisdenneds kernel: NET: Registered PF_PACKET protocol family
Aug 01 23:03:22 thislaptopisdenneds kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 01 23:03:22 thislaptopisdenneds kernel: microcode: Current revision: 0x000000be
Aug 01 23:03:22 thislaptopisdenneds kernel: microcode: Updated early from: 0x000000b6
Aug 01 23:03:22 thislaptopisdenneds kernel: resctrl: L2 allocation detected
Aug 01 23:03:22 thislaptopisdenneds kernel: IPI shorthand broadcast: enabled
Aug 01 23:03:22 thislaptopisdenneds kernel: sched_clock: Marking stable (522001393, 20326376)->(571908035, -29580266)
Aug 01 23:03:22 thislaptopisdenneds kernel: registered taskstats version 1
Aug 01 23:03:22 thislaptopisdenneds kernel: Loading compiled-in X.509 certificates
Aug 01 23:03:22 thislaptopisdenneds kernel: Freeing initrd memory: 27096K
Aug 01 23:03:22 thislaptopisdenneds kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b9d7654c10b35e7ffae092536ef2accbbedb86ba'
Aug 01 23:03:22 thislaptopisdenneds kernel: Demotion targets for Node 0: null
Aug 01 23:03:22 thislaptopisdenneds kernel: Key type .fscrypt registered
Aug 01 23:03:22 thislaptopisdenneds kernel: Key type fscrypt-provisioning registered
Aug 01 23:03:22 thislaptopisdenneds kernel: Btrfs loaded, zoned=yes, fsverity=yes
Aug 01 23:03:22 thislaptopisdenneds kernel: Key type big_key registered
Aug 01 23:03:22 thislaptopisdenneds kernel: PM:   Magic number: 6:297:84
Aug 01 23:03:22 thislaptopisdenneds kernel: RAS: Correctable Errors collector initialized.
Aug 01 23:03:22 thislaptopisdenneds kernel: clk: Disabling unused clocks
Aug 01 23:03:22 thislaptopisdenneds kernel: PM: genpd: Disabling unused power domains
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-2: new low-speed USB device number 2 using xhci_hcd
Aug 01 23:03:22 thislaptopisdenneds kernel: ata2: SATA link down (SStatus 4 SControl 300)
Aug 01 23:03:22 thislaptopisdenneds kernel: Freeing unused decrypted memory: 2028K
Aug 01 23:03:22 thislaptopisdenneds kernel: Freeing unused kernel image (initmem) memory: 4904K
Aug 01 23:03:22 thislaptopisdenneds kernel: Write protecting the kernel read-only data: 40960k
Aug 01 23:03:22 thislaptopisdenneds kernel: Freeing unused kernel image (text/rodata gap) memory: 512K
Aug 01 23:03:22 thislaptopisdenneds kernel: Freeing unused kernel image (rodata/data gap) memory: 948K
Aug 01 23:03:22 thislaptopisdenneds kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 01 23:03:22 thislaptopisdenneds kernel: rodata_test: all tests were successful
Aug 01 23:03:22 thislaptopisdenneds kernel: Run /init as init process
Aug 01 23:03:22 thislaptopisdenneds kernel:   with arguments:
Aug 01 23:03:22 thislaptopisdenneds kernel:     /init
Aug 01 23:03:22 thislaptopisdenneds kernel:     splash
Aug 01 23:03:22 thislaptopisdenneds kernel:   with environment:
Aug 01 23:03:22 thislaptopisdenneds kernel:     HOME=/
Aug 01 23:03:22 thislaptopisdenneds kernel:     TERM=linux
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-2: New USB device found, idVendor=10c4, idProduct=0005, bcdDevice= 0.00
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-2: Product: USB OPTICAL MOUSE
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-2: Manufacturer: YSPRINGTECH
Aug 01 23:03:22 thislaptopisdenneds kernel: input: YSPRINGTECH USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:10C4:0005.0001/input/input4
Aug 01 23:03:22 thislaptopisdenneds kernel: hid-generic 0003:10C4:0005.0001: input,hidraw0: USB HID v1.11 Mouse [YSPRINGTECH USB OPTICAL MOUSE] on usb-0000:00:14.0-2/input0
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-3: new high-speed USB device number 3 using xhci_hcd
Aug 01 23:03:22 thislaptopisdenneds kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Aug 01 23:03:22 thislaptopisdenneds kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Aug 01 23:03:22 thislaptopisdenneds kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Aug 01 23:03:22 thislaptopisdenneds kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Aug 01 23:03:22 thislaptopisdenneds kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Aug 01 23:03:22 thislaptopisdenneds kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Aug 01 23:03:22 thislaptopisdenneds kernel: intel-lpss 0000:00:1e.2: enabling device (0004 -> 0006)
Aug 01 23:03:22 thislaptopisdenneds kernel: Key type psk registered
Aug 01 23:03:22 thislaptopisdenneds kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Aug 01 23:03:22 thislaptopisdenneds kernel: nvme 0000:03:00.0: platform quirk: setting simple suspend
Aug 01 23:03:22 thislaptopisdenneds kernel: nvme nvme0: pci function 0000:03:00.0
Aug 01 23:03:22 thislaptopisdenneds kernel: nvme nvme0: passthrough uses implicit buffer lengths
Aug 01 23:03:22 thislaptopisdenneds kernel: nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
Aug 01 23:03:22 thislaptopisdenneds kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 01 23:03:22 thislaptopisdenneds kernel:  nvme0n1: p1 p2
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-3: New USB device found, idVendor=322e, idProduct=2103, bcdDevice= 1.02
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-3: Product: USB2.0 HD UVC WebCam
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-3: Manufacturer: Sonix Technology Co., Ltd.
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-6: new full-speed USB device number 4 using xhci_hcd
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-6: New USB device found, idVendor=258a, idProduct=003a, bcdDevice=20.09
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-6: Product: Gaming KB 
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-6: Manufacturer: SINO WEALTH
Aug 01 23:03:22 thislaptopisdenneds kernel: input: SINO WEALTH Gaming KB  as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:258A:003A.0002/input/input5
Aug 01 23:03:22 thislaptopisdenneds kernel: i915 0000:00:02.0: [drm] Found tigerlake/uy (device ID 9a78) integrated display version 12.00 stepping C0
Aug 01 23:03:22 thislaptopisdenneds kernel: hid-generic 0003:258A:003A.0002: input,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-6/input0
Aug 01 23:03:22 thislaptopisdenneds kernel: input: SINO WEALTH Gaming KB  System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:258A:003A.0003/input/input6
Aug 01 23:03:22 thislaptopisdenneds kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 01 23:03:22 thislaptopisdenneds kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Aug 01 23:03:22 thislaptopisdenneds kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
Aug 01 23:03:22 thislaptopisdenneds kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io:owns=io+mem
Aug 01 23:03:22 thislaptopisdenneds kernel: input: SINO WEALTH Gaming KB  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:258A:003A.0003/input/input7
Aug 01 23:03:22 thislaptopisdenneds kernel: input: SINO WEALTH Gaming KB  Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:258A:003A.0003/input/input8
Aug 01 23:03:22 thislaptopisdenneds kernel: hid-generic 0003:258A:003A.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-6/input1
Aug 01 23:03:22 thislaptopisdenneds kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Aug 01 23:03:22 thislaptopisdenneds kernel: i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
Aug 01 23:03:22 thislaptopisdenneds kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Aug 01 23:03:22 thislaptopisdenneds kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Aug 01 23:03:22 thislaptopisdenneds kernel: input: Video Bus as /devices/pci0000:00/acpi.video_bus.0/input/input9
Aug 01 23:03:22 thislaptopisdenneds kernel: fbcon: i915drmfb (fb0) is primary device
Aug 01 23:03:22 thislaptopisdenneds kernel: fbcon: Deferring console take-over
Aug 01 23:03:22 thislaptopisdenneds kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-10: new full-speed USB device number 5 using xhci_hcd
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-10: New USB device found, idVendor=13d3, idProduct=3557, bcdDevice= 1.10
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-10: Product: Bluetooth Radio 
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-10: Manufacturer: Realtek 
Aug 01 23:03:22 thislaptopisdenneds kernel: usb 1-10: SerialNumber: 00e04c000001
Aug 01 23:03:22 thislaptopisdenneds kernel: EXT4-fs (nvme0n1p2): mounted filesystem 26361348-bcc9-41f1-bf92-431a35c60090 r/w with ordered data mode. Quota mode: none.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: systemd 261.2-1-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +LIBARCHIVE)
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Detected architecture x86-64.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Hostname set to <thislaptopisdenneds>.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: bpf-restrict-fs: LSM BPF program attached
Aug 01 23:03:22 thislaptopisdenneds kernel: zram: Added device: zram0
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Queued start job for default target Multi-User System.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice CUPS Slice.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/dirmngr.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/getty.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/gpg-agent.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/gpg-agent-browser.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/gpg-agent-extra.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/keyboxd.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/modprobe.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice Slice /system/systemd-zram-setup.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Created slice User and Session Slice.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Expecting device /dev/disk/by-uuid/1E2D-B4F7...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Expecting device /dev/zram0...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Reached target Image Downloads.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Reached target Remote File Systems.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Reached target Slice Units.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Reached target Local Verity Protected Volumes.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Query the User Interactively for a Password.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Process Core Dump Socket.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Credential Encryption/Decryption.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Factory Reset Management.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Hostname Service Socket.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Journal Socket (/dev/log).
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Journal Sockets.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Console Output Muting Service Socket.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on TPM PCR Measurements.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Make TPM PCR Policy.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Disk Repartitioning Service Socket.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Simple Block Device Backed Storage Provider.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on Simple File System Backed Storage Provider.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on udev Control Socket.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on udev Kernel Socket.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on udev Varlink Socket.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Listening on User Database Manager Socket.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounting Huge Pages File System...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounting POSIX Message Queue File System...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounting Kernel Debug File System...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounting Kernel Trace File System...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Create List of Static Device Nodes...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounting Kernel Configuration File System...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounting FUSE Control File System...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: File System Check on Root Device skipped, unmet condition check ConditionPathIsReadWrite=!/
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Clear Stale Hibernate Storage Info...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Journal Service...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Load Kernel Modules...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting TPM PCR Machine ID Measurement...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: TPM PCR OS Separator skipped, unmet condition check ConditionPathExists=/etc/initrd-release
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Early TPM SRK Setup...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Load udev Rules from Credentials...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Coldplug All udev Devices...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Virtual Console Setup...
Aug 01 23:03:22 thislaptopisdenneds systemd-journald[298]: Collecting audit messages is disabled.
Aug 01 23:03:22 thislaptopisdenneds kernel: EXT4-fs (nvme0n1p2): re-mounted 26361348-bcc9-41f1-bf92-431a35c60090.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounted Huge Pages File System.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounted POSIX Message Queue File System.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounted Kernel Debug File System.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounted Kernel Trace File System.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Create List of Static Device Nodes.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounted Kernel Configuration File System.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Mounted FUSE Control File System.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Clear Stale Hibernate Storage Info.
Aug 01 23:03:22 thislaptopisdenneds kernel: i2c_dev: i2c /dev entries driver
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Virtual Console Setup.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Load Kernel Modules.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Load udev Rules from Credentials.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Load/Save OS Random Seed...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Apply Kernel Variables...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Load/Save OS Random Seed.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Apply Kernel Variables.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting CLI Netfilter Manager...
Aug 01 23:03:22 thislaptopisdenneds systemd-journald[298]: Journal started
Aug 01 23:03:22 thislaptopisdenneds systemd-journald[298]: Runtime Journal (/run/log/journal/228f8256e7fa405ab96d7be733b384c3) is 8M, max 381.4M, 373.4M free.
Aug 01 23:03:22 thislaptopisdenneds systemd-hibernate-resume[297]: Reported hibernation image: ID=linuxmint VERSION_ID=22.3 kernel=6.8.0-134-generic UUID=1732dc25-20c4-4ed3-a7cf-dceb129c5edf offset=15695872
Aug 01 23:03:22 thislaptopisdenneds systemd-hibernate-resume[297]: HibernateLocation system identifier doesn't match currently running system, would not resume from it.
Aug 01 23:03:22 thislaptopisdenneds systemd-modules-load[300]: Using 3 probe threads
Aug 01 23:03:22 thislaptopisdenneds systemd-vconsole-setup[308]: All allocated virtual consoles are busy, will not configure key mapping and font.
Aug 01 23:03:22 thislaptopisdenneds systemd-modules-load[300]: Inserted module 'crypto_user'
Aug 01 23:03:22 thislaptopisdenneds systemd-modules-load[300]: Inserted module 'ntsync'
Aug 01 23:03:22 thislaptopisdenneds systemd-modules-load[300]: Inserted module 'i2c_dev'
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting User Database Manager...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Started Journal Service.
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: SRK already stored in the TPM.
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: SRK fingerprint is adfd0ceaf4ce5e46aa3ea049266fe6dc5f3b2a7cafd7a394403476945e5768e3.
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.pem' in PEM format.
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.tpm2b_public' in TPM2B_PUBLIC format.
Aug 01 23:03:22 thislaptopisdenneds systemd-pcrextend[301]: Extended PCR index 15 with 'machine-id:228f8256e7fa405ab96d7be733b384c3' (banks sha256).
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished TPM PCR Machine ID Measurement.
Aug 01 23:03:22 thislaptopisdenneds systemd-journald[298]: Time spent on flushing to /var/log/journal/228f8256e7fa405ab96d7be733b384c3 is 35.374ms for 873 entries.
Aug 01 23:03:22 thislaptopisdenneds systemd-journald[298]: System Journal (/var/log/journal/228f8256e7fa405ab96d7be733b384c3) is 224.5M, max 4G, 3.7G free.
Aug 01 23:03:22 thislaptopisdenneds systemd-journald[298]: Received client request to flush runtime journal.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 315 ((systemd-userd))
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Coldplug All udev Devices.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished CLI Netfilter Manager.
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: WARNING:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:345:Esys_NV_DefineSpace_Finish() Received TPM Error
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: ERROR:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:121:Esys_NV_DefineSpace() Esys Finish ErrorCode (0x0000014c)
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: WARNING:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:345:Esys_NV_DefineSpace_Finish() Received TPM Error
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: ERROR:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:121:Esys_NV_DefineSpace() Esys Finish ErrorCode (0x0000014c)
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: WARNING:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:345:Esys_NV_DefineSpace_Finish() Received TPM Error
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: ERROR:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:121:Esys_NV_DefineSpace() Esys Finish ErrorCode (0x0000014b)
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: The TPM's NV index space is exhausted, skipping allocation of NvPCR 'cryptsetup' and any less important ones: No buffer space available
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: Skipped 2 lowest-priority NvPCR(s) because the TPM's NV index space is exhausted, proceeding anyway.
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[303]: 2 NvPCRs initialized.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished Early TPM SRK Setup.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionPathExists=/etc/initrd-release
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting TPM NvPCR Product ID Measurement...
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Starting TPM SRK Setup...
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[401]: SRK already stored in the TPM.
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[401]: SRK fingerprint is adfd0ceaf4ce5e46aa3ea049266fe6dc5f3b2a7cafd7a394403476945e5768e3.
Aug 01 23:03:22 thislaptopisdenneds systemd-tpm2-setup[401]: SRK saved in '/var/lib/systemd/tpm2-srk-public-key.pem' matches SRK in TPM2.
Aug 01 23:03:22 thislaptopisdenneds systemd-pcrextend[400]: Extended NvPCR index 'hardware' with 'product-id:cee3d7693c8a4041bd7e7d274f22f632'.
Aug 01 23:03:22 thislaptopisdenneds systemd[1]: Finished TPM NvPCR Product ID Measurement.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Mounting Arbitrary Executable File Formats File System...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Mounted Arbitrary Executable File Formats File System.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Started User Database Manager.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Create System Users skipped, no trigger condition checks were met.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Starting Journal Log Access Socket...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Starting Network Time Synchronization...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Listening on Journal Log Access Socket.
Aug 01 23:03:23 thislaptopisdenneds systemd-tpm2-setup[401]: WARNING:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:345:Esys_NV_DefineSpace_Finish() Received TPM Error
Aug 01 23:03:23 thislaptopisdenneds systemd-tpm2-setup[401]: ERROR:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:121:Esys_NV_DefineSpace() Esys Finish ErrorCode (0x0000014b)
Aug 01 23:03:23 thislaptopisdenneds systemd-tpm2-setup[401]: The TPM's NV index space is exhausted, skipping allocation of NvPCR 'cryptsetup' and any less important ones: No buffer space available
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Reached target Preparation for Local File Systems.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Virtual Machine and Container Storage (Compatibility) skipped, unmet condition check ConditionPathExists=/var/lib/machines.raw
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Listening on Disk Image Download Service Socket.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Repartition Root Disk skipped, no trigger condition checks were met.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Started Network Time Synchronization.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Reached target System Time Set.
Aug 01 23:03:23 thislaptopisdenneds systemd-udevd[416]: Using default interface naming scheme 'v261'.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Starting Show Plymouth Boot Screen...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Started Show Plymouth Boot Screen.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Dispatch Password Requests to Console Directory Watch skipped, unmet condition check ConditionPathExists=!/run/plymouth/pid
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Reached target Local Encrypted Volumes.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Found device /dev/zram0.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Starting Create swap on /dev/zram0...
Aug 01 23:03:23 thislaptopisdenneds kernel: zram0: detected capacity change from 0 to 7812096
Aug 01 23:03:23 thislaptopisdenneds systemd-makefs[452]: Formatting /dev/zram0 as swap
Aug 01 23:03:23 thislaptopisdenneds systemd-makefs[452]: /dev/zram0 successfully formatted as swap (label "zram0", uuid 7d1888fe-4d8f-462b-af9a-b3a9a36a94ff)
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Finished Create swap on /dev/zram0.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Found device WDC PC SN530 SDBPNPZ-256G-1002 1.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Mounting /boot...
Aug 01 23:03:23 thislaptopisdenneds mtp-probe[458]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Aug 01 23:03:23 thislaptopisdenneds mtp-probe[459]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Aug 01 23:03:23 thislaptopisdenneds mtp-probe[459]: bus: 1, device: 2 was not an MTP device
Aug 01 23:03:23 thislaptopisdenneds mtp-probe[458]: bus: 1, device: 4 was not an MTP device
Aug 01 23:03:23 thislaptopisdenneds kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Mounted /boot.
Aug 01 23:03:23 thislaptopisdenneds kernel: Adding 3906044k swap on /dev/zram0.  Priority:100 extents:1 across:3906044k SSDsc
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Reached target Swaps.
Aug 01 23:03:23 thislaptopisdenneds kernel: mousedev: PS/2 mouse device common for all mice
Aug 01 23:03:23 thislaptopisdenneds mtp-probe[471]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
Aug 01 23:03:23 thislaptopisdenneds mtp-probe[471]: bus: 1, device: 3 was not an MTP device
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\CTDP], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.IETM.IDSP due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20251212/nsprepkg-94)
Aug 01 23:03:23 thislaptopisdenneds kernel: acpi-tad ACPI000E:00: registered as rtc1
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Expecting device /dev/tpm0...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._CRT.S1CT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._CRT due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._HOT.S1HT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._HOT due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._PSV.S1PT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._PSV due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._AC0.S1AT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._AC0 due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._CRT.S2CT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._CRT due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._HOT.S2HT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._HOT due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._PSV.S2PT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._PSV due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._AC0.S2AT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._AC0 due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._CRT.S3CT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._CRT due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._HOT.S3HT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._HOT due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._PSV.S3PT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._PSV due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._CRT.S4CT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._CRT due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._HOT.S4HT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._HOT due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._PSV.S4PT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._PSV due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._AC0.S4AT], AE_NOT_FOUND (20251212/psargs-332)
Aug 01 23:03:23 thislaptopisdenneds kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._AC0 due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
Aug 01 23:03:23 thislaptopisdenneds kernel: Bluetooth: Core ver 2.22
Aug 01 23:03:23 thislaptopisdenneds kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 01 23:03:23 thislaptopisdenneds kernel: Bluetooth: HCI device and connection manager initialized
Aug 01 23:03:23 thislaptopisdenneds kernel: Bluetooth: HCI socket layer initialized
Aug 01 23:03:23 thislaptopisdenneds kernel: Bluetooth: L2CAP socket layer initialized
Aug 01 23:03:23 thislaptopisdenneds kernel: Bluetooth: SCO socket layer initialized
Aug 01 23:03:23 thislaptopisdenneds kernel: intel_pmc_core INT33A1:00:  initialized
Aug 01 23:03:23 thislaptopisdenneds systemd-tpm2-setup[401]: Skipped 2 lowest-priority NvPCR(s) because the TPM's NV index space is exhausted, proceeding anyway.
Aug 01 23:03:23 thislaptopisdenneds systemd-tpm2-setup[401]: 2 NvPCRs already initialized.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Finished TPM SRK Setup.
Aug 01 23:03:23 thislaptopisdenneds kernel: mc: Linux media interface: v0.10
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Found device /dev/tpm0.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Reached target Trusted Platform Module.
Aug 01 23:03:23 thislaptopisdenneds kernel: dw-apb-uart.2: ttyS4 at MMIO 0x4017002000 (irq = 16, base_baud = 6250000) is a 16550A
Aug 01 23:03:23 thislaptopisdenneds kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Aug 01 23:03:23 thislaptopisdenneds kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than PNP0C02:01 [mem 0xfedc0000-0xfedc7fff]
Aug 01 23:03:23 thislaptopisdenneds kernel: caller uncore_get_box_mmio_addr+0xe6/0x150 [intel_uncore] mapping multiple BARs
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Stopped Virtual Console Setup.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Stopping Virtual Console Setup...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Starting Virtual Console Setup...
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 01 23:03:23 thislaptopisdenneds systemd-vconsole-setup[485]: All allocated virtual consoles are busy, will not configure key mapping and font.
Aug 01 23:03:23 thislaptopisdenneds systemd[1]: Finished Virtual Console Setup.
Aug 01 23:03:24 thislaptopisdenneds kernel: input: ELAN1200:00 04F3:309F Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0004/input/input11
Aug 01 23:03:24 thislaptopisdenneds kernel: input: ELAN1200:00 04F3:309F Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0004/input/input12
Aug 01 23:03:24 thislaptopisdenneds kernel: hid-generic 0018:04F3:309F.0004: input,hidraw3: I2C HID v1.00 Mouse [ELAN1200:00 04F3:309F] on i2c-ELAN1200:00
Aug 01 23:03:24 thislaptopisdenneds kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Aug 01 23:03:24 thislaptopisdenneds kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Aug 01 23:03:24 thislaptopisdenneds kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Aug 01 23:03:24 thislaptopisdenneds kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Aug 01 23:03:24 thislaptopisdenneds kernel: videodev: Linux video capture interface: v2.00
Aug 01 23:03:24 thislaptopisdenneds kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Aug 01 23:03:24 thislaptopisdenneds kernel: 0x000000000000-0x000001000000 : "BIOS"
Aug 01 23:03:24 thislaptopisdenneds kernel: asus_armoury: No matching power limits found for this system
Aug 01 23:03:24 thislaptopisdenneds kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Aug 01 23:03:24 thislaptopisdenneds kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Aug 01 23:03:24 thislaptopisdenneds kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Aug 01 23:03:24 thislaptopisdenneds kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Aug 01 23:03:24 thislaptopisdenneds kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Aug 01 23:03:24 thislaptopisdenneds kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Aug 01 23:03:24 thislaptopisdenneds kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 01 23:03:24 thislaptopisdenneds kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Aug 01 23:03:24 thislaptopisdenneds kernel: input: ELAN1200:00 04F3:309F Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0004/input/input13
Aug 01 23:03:24 thislaptopisdenneds kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 01 23:03:24 thislaptopisdenneds kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Aug 01 23:03:24 thislaptopisdenneds kernel: faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
Aug 01 23:03:24 thislaptopisdenneds kernel: cfg80211: failed to load regulatory.db
Aug 01 23:03:24 thislaptopisdenneds kernel: usbcore: registered new interface driver btusb
Aug 01 23:03:24 thislaptopisdenneds kernel: input: ELAN1200:00 04F3:309F Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0004/input/input14
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 01 23:03:24 thislaptopisdenneds kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Aug 01 23:03:24 thislaptopisdenneds kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 01 23:03:24 thislaptopisdenneds kernel: hid-multitouch 0018:04F3:309F.0004: input,hidraw3: I2C HID v1.00 Mouse [ELAN1200:00 04F3:309F] on i2c-ELAN1200:00
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Mounting Temporary Directory /tmp...
Aug 01 23:03:24 thislaptopisdenneds kernel: asus_wmi: Initialization: 0x1
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Dispatch Password Requests to Console Directory Watch skipped, unmet condition check ConditionPathExists=!/run/plymouth/pid
Aug 01 23:03:24 thislaptopisdenneds kernel: asus_wmi: BIOS WMI version: 9.0
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: File System Check on Root Device skipped, unmet condition check ConditionPathIsReadWrite=!/
Aug 01 23:03:24 thislaptopisdenneds kernel: asus_wmi: SFUN value: 0x21
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
Aug 01 23:03:24 thislaptopisdenneds kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionPathExists=/etc/initrd-release
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: TPM PCR OS Separator skipped, unmet condition check ConditionPathExists=/etc/initrd-release
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Repartition Root Disk skipped, no trigger condition checks were met.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Create System Users skipped, no trigger condition checks were met.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 01 23:03:24 thislaptopisdenneds kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Aug 01 23:03:24 thislaptopisdenneds kernel: asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
Aug 01 23:03:24 thislaptopisdenneds kernel: intel_rapl_common: Found RAPL domain package
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Mounted Temporary Directory /tmp.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Reached target Local File Systems.
Aug 01 23:03:24 thislaptopisdenneds kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input15
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on Boot Loader Control Service Socket.
Aug 01 23:03:24 thislaptopisdenneds kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Aug 01 23:03:24 thislaptopisdenneds systemd-timesyncd[411]: Network configuration changed, trying to establish connection.
Aug 01 23:03:24 thislaptopisdenneds systemd-timesyncd[411]: Network configuration changed, trying to establish connection.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on System Extension Image Management.
Aug 01 23:03:24 thislaptopisdenneds kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Aug 01 23:03:24 thislaptopisdenneds kernel: asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Set Up Additional Binary Formats...
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Update Boot Loader Random Seed...
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Create System Files and Directories...
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Load JSON user/group Records from Credentials...
Aug 01 23:03:24 thislaptopisdenneds kernel: ACPI: battery: new hook: ASUS Battery Extension
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Finished Set Up Additional Binary Formats.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Finished Load JSON user/group Records from Credentials.
Aug 01 23:03:24 thislaptopisdenneds bootctl[508]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Finished Update Boot Loader Random Seed.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Received SIGRTMIN+20 from PID 174 (plymouthd).
Aug 01 23:03:24 thislaptopisdenneds systemd-timesyncd[411]: Network configuration changed, trying to establish connection.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Aug 01 23:03:24 thislaptopisdenneds kernel: uvcvideo 1-3:1.0: Found UVC 1.00 device USB2.0 HD UVC WebCam (322e:2103)
Aug 01 23:03:24 thislaptopisdenneds kernel: usbcore: registered new interface driver uvcvideo
Aug 01 23:03:24 thislaptopisdenneds kernel: rtw88_8821ce 0000:02:00.0: enabling device (0000 -> 0003)
Aug 01 23:03:24 thislaptopisdenneds kernel: rtw88_8821ce 0000:02:00.0: Firmware version 24.11.0, H2C version 12
Aug 01 23:03:24 thislaptopisdenneds systemd-timesyncd[411]: Network configuration changed, trying to establish connection.
Aug 01 23:03:24 thislaptopisdenneds systemd-timesyncd[411]: Network configuration changed, trying to establish connection.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Finished Create System Files and Directories.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Rebuild Dynamic Linker Cache skipped, no trigger condition checks were met.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Initial Setup skipped, unmet condition check ConditionFirstBoot=yes
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: First Boot Complete skipped, unmet condition check ConditionFirstBoot=yes
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Rebuild Journal Catalog skipped, unmet condition check ConditionNeedsUpdate=/var
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Save Transient machine-id to Disk skipped, unmet condition check ConditionPathIsMountPoint=/etc/machine-id
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Update is Completed skipped, no trigger condition checks were met.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 01 23:03:24 thislaptopisdenneds kernel: rtw88_8821ce 0000:02:00.0 wlo1: renamed from wlan0
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Reached target System Initialization.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started CUPS Scheduler.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started Discard unused filesystem blocks once a week.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started Daily verification of password and group files.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Reached target Path Units.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Reached target Timer Units.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on CUPS Scheduler.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on Authorization Manager Agent Helper.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on User Login Management Varlink Socket.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Reached target Socket Units.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting D-Bus System Message Bus...
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting TPM PCR Barrier (Initialization)...
Aug 01 23:03:24 thislaptopisdenneds kernel: intel_tcc_cooling: Programmable TCC Offset detected
Aug 01 23:03:24 thislaptopisdenneds systemd-pcrextend[533]: Extended PCR index 11 with 'sysinit' (banks sha256).
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Finished TPM PCR Barrier (Initialization).
Aug 01 23:03:24 thislaptopisdenneds kernel: intel_rapl_msr: PL4 support detected (updated).
Aug 01 23:03:24 thislaptopisdenneds kernel: intel_rapl_common: Found RAPL domain package
Aug 01 23:03:24 thislaptopisdenneds kernel: intel_rapl_common: Found RAPL domain core
Aug 01 23:03:24 thislaptopisdenneds kernel: intel_rapl_common: Found RAPL domain uncore
Aug 01 23:03:24 thislaptopisdenneds kernel: intel_rapl_common: Found RAPL domain psys
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started D-Bus System Message Bus.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Reached target Basic System.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Network Manager...
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Bluetooth service...
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting User Login Management...
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting TPM PCR Barrier (User)...
Aug 01 23:03:24 thislaptopisdenneds dbus-broker-launch[532]: Ready
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.6210] NetworkManager (version 1.58.0-1) is starting... (boot:c596bee5-78bf-4688-8319-279022dc5333)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.6216] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Aug 01 23:03:24 thislaptopisdenneds bluetoothd[538]: Bluetooth daemon 5.87
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started Bluetooth service.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Reached target Bluetooth Support.
Aug 01 23:03:24 thislaptopisdenneds bluetoothd[538]: Starting SDP server
Aug 01 23:03:24 thislaptopisdenneds systemd-pcrextend[541]: Extended PCR index 11 with 'ready' (banks sha256).
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.6304] manager[0x564d2fddd290]: monitoring kernel firmware directory '/lib/firmware'.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Finished TPM PCR Barrier (User).
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Hostname Service...
Aug 01 23:03:24 thislaptopisdenneds kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Aug 01 23:03:24 thislaptopisdenneds kernel: Bluetooth: BNEP filters: protocol multicast
Aug 01 23:03:24 thislaptopisdenneds kernel: Bluetooth: BNEP socket layer initialized
Aug 01 23:03:24 thislaptopisdenneds bluetoothd[538]: Bluetooth management interface 1.23 initialized
Aug 01 23:03:24 thislaptopisdenneds kernel: Bluetooth: MGMT ver 1.23
Aug 01 23:03:24 thislaptopisdenneds bluetoothd[538]: Battery Provider Manager created
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: New seat seat0.
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: Watching system buttons on /dev/input/event5 (SINO WEALTH Gaming KB )
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: Watching system buttons on /dev/input/event6 (SINO WEALTH Gaming KB  System Control)
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: Watching system buttons on /dev/input/event7 (SINO WEALTH Gaming KB  Consumer Control)
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: Watching system buttons on /dev/input/event8 (SINO WEALTH Gaming KB  Keyboard)
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: Watching system buttons on /dev/input/event2 (Power Button)
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 01 23:03:24 thislaptopisdenneds kernel: NET: Registered PF_ALG protocol family
Aug 01 23:03:24 thislaptopisdenneds systemd-logind[540]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started User Login Management.
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started Hostname Service.
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7094] hostname: hostname: using hostnamed
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7094] hostname: static hostname changed from (none) to "thislaptopisdenneds"
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7097] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7115] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:02:00.0/ieee80211/phy0/rfkill3) (driver rtw88_8821ce)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7117] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/platform/asus-nb-wmi/rfkill/rfkill1) (platform driver asus-nb-wmi)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7121] manager[0x564d2fddd290]: rfkill: Wi-Fi hardware radio set enabled
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7122] manager[0x564d2fddd290]: rfkill: WWAN hardware radio set enabled
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7164] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.58.0-1/libnm-device-plugin-wifi.so)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7168] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.58.0-1/libnm-device-plugin-adsl.so)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7183] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.58.0-1/libnm-device-plugin-ovs.so)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7210] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.58.0-1/libnm-device-plugin-bluetooth.so)
Aug 01 23:03:24 thislaptopisdenneds kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Aug 01 23:03:24 thislaptopisdenneds kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7378] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.58.0-1/libnm-device-plugin-team.so)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7382] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.58.0-1/libnm-device-plugin-wwan.so)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7384] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7385] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7385] manager: Networking is enabled by state file
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7388] settings: Loaded settings plugin: keyfile (internal)
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7439] dhcp: init: Using DHCP client 'internal'
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7443] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7451] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7454] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7462] device (lo): Activation: starting connection 'lo' (b93d872c-05fb-469b-a57d-41962ce7e287)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7464] device (wlo1): driver supports Access Point (AP) mode
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7469] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Aug 01 23:03:24 thislaptopisdenneds NetworkManager[537]: <info>  [1785600204.7471] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Aug 01 23:03:24 thislaptopisdenneds kernel: snd_hda_codec_alc662 hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Aug 01 23:03:24 thislaptopisdenneds kernel: snd_hda_codec_alc662 hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 01 23:03:24 thislaptopisdenneds kernel: snd_hda_codec_alc662 hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Aug 01 23:03:24 thislaptopisdenneds kernel: snd_hda_codec_alc662 hdaudioC0D0:    mono: mono_out=0x0
Aug 01 23:03:24 thislaptopisdenneds kernel: snd_hda_codec_alc662 hdaudioC0D0:    inputs:
Aug 01 23:03:24 thislaptopisdenneds kernel: snd_hda_codec_alc662 hdaudioC0D0:      Mic=0x1a
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 01 23:03:24 thislaptopisdenneds kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Aug 01 23:03:24 thislaptopisdenneds kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Aug 01 23:03:24 thislaptopisdenneds kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Aug 01 23:03:24 thislaptopisdenneds kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Aug 01 23:03:24 thislaptopisdenneds kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Aug 01 23:03:24 thislaptopisdenneds systemd[1]: Reached target Sound Card.
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.1929] device (wlo1): set-hw-addr: set MAC address to 4E:5E:50:73:58:27 (scanning)
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6500] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Started Network Manager.
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6530] ovsdb: disconnected from ovsdb
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6531] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6533] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6536] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6541] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Starting WPA supplicant...
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6555] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6556] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.6560] device (lo): Activation: successful, device activated.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Started WPA supplicant.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Reached target Network.
Aug 01 23:03:25 thislaptopisdenneds wpa_supplicant[584]: Successfully initialized wpa_supplicant
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Starting CUPS Scheduler...
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Starting Permit User Sessions...
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Finished Permit User Sessions.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Starting Hold until boot process finishes up...
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Starting Terminate Plymouth Boot Screen...
Aug 01 23:03:25 thislaptopisdenneds wpa_supplicant[584]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.7052] device (wlo1): supplicant interface state: internal-starting -> disconnected
Aug 01 23:03:25 thislaptopisdenneds NetworkManager[537]: <info>  [1785600205.7053] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Started CUPS Scheduler.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Received SIGRTMIN+21 from PID 174 (plymouthd).
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Finished Hold until boot process finishes up.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Finished Terminate Plymouth Boot Screen.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Started Getty on tty1.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Reached target Login Prompts.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Reached target Multi-User System.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Startup finished in 3.620s (firmware) + 2.972s (loader) + 2.251s (kernel) + 4.593s (userspace) = 13.438s.
Aug 01 23:03:25 thislaptopisdenneds kernel: fbcon: Taking over console
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Stopped Virtual Console Setup.
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Stopping Virtual Console Setup...
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Starting Virtual Console Setup...
Aug 01 23:03:25 thislaptopisdenneds kernel: Console: switching to colour frame buffer device 240x67
Aug 01 23:03:25 thislaptopisdenneds systemd[1]: Finished Virtual Console Setup.
Aug 01 23:03:27 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Aug 01 23:03:27 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5180 max_tx_power=2000 no_ir=1
Aug 01 23:03:27 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5180 max_tx_power=2000
Aug 01 23:03:29 thislaptopisdenneds systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 01 23:03:29 thislaptopisdenneds dbus-broker-launch[532]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Aug 01 23:03:29 thislaptopisdenneds NetworkManager[537]: <info>  [1785600209.8372] manager: startup complete
Aug 01 23:03:32 thislaptopisdenneds login[594]: pam_unix(login:session): session opened for user denned(uid=1000) by denned(uid=0)
Aug 01 23:03:32 thislaptopisdenneds systemd-logind[540]: New session '1' of user 'denned' with class 'user' and type 'tty'.
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Created slice Slice /system/systemd-pcrlogin.
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Created slice User Slice of UID 1000.
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Starting TPM NvPCR Measurement of User Record for UID 1000...
Aug 01 23:03:32 thislaptopisdenneds systemd-pcrextend[617]: WARNING:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:345:Esys_NV_DefineSpace_Finish() Received TPM Error
Aug 01 23:03:32 thislaptopisdenneds systemd-pcrextend[617]: ERROR:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:121:Esys_NV_DefineSpace() Esys Finish ErrorCode (0x0000014b)
Aug 01 23:03:32 thislaptopisdenneds systemd-pcrextend[617]: TPM NV index space is exhausted, NvPCR 'login' could not be initialized, skipping gracefully.
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Finished TPM NvPCR Measurement of User Record for UID 1000.
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 01 23:03:32 thislaptopisdenneds systemd-user-runtime-dir[633]: Successfully configured disk quota for UID 1000 on /tmp to 2.9G
Aug 01 23:03:32 thislaptopisdenneds systemd-user-runtime-dir[633]: Successfully configured disk quota for UID 1000 on /dev/shm to 2.9G
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Starting User Manager for UID 1000...
Aug 01 23:03:32 thislaptopisdenneds (systemd)[635]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[denned] ruser=[<unknown>] rhost=[<unknown>]
Aug 01 23:03:32 thislaptopisdenneds (systemd)[635]: pam_unix(systemd-user:session): session opened for user denned(uid=1000) by denned(uid=0)
Aug 01 23:03:32 thislaptopisdenneds systemd-logind[540]: New session '2' of user 'denned' with class 'manager' and type 'unspecified'.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Queued start job for default target Main User Target.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Created slice User Application Slice.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Started Submitting pending crash events (file monitor).
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Started Cleaning DrKonqi data.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Submitting pending crash events skipped, unmet condition check ConditionPathExistsGlob=/home/denned/.cache/drkonqi/sentry-envelopes/*
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Reached target Paths.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Reached target Timers.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Starting D-Bus User Message Bus Socket...
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on GnuPG network certificate management daemon.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on GnuPG public key management service.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on p11-kit server.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on PipeWire PulseAudio.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on PipeWire Multimedia System Sockets.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on Query the User Interactively for a Password.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on Disk Image Download Service Socket.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on Journal Log Access Socket.
Aug 01 23:03:32 thislaptopisdenneds login[594]: LOGIN ON tty1 BY denned
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on Virtual Machine and Container Registration Service Socket.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on Simple File System Backed Storage Provider.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Listening on D-Bus User Message Bus Socket.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Reached target Sockets.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Reached target Basic System.
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Started User Manager for UID 1000.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Started Cleaning DrKonqi data.
Aug 01 23:03:32 thislaptopisdenneds systemd[1]: Started Session 1 of User denned.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Reached target Main User Target.
Aug 01 23:03:32 thislaptopisdenneds systemd[635]: Startup finished in 126ms.
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.2594] policy: auto-activating connection 'WIFI' (f9d0e6f5-cff8-4159-abe9-2744d3543c3e)
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.2603] device (wlo1): Activation: starting connection 'WIFI' (f9d0e6f5-cff8-4159-abe9-2744d3543c3e)
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.2604] device (wlo1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.2607] manager: NetworkManager state is now CONNECTING
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.2700] device (wlo1): set-hw-addr: reset MAC address to 14:13:33:A9:6F:0B (preserve)
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.7180] device (wlo1): state change: prepare -> config (reason 'none', managed-type: 'full')
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.7182] device (wlo1): Activation: (wifi) connection 'WIFI' requires no security.  No secrets needed.
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.7182] Config: added 'ssid' value 'WIFI'
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.7183] Config: added 'scan_ssid' value '1'
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.7183] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.7183] Config: added 'key_mgmt' value 'NONE'
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.7184] device (wlo1): supplicant interface state: disconnected -> interface_disabled
Aug 01 23:03:34 thislaptopisdenneds NetworkManager[537]: <info>  [1785600214.7237] device (wlo1): supplicant interface state: interface_disabled -> inactive
Aug 01 23:03:34 thislaptopisdenneds wpa_supplicant[584]: wlo1: SME: Trying to authenticate with e6:19:c1:64:05:07 (SSID='WIFI' freq=2437 MHz)
Aug 01 23:03:34 thislaptopisdenneds systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 01 23:03:35 thislaptopisdenneds kernel: wlo1: authenticate with e6:19:c1:64:05:07 (local address=14:13:33:a9:6f:0b)
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.3164] device (wlo1): supplicant interface state: inactive -> authenticating
Aug 01 23:03:35 thislaptopisdenneds kernel: wlo1: send auth to e6:19:c1:64:05:07 (try 1/3)
Aug 01 23:03:35 thislaptopisdenneds kernel: wlo1: authenticated
Aug 01 23:03:35 thislaptopisdenneds wpa_supplicant[584]: wlo1: Trying to associate with e6:19:c1:64:05:07 (SSID='WIFI' freq=2437 MHz)
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.3293] device (wlo1): supplicant interface state: authenticating -> associating
Aug 01 23:03:35 thislaptopisdenneds kernel: wlo1: associate with e6:19:c1:64:05:07 (try 1/3)
Aug 01 23:03:35 thislaptopisdenneds kernel: wlo1: RX AssocResp from e6:19:c1:64:05:07 (capab=0x401 status=0 aid=2)
Aug 01 23:03:35 thislaptopisdenneds kernel: wlo1: associated
Aug 01 23:03:35 thislaptopisdenneds wpa_supplicant[584]: wlo1: Associated with e6:19:c1:64:05:07
Aug 01 23:03:35 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-CONNECTED - Connection to e6:19:c1:64:05:07 completed [id=0 id_str=]
Aug 01 23:03:35 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.3404] device (wlo1): supplicant interface state: associating -> completed
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.3404] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "WIFI"
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.3412] device (wlo1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.3418] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.4058] dhcp4 (wlo1): state changed new lease, address=192.168.43.149, acd pending
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.5669] dhcp4 (wlo1): state changed new lease, address=192.168.43.149
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.5686] policy: set 'WIFI' (wlo1) as default for IPv4 routing and DNS
Aug 01 23:03:35 thislaptopisdenneds dbus-broker-launch[532]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.5823] device (wlo1): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Aug 01 23:03:35 thislaptopisdenneds systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 01 23:03:35 thislaptopisdenneds systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.6097] device (wlo1): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.6099] device (wlo1): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.6102] manager: NetworkManager state is now CONNECTED_SITE
Aug 01 23:03:35 thislaptopisdenneds NetworkManager[537]: <info>  [1785600215.6106] device (wlo1): Activation: successful, device activated.
Aug 01 23:03:36 thislaptopisdenneds NetworkManager[537]: <info>  [1785600216.0951] manager: NetworkManager state is now CONNECTED_GLOBAL
Aug 01 23:03:37 thislaptopisdenneds NetworkManager[537]: <info>  [1785600217.1894] policy: set 'WIFI' (wlo1) as default for IPv6 routing and DNS
Aug 01 23:03:41 thislaptopisdenneds systemd[1]: Starting Authorization Manager...
Aug 01 23:03:41 thislaptopisdenneds polkitd[688]: Started polkitd version 127
Aug 01 23:03:41 thislaptopisdenneds systemd[1]: Started Authorization Manager.
Aug 01 23:03:41 thislaptopisdenneds systemd-logind[540]: suspend requested from client PID 683 ('systemctl') (unit session-1.scope)...
Aug 01 23:03:41 thislaptopisdenneds systemd-logind[540]: The system will suspend now!
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.8992] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.8992] manager: NetworkManager state is now DISABLED (ASLEEP)
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.8994] device (wlo1): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.9046] dhcp4 (wlo1): canceled DHCP transaction
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.9046] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.9047] dhcp4 (wlo1): state changed no lease
Aug 01 23:03:41 thislaptopisdenneds kernel: wlo1: deauthenticating from e6:19:c1:64:05:07 by local choice (Reason: 3=DEAUTH_LEAVING)
Aug 01 23:03:41 thislaptopisdenneds wpa_supplicant[584]: nl80211: send_event_marker failed: Source based routing not supported
Aug 01 23:03:41 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-DISCONNECTED bssid=e6:19:c1:64:05:07 reason=3 locally_generated=1
Aug 01 23:03:41 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Aug 01 23:03:41 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.9715] device (wlo1): supplicant interface state: completed -> disconnected
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.9718] device (wlo1): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Aug 01 23:03:41 thislaptopisdenneds NetworkManager[537]: <info>  [1785600221.9777] device (wlo1): set-hw-addr: set MAC address to 86:5B:9D:DA:05:9B (scanning)
Aug 01 23:03:42 thislaptopisdenneds NetworkManager[537]: <info>  [1785600222.4302] device (wlo1): supplicant interface state: disconnected -> interface_disabled
Aug 01 23:03:42 thislaptopisdenneds NetworkManager[537]: <info>  [1785600222.4304] device (wlo1): supplicant interface state: interface_disabled -> disconnected
Aug 01 23:03:42 thislaptopisdenneds NetworkManager[537]: <info>  [1785600222.4310] device (wlo1): state change: disconnected -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Aug 01 23:03:42 thislaptopisdenneds NetworkManager[537]: <info>  [1785600222.8768] device (wlo1): set-hw-addr: reset MAC address to 14:13:33:A9:6F:0B (unmanage)
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: Reached target Sleep.
Aug 01 23:03:43 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: Starting System Suspend...
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: user.slice: Unit now frozen.
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: session-1.scope: Unit now frozen-by-parent.
Aug 01 23:03:43 thislaptopisdenneds systemd-sleep[707]: Successfully froze unit 'user.slice'.
Aug 01 23:03:43 thislaptopisdenneds systemd[1]: user@1000.service: Unit now frozen-by-parent.
Aug 01 23:03:43 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Aug 01 23:03:43 thislaptopisdenneds wpa_supplicant[584]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Aug 01 23:03:43 thislaptopisdenneds systemd-sleep[707]: Performing sleep operation 'suspend'...
Aug 01 23:03:43 thislaptopisdenneds kernel: PM: suspend entry (s2idle)
Aug 01 23:03:43 thislaptopisdenneds kernel: Filesystems sync: 0.006 seconds
Aug 01 23:03:44 thislaptopisdenneds kernel: Freezing user space processes
Aug 01 23:03:44 thislaptopisdenneds kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Aug 01 23:03:44 thislaptopisdenneds kernel: OOM killer disabled.
Aug 01 23:03:44 thislaptopisdenneds kernel: Freezing remaining freezable tasks
Aug 01 23:03:44 thislaptopisdenneds kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Aug 01 23:03:44 thislaptopisdenneds kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Aug 01 23:03:44 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: pci_pm_suspend(): hcd_pci_suspend returns -16
Aug 01 23:03:44 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: dpm_run_callback(): pci_pm_suspend returns -16
Aug 01 23:03:44 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: failed to suspend async: error -16
Aug 01 23:03:44 thislaptopisdenneds kernel: PM: Some devices failed to suspend, or early wake event detected
Aug 01 23:03:44 thislaptopisdenneds kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 01 23:03:44 thislaptopisdenneds kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
Aug 01 23:03:44 thislaptopisdenneds kernel: ata2: SATA link down (SStatus 4 SControl 300)
Aug 01 23:03:44 thislaptopisdenneds kernel: usb 1-2: reset low-speed USB device number 2 using xhci_hcd
Aug 01 23:03:44 thislaptopisdenneds kernel: OOM killer enabled.
Aug 01 23:03:44 thislaptopisdenneds kernel: Restarting tasks: Starting
Aug 01 23:03:44 thislaptopisdenneds kernel: Restarting tasks: Done
Aug 01 23:03:44 thislaptopisdenneds kernel: efivarfs: resyncing variable state
Aug 01 23:03:44 thislaptopisdenneds kernel: efivarfs: finished resyncing variable state
Aug 01 23:03:44 thislaptopisdenneds kernel: random: crng reseeded on system resumption
Aug 01 23:03:44 thislaptopisdenneds bluetoothd[538]: Controller resume with wake event 0x0
Aug 01 23:03:44 thislaptopisdenneds kernel: PM: suspend exit
Aug 01 23:03:44 thislaptopisdenneds kernel: PM: suspend entry (s2idle)
Aug 01 23:03:44 thislaptopisdenneds kernel: Filesystems sync: 0.016 seconds
Aug 01 23:03:46 thislaptopisdenneds kernel: Freezing user space processes
Aug 01 23:03:46 thislaptopisdenneds kernel: Freezing user space processes completed (elapsed 0.000 seconds)
Aug 01 23:03:46 thislaptopisdenneds kernel: OOM killer disabled.
Aug 01 23:03:46 thislaptopisdenneds kernel: Freezing remaining freezable tasks
Aug 01 23:03:46 thislaptopisdenneds kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Aug 01 23:03:46 thislaptopisdenneds kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: pci_pm_suspend(): hcd_pci_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: dpm_run_callback(): pci_pm_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: failed to suspend async: error -16
Aug 01 23:03:46 thislaptopisdenneds kernel: PM: Some devices failed to suspend, or early wake event detected
Aug 01 23:03:46 thislaptopisdenneds kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 01 23:03:46 thislaptopisdenneds kernel: ata2: SATA link down (SStatus 4 SControl 300)
Aug 01 23:03:46 thislaptopisdenneds kernel: usb 1-2: reset low-speed USB device number 2 using xhci_hcd
Aug 01 23:03:46 thislaptopisdenneds kernel: OOM killer enabled.
Aug 01 23:03:46 thislaptopisdenneds kernel: Restarting tasks: Starting
Aug 01 23:03:46 thislaptopisdenneds kernel: Restarting tasks: Done
Aug 01 23:03:46 thislaptopisdenneds kernel: efivarfs: resyncing variable state
Aug 01 23:03:46 thislaptopisdenneds kernel: efivarfs: finished resyncing variable state
Aug 01 23:03:46 thislaptopisdenneds kernel: random: crng reseeded on system resumption
Aug 01 23:03:46 thislaptopisdenneds systemd-sleep[707]: Failed to put system to sleep. System resumed again: Device or resource busy
Aug 01 23:03:46 thislaptopisdenneds bluetoothd[538]: Controller resume with wake event 0x0
Aug 01 23:03:46 thislaptopisdenneds kernel: PM: suspend exit
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: user@1000.service: Unit now thawed.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: session-1.scope: Unit now thawed.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: user-1000.slice: Unit now thawed.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: user.slice: Unit now thawed.
Aug 01 23:03:46 thislaptopisdenneds systemd-sleep[707]: Successfully thawed unit 'user.slice'.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: systemd-suspend.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: systemd-suspend.service: Failed with result 'exit-code'.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: Failed to start System Suspend.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: Dependency failed for Suspend.
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: suspend.target: Job suspend.target/start failed with result 'dependency'.
Aug 01 23:03:46 thislaptopisdenneds systemd-logind[540]: Operation 'suspend' finished.
Aug 01 23:03:46 thislaptopisdenneds NetworkManager[537]: <info>  [1785600226.0764] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Aug 01 23:03:46 thislaptopisdenneds NetworkManager[537]: <info>  [1785600226.0764] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Aug 01 23:03:46 thislaptopisdenneds systemd[1]: Stopped target Sleep.
Aug 01 23:03:46 thislaptopisdenneds NetworkManager[537]: <info>  [1785600226.0772] manager: NetworkManager state is now DISCONNECTED
Aug 01 23:03:46 thislaptopisdenneds wpa_supplicant[584]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Aug 01 23:03:46 thislaptopisdenneds NetworkManager[537]: <info>  [1785600226.0867] device (wlo1): supplicant interface state: internal-starting -> disconnected
Aug 01 23:03:46 thislaptopisdenneds NetworkManager[537]: <info>  [1785600226.0867] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Aug 01 23:03:47 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Aug 01 23:03:47 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5180 max_tx_power=2000 no_ir=1
Aug 01 23:03:47 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5180 max_tx_power=2000
Aug 01 23:03:48 thislaptopisdenneds systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3144] policy: auto-activating connection 'WIFI' (f9d0e6f5-cff8-4159-abe9-2744d3543c3e)
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3149] device (wlo1): Activation: starting connection 'WIFI' (f9d0e6f5-cff8-4159-abe9-2744d3543c3e)
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3150] device (wlo1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3153] manager: NetworkManager state is now CONNECTING
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3154] device (wlo1): state change: prepare -> config (reason 'none', managed-type: 'full')
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3155] device (wlo1): Activation: (wifi) connection 'WIFI' requires no security.  No secrets needed.
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3156] Config: added 'ssid' value 'WIFI'
Aug 01 23:03:50 thislaptopisdenneds wpa_supplicant[584]: wlo1: SME: Trying to authenticate with e6:19:c1:64:05:07 (SSID='WIFI' freq=2437 MHz)
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3156] Config: added 'scan_ssid' value '1'
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3156] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.3156] Config: added 'key_mgmt' value 'NONE'
Aug 01 23:03:50 thislaptopisdenneds kernel: wlo1: authenticate with e6:19:c1:64:05:07 (local address=14:13:33:a9:6f:0b)
Aug 01 23:03:50 thislaptopisdenneds NetworkManager[537]: <info>  [1785600230.8985] device (wlo1): supplicant interface state: disconnected -> authenticating
Aug 01 23:03:50 thislaptopisdenneds kernel: wlo1: send auth to e6:19:c1:64:05:07 (try 1/3)
Aug 01 23:03:51 thislaptopisdenneds kernel: wlo1: send auth to e6:19:c1:64:05:07 (try 2/3)
Aug 01 23:03:51 thislaptopisdenneds wpa_supplicant[584]: wlo1: Trying to associate with e6:19:c1:64:05:07 (SSID='WIFI' freq=2437 MHz)
Aug 01 23:03:51 thislaptopisdenneds kernel: wlo1: authenticated
Aug 01 23:03:51 thislaptopisdenneds kernel: wlo1: associate with e6:19:c1:64:05:07 (try 1/3)
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.0050] device (wlo1): supplicant interface state: authenticating -> associating
Aug 01 23:03:51 thislaptopisdenneds kernel: wlo1: RX AssocResp from e6:19:c1:64:05:07 (capab=0x401 status=0 aid=2)
Aug 01 23:03:51 thislaptopisdenneds kernel: wlo1: associated
Aug 01 23:03:51 thislaptopisdenneds wpa_supplicant[584]: wlo1: Associated with e6:19:c1:64:05:07
Aug 01 23:03:51 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-CONNECTED - Connection to e6:19:c1:64:05:07 completed [id=0 id_str=]
Aug 01 23:03:51 thislaptopisdenneds wpa_supplicant[584]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.0154] device (wlo1): supplicant interface state: associating -> completed
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.0155] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "WIFI"
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.0157] device (wlo1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.0162] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.0248] dhcp4 (wlo1): state changed new lease, address=192.168.43.149, acd pending
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.1848] dhcp4 (wlo1): state changed new lease, address=192.168.43.149
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.1863] policy: set 'WIFI' (wlo1) as default for IPv4 routing and DNS
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.2004] device (wlo1): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Aug 01 23:03:51 thislaptopisdenneds systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 01 23:03:51 thislaptopisdenneds systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.2238] device (wlo1): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.2240] device (wlo1): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.2243] manager: NetworkManager state is now CONNECTED_SITE
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.2247] device (wlo1): Activation: successful, device activated.
Aug 01 23:03:51 thislaptopisdenneds NetworkManager[537]: <info>  [1785600231.6559] manager: NetworkManager state is now CONNECTED_GLOBAL
Aug 01 23:03:53 thislaptopisdenneds NetworkManager[537]: <info>  [1785600233.1495] policy: set 'WIFI' (wlo1) as default for IPv6 routing and DNS
Aug 01 23:03:54 thislaptopisdenneds systemd-timesyncd[411]: Contacted time server [2a00:b700:5::21d]:123 (2.arch.pool.ntp.org).
Aug 01 23:03:54 thislaptopisdenneds systemd-timesyncd[411]: Initial clock synchronization to Sat 2026-08-01 23:03:54.676121 +07.
Aug 01 23:03:58 thislaptopisdenneds sudo[747]:   denned : TTY=tty1 ; PWD=/home/denned ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 01 23:03:58 thislaptopisdenneds sudo[747]: pam_unix(sudo:session): session opened for user root(uid=0) by denned(uid=1000)
Aug 01 23:03:59 thislaptopisdenneds sudo[747]: pam_unix(sudo:session): session closed for user root
Aug 01 23:04:00 thislaptopisdenneds systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 01 23:04:15 thislaptopisdenneds systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 01 23:06:50 thislaptopisdenneds sudo[766]:   denned : TTY=tty1 ; PWD=/home/denned ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 01 23:06:50 thislaptopisdenneds sudo[766]: pam_unix(sudo:session): session opened for user root(uid=0) by denned(uid=1000)

i know its long but cant change/hide the names in paste.c-net.org

Offline

#16 2026-08-02 07:44:03

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

Re: Sleep breaking the system.

Aug 01 23:03:22 thislaptopisdenneds kernel: input: YSPRINGTECH USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:10C4:0005.0001/input/input4
Aug 01 23:03:22 thislaptopisdenneds kernel: hid-generic 0003:10C4:0005.0001: input,hidraw0: USB HID v1.11 Mouse [YSPRINGTECH USB OPTICAL MOUSE] on usb-0000:00:14.0-2/input0
Aug 01 23:03:22 thislaptopisdenneds kernel: input: SINO WEALTH Gaming KB  as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:258A:003A.0002/input/input5
Aug 01 23:03:22 thislaptopisdenneds kernel: hid-generic 0003:258A:003A.0002: input,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-6/input0
Aug 01 23:03:22 thislaptopisdenneds kernel: input: SINO WEALTH Gaming KB  System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:258A:003A.0003/input/input6
Aug 01 23:03:22 thislaptopisdenneds kernel: input: SINO WEALTH Gaming KB  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:258A:003A.0003/input/input7
Aug 01 23:03:22 thislaptopisdenneds kernel: input: SINO WEALTH Gaming KB  Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:258A:003A.0003/input/input8
Aug 01 23:03:22 thislaptopisdenneds kernel: hid-generic 0003:258A:003A.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-6/input1

usb 1-2 is the mouse

Aug 01 23:03:22 thislaptopisdenneds kernel: DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X515EA_F515EA/X515EA, BIOS X515EA.316 03/14/2024

So does this happen w/o the external input devices?

The mouse might judder (constantly flicker between two pixels because the optical sensor cannot decide where it is)

Offline

#17 2026-08-02 09:23:58

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

seth wrote:

So does this happen w/o the external input devices?

The mouse might judder (constantly flicker between two pixels because the optical sensor cannot decide where it is)

Not sure why were chasing that now but idk, i was in full screen terminal mode when i made that journal so couldnt tell you

Offline

#18 2026-08-02 11:25:21

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

Re: Sleep breaking the system.

The system doesn't enter any sleep state because one of the USB hubs doesn't shut down.
Attached to that hub are your keyboard and mouse, so it seems plausible to check whether the periphery is holding up the hub, the hub is the only reason why the sleep fails and the failing sleep what causes your original symptoms.
No?

Offline

#19 2026-08-02 11:38:21

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

I didnt see the mouse jitter no, but ill tell you what happened, When the computer woke up, all i saw was a blinking cursor in a black void, which while i could add characters in, did nothing. It wasnt terminal since i didnt see a login prompt nor my computers name

Offline

#20 2026-08-02 11:43:39

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

Re: Sleep breaking the system.

Forget about the jitter, you'll not *see* that anyway.
The questions you need to answer are
a) when you remove the external input devices, does the xhci error go away and the system go to sleep
b) does that then result in a successful wakeup (on the multi-user.target and later on from KDE)

Offline

#21 2026-08-02 12:27:13

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

i disconnected the keyboard and mouse, and still no waking, didnt get to even add ascii characters this time

Offline

#22 2026-08-02 12:29:02

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

Re: Sleep breaking the system.

Is this stuff still there?

Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: pci_pm_suspend(): hcd_pci_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: dpm_run_callback(): pci_pm_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: failed to suspend async: error -16
Aug 01 23:03:46 thislaptopisdenneds kernel: PM: Some devices failed to suspend, or early wake event detected

Offline

#23 2026-08-02 12:39:09

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

seth wrote:

Is this stuff still there?

Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: pci_pm_suspend(): hcd_pci_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: dpm_run_callback(): pci_pm_suspend returns -16
Aug 01 23:03:46 thislaptopisdenneds kernel: xhci_hcd 0000:00:14.0: PM: failed to suspend async: error -16
Aug 01 23:03:46 thislaptopisdenneds kernel: PM: Some devices failed to suspend, or early wake event detected

I cant really test that, my laptops built-in keyboard is a tad bit broken so thats why i use a usb one instead. So i cant do a journal entry from full screen terminal after systemctl suspend without the keys of zxcvbnm,./ Enter, Backspace, and Space. Why did i say this? For context really

Offline

#24 2026-08-02 13:10:40

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

Re: Sleep breaking the system.

You can try to
a) attach only the keyboard
b) re-attach the keyboard only after the sleep
c) attach (no mouse and) a different keyboard ($5 office supply, no gaming)
d) script the journal query, eg.

systemctl suspend; sleep 60; journalctl -b > ~/journal.txt

Unrelated, but since there's only one USB hub you might also try to deactivate bluetooth and webcam in the UEFI settings.

Offline

#25 2026-08-02 14:38:23

DenneD
Member
Registered: 2026-07-31
Posts: 13

Re: Sleep breaking the system.

seth wrote:

You can try to
a) attach only the keyboard
b) re-attach the keyboard only after the sleep
c) attach (no mouse and) a different keyboard ($5 office supply, no gaming)
d) script the journal query, eg.

systemctl suspend; sleep 60; journalctl -b > ~/journal.txt

Unrelated, but since there's only one USB hub you might also try to deactivate bluetooth and webcam in the UEFI settings.

so i only attached the keyboard and ran

systemctl suspend; sleep 60; journalctl -b > ~/journal.txt

to bad results.
the laptop didnt wake itself up even after i put sleep 1 instead, so had to push the power button. Next thing i was greeted with it was that it "couldnt canonicalize [PATH HERE]; No such file or directory." And then broke my terminal session with

-bash: sed: command not found

-bash: [PATH HERE]: Input/output error

Also yes i did disable bluetooth and the camera, still the same thing

Last edited by DenneD (2026-08-02 14:38:50)

Offline

Board footer

Powered by FluxBB