You are not logged in.

#1 2025-08-16 18:10:52

brian001
Member
Registered: 2021-01-04
Posts: 30

[solved] linux-6.16 breaks waking usb from suspend

With linux-6.16 my usb doesn't wake after suspend. It works fine downgrading to 6.15.9.

I'm on a touchscreen tablet so i wake from suspend by pressing the power button and then being faced with the swaylock screen I press the up vol to send an enter and then touch the fingerprint sensor to authenticate thru pam/polkit. This has been working fine up til now.

Since 6.16 I can not use the fingerprint reader or even a usb keyboard to unlock swaylock.

I get these new messages:

Aug 16 12:51:05 talc kernel: xhci_hcd 0000:00:14.0: xHCI host controller not responding, assume dead
Aug 16 12:51:05 talc kernel: xhci_hcd 0000:00:14.0: HC died; cleaning up
Aug 16 12:51:05 talc kernel: usb 1-5: PM: dpm_run_callback(): usb_dev_resume returns -5
Aug 16 12:51:05 talc kernel: usb 1-8: PM: dpm_run_callback(): usb_dev_resume returns -22
Aug 16 12:51:05 talc kernel: usb 1-5: PM: failed to resume async: error -5
Aug 16 12:51:05 talc kernel: usb 1-8: PM: failed to resume async: error -22

I tried this with no improvement:

usbcore.autosuspend=-1

Any ideas on how to address this?

Last edited by brian001 (2025-08-29 16:18:47)

Offline

#2 2025-08-16 20:15:15

coder2195
Member
Registered: 2025-08-16
Posts: 7

Re: [solved] linux-6.16 breaks waking usb from suspend

I can also reproduce the issue on my G15 gaming laptop. For me, waking from suspend just retains a black screen, and I need to power down and reboot if I actually want to do anything.

Initially I thought this was a nvidia wake issue but enabling or disabling the services had no affect. After downgrading my linux kernel to 6.15.9, suspend magically returns

I highly suspect this is a kernel regression. As for the meantime, I think it is best to downgrade until this regression is patched.

Offline

#3 2025-08-16 20:32:04

mmy8x
Member
Registered: 2025-03-02
Posts: 66

Re: [solved] linux-6.16 breaks waking usb from suspend

brian001 wrote:

Since 6.16 I can not use the fingerprint reader or even a usb keyboard to unlock swaylock.

I get these new messages:

Aug 16 12:51:05 talc kernel: xhci_hcd 0000:00:14.0: xHCI host controller not responding, assume dead
Aug 16 12:51:05 talc kernel: xhci_hcd 0000:00:14.0: HC died; cleaning up
Aug 16 12:51:05 talc kernel: usb 1-5: PM: dpm_run_callback(): usb_dev_resume returns -5
Aug 16 12:51:05 talc kernel: usb 1-8: PM: dpm_run_callback(): usb_dev_resume returns -22
Aug 16 12:51:05 talc kernel: usb 1-5: PM: failed to resume async: error -5
Aug 16 12:51:05 talc kernel: usb 1-8: PM: failed to resume async: error -22

"New" as in "they aren't there with 6.15 kernel"? That's a kernel bug, some changes to USB or xHCI drivers must have broken things. If you ever see this message, your USB controller stopped working and all devices behind it are inaccessible. So it makes sense you can't log in.

Can you post full log from fresh boot, suspend, up to this failure? Preferably with microsecond timestamps.
Can you compile and test patched kernels?


coder2195 wrote:

I can also reproduce the issue on my G15 gaming laptop. For me, waking from suspend just retains a black screen, and I need to power down and reboot if I actually want to do anything.

Do you see the same messages in journal or dmesg over ssh?

Offline

#4 2025-08-16 20:47:42

valentin
Member
Registered: 2012-08-14
Posts: 3

Re: [solved] linux-6.16 breaks waking usb from suspend

I have the same problem here (HP 250 G7 laptop), reverting to LTS kernel fixes the issue. Same messages in journal. 6.16.1 and zen kernels also present same behavior.

Offline

#5 2025-08-16 22:24:37

coder2195
Member
Registered: 2025-08-16
Posts: 7

Re: [solved] linux-6.16 breaks waking usb from suspend

I also simply just reverted to LTS while it gets fixed. Fallback kernel really helps here

Offline

#6 2025-08-16 22:41:43

loqs
Member
Registered: 2014-03-06
Posts: 18,621

Re: [solved] linux-6.16 breaks waking usb from suspend

Is the issue present in the latest upstream kernel?

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-6.17rc1-1-x86_64.pkg.tar.zst

If so is there an upstream bug report?

Offline

#7 2025-08-17 00:28:47

brian001
Member
Registered: 2021-01-04
Posts: 30

Re: [solved] linux-6.16 breaks waking usb from suspend

loqs wrote:

Is the issue present in the latest upstream kernel?

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-6.17rc1-1-x86_64.pkg.tar.zst

If so is there an upstream bug report?

Edit: I was mistaken about effectively trying this. Will report back.

Last edited by brian001 (2025-08-17 01:16:29)

Offline

#8 2025-08-17 01:25:30

brian001
Member
Registered: 2021-01-04
Posts: 30

Re: [solved] linux-6.16 breaks waking usb from suspend

I fixed my mistake and correctly tried the 6.17rc1-mainline kernel this time and the same error is still present.

Offline

#9 2025-08-17 01:50:12

brian001
Member
Registered: 2021-01-04
Posts: 30

Re: [solved] linux-6.16 breaks waking usb from suspend

I don't see a bug report for 6.16.

There was a commit earlier this year.

https://github.com/torvalds/linux/commi … b3f9e57e3b

My log.

Aug 16 12:07:31 talc kernel: Linux version 6.16.0-arch2-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Wed, 13 Aug 2025 23:38:48 +0000
Aug 16 12:07:31 talc kernel: Command line: panic=0 audit=0 fbcon=rotate:3 rw cryptdevice=UUID=6218805b-a526-4b8b-82da-d55407aff207:arch root=/dev/mapper/arch rootflags=subvol=/@
Aug 16 12:07:31 talc kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Aug 16 12:07:31 talc kernel: BIOS-provided physical RAM map:
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000070a5efff] usable
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000070a5f000-0x0000000074ccefff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000074ccf000-0x0000000075abefff] ACPI NVS
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000075abf000-0x0000000075bfefff] ACPI data
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000075bff000-0x0000000075bfffff] usable
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000075c00000-0x000000007f3fffff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x00000000ff500000-0x00000000ffffffff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000180bfffff] usable
Aug 16 12:07:31 talc kernel: NX (Execute Disable) protection: active
Aug 16 12:07:31 talc kernel: APIC: Static calls initialized
Aug 16 12:07:31 talc kernel: efi: EFI v2.7 by INSYDE Corp.
Aug 16 12:07:31 talc kernel: efi: ACPI=0x75bfe000 ACPI 2.0=0x75bfe014 TPMFinalLog=0x75a76000 ESRT=0x723b7d18 SMBIOS=0x72193000 MEMATTR=0x5ff72018 RNG=0x75bccf18 INITRD=0x5f6b2e98 TPMEventLog=0x75b7b018 
Aug 16 12:07:31 talc kernel: random: crng init done
Aug 16 12:07:31 talc kernel: efi: Not removing mem69: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map
Aug 16 12:07:31 talc kernel: efi: Remove mem71: MMIO range=[0xff500000-0xffffffff] (11MB) from e820 map
Aug 16 12:07:31 talc kernel: e820: remove [mem 0xff500000-0xffffffff] reserved
Aug 16 12:07:31 talc kernel: SMBIOS 3.3 present.
Aug 16 12:07:31 talc kernel: DMI: HP HP Tablet 11m-be0xxx/8966, BIOS F.12 03/09/2023
Aug 16 12:07:31 talc kernel: DMI: Memory slots populated: 1/1
Aug 16 12:07:31 talc kernel: tsc: Detected 1100.000 MHz processor
Aug 16 12:07:31 talc kernel: tsc: Detected 1113.600 MHz TSC
Aug 16 12:07:31 talc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 16 12:07:31 talc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 16 12:07:31 talc kernel: last_pfn = 0x180c00 max_arch_pfn = 0x400000000
Aug 16 12:07:31 talc kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Aug 16 12:07:31 talc kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 16 12:07:31 talc kernel: last_pfn = 0x75c00 max_arch_pfn = 0x400000000
Aug 16 12:07:31 talc kernel: esrt: Reserving ESRT space from 0x00000000723b7d18 to 0x00000000723b7d50.
Aug 16 12:07:31 talc kernel: Secure boot disabled
Aug 16 12:07:31 talc kernel: RAMDISK: [mem 0x5101d000-0x57b96fff]
Aug 16 12:07:31 talc kernel: ACPI: Early table checksum verification disabled
Aug 16 12:07:31 talc kernel: ACPI: RSDP 0x0000000075BFE014 000024 (v02 HPQOEM)
Aug 16 12:07:31 talc kernel: ACPI: XSDT 0x0000000075BD5188 000144 (v01 HPQOEM SLIC-MPC 00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: FACP 0x0000000075BD1000 000114 (v06 HPQOEM SLIC-MPC 00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: DSDT 0x0000000075B85000 046A42 (v02 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: FACS 0x0000000075A52000 000040
Aug 16 12:07:31 talc kernel: ACPI: UEFI 0x0000000075ABE000 000236 (v01 HPQOEM 8966     00000001 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF9000 00366B (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF8000 000101 (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF6000 001CA4 (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF2000 003291 (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF1000 000149 (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BEE000 0025ED (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BED000 000812 (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BEC000 00077B (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: TPM2 0x0000000075BEB000 00004C (v04 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BEA000 00017D (v01 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BE1000 00887C (v01 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: MSDM 0x0000000075BE0000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BDD000 002F31 (v02 HPQOEM 8966     00000000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: NHLT 0x0000000075BDB000 001B84 (v00 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BD9000 00118F (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: LPIT 0x0000000075BD8000 000094 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: WSMT 0x0000000075BD7000 000028 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BD6000 000B70 (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BFD000 000122 (v02 HPQOEM 8966     00000000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: DBGP 0x0000000075BD4000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: DBG2 0x0000000075BD3000 000054 (v00 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: ECDT 0x0000000075BD2000 000069 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: HPET 0x0000000075BD0000 000038 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: APIC 0x0000000075BCF000 00012C (v04 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: MCFG 0x0000000075BCE000 00003C (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: PRAM 0x0000000075BCD000 000030 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B84000 000152 (v01 HPQOEM 8966     00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B83000 000F8A (v02 HPQOEM 8966     00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B82000 000D55 (v02 HPQOEM 8966     00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B81000 00070C (v01 HPQOEM 8966     00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: DMAR 0x0000000075B80000 0000A0 (v02 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B7F000 0000F8 (v01 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: FPDT 0x0000000075B7E000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: BGRT 0x0000000075B7D000 000038 (v01 HPQOEM 8966     00000001 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: Reserving FACP table memory at [mem 0x75bd1000-0x75bd1113]
Aug 16 12:07:31 talc kernel: ACPI: Reserving DSDT table memory at [mem 0x75b85000-0x75bcba41]
Aug 16 12:07:31 talc kernel: ACPI: Reserving FACS table memory at [mem 0x75a52000-0x75a5203f]
Aug 16 12:07:31 talc kernel: ACPI: Reserving UEFI table memory at [mem 0x75abe000-0x75abe235]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf9000-0x75bfc66a]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf8000-0x75bf8100]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf6000-0x75bf7ca3]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf2000-0x75bf5290]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf1000-0x75bf1148]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bee000-0x75bf05ec]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bed000-0x75bed811]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bec000-0x75bec77a]
Aug 16 12:07:31 talc kernel: ACPI: Reserving TPM2 table memory at [mem 0x75beb000-0x75beb04b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bea000-0x75bea17c]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75be1000-0x75be987b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving MSDM table memory at [mem 0x75be0000-0x75be0054]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bdd000-0x75bdff30]
Aug 16 12:07:31 talc kernel: ACPI: Reserving NHLT table memory at [mem 0x75bdb000-0x75bdcb83]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bd9000-0x75bda18e]
Aug 16 12:07:31 talc kernel: ACPI: Reserving LPIT table memory at [mem 0x75bd8000-0x75bd8093]
Aug 16 12:07:31 talc kernel: ACPI: Reserving WSMT table memory at [mem 0x75bd7000-0x75bd7027]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bd6000-0x75bd6b6f]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bfd000-0x75bfd121]
Aug 16 12:07:31 talc kernel: ACPI: Reserving DBGP table memory at [mem 0x75bd4000-0x75bd4033]
Aug 16 12:07:31 talc kernel: ACPI: Reserving DBG2 table memory at [mem 0x75bd3000-0x75bd3053]
Aug 16 12:07:31 talc kernel: ACPI: Reserving ECDT table memory at [mem 0x75bd2000-0x75bd2068]
Aug 16 12:07:31 talc kernel: ACPI: Reserving HPET table memory at [mem 0x75bd0000-0x75bd0037]
Aug 16 12:07:31 talc kernel: ACPI: Reserving APIC table memory at [mem 0x75bcf000-0x75bcf12b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving MCFG table memory at [mem 0x75bce000-0x75bce03b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving PRAM table memory at [mem 0x75bcd000-0x75bcd02f]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b84000-0x75b84151]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b83000-0x75b83f89]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b82000-0x75b82d54]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b81000-0x75b8170b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving DMAR table memory at [mem 0x75b80000-0x75b8009f]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b7f000-0x75b7f0f7]
Aug 16 12:07:31 talc kernel: ACPI: Reserving FPDT table memory at [mem 0x75b7e000-0x75b7e043]
Aug 16 12:07:31 talc kernel: ACPI: Reserving BGRT table memory at [mem 0x75b7d000-0x75b7d037]
Aug 16 12:07:31 talc kernel: No NUMA configuration found
Aug 16 12:07:31 talc kernel: Faking a node at [mem 0x0000000000000000-0x0000000180bfffff]
Aug 16 12:07:31 talc kernel: NODE_DATA(0) allocated [mem 0x180bd4280-0x180bfefff]
Aug 16 12:07:31 talc kernel: Zone ranges:
Aug 16 12:07:31 talc kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 16 12:07:31 talc kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 16 12:07:31 talc kernel:   Normal   [mem 0x0000000100000000-0x0000000180bfffff]
Aug 16 12:07:31 talc kernel:   Device   empty
Aug 16 12:07:31 talc kernel: Movable zone start for each node
Aug 16 12:07:31 talc kernel: Early memory node ranges
Aug 16 12:07:31 talc kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Aug 16 12:07:31 talc kernel:   node   0: [mem 0x0000000000100000-0x0000000070a5efff]
Aug 16 12:07:31 talc kernel:   node   0: [mem 0x0000000075bff000-0x0000000075bfffff]
Aug 16 12:07:31 talc kernel:   node   0: [mem 0x0000000100000000-0x0000000180bfffff]
Aug 16 12:07:31 talc kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000180bfffff]
Aug 16 12:07:31 talc kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: On node 0, zone DMA32: 20896 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: On node 0, zone Normal: 9216 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: On node 0, zone Normal: 29696 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: Reserving Intel graphics memory at [mem 0x7b800000-0x7f3fffff]
Aug 16 12:07:31 talc kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Aug 16 12:07:31 talc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 16 12:07:31 talc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 16 12:07:31 talc kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 16 12:07:31 talc kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 16 12:07:31 talc kernel: e820: update [mem 0x5f794000-0x5f7dffff] usable ==> reserved
Aug 16 12:07:31 talc kernel: TSC deadline timer available
Aug 16 12:07:31 talc kernel: CPU topo: Max. logical packages:   1
Aug 16 12:07:31 talc kernel: CPU topo: Max. logical dies:       1
Aug 16 12:07:31 talc kernel: CPU topo: Max. dies per package:   1
Aug 16 12:07:31 talc kernel: CPU topo: Max. threads per core:   1
Aug 16 12:07:31 talc kernel: CPU topo: Num. cores per package:     4
Aug 16 12:07:31 talc kernel: CPU topo: Num. threads per package:   4
Aug 16 12:07:31 talc kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x5f794000-0x5f7dffff]
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x70a5f000-0x75bfefff]
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x75c00000-0xffffffff]
Aug 16 12:07:31 talc kernel: [mem 0x7f400000-0xfe00ffff] available for PCI devices
Aug 16 12:07:31 talc kernel: Booting paravirtualized kernel on bare hardware
Aug 16 12:07:31 talc kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Aug 16 12:07:31 talc kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Aug 16 12:07:31 talc kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u524288
Aug 16 12:07:31 talc kernel: pcpu-alloc: s217088 r8192 d28672 u524288 alloc=1*2097152
Aug 16 12:07:31 talc kernel: pcpu-alloc: [0] 0 1 2 3 
Aug 16 12:07:31 talc kernel: Kernel command line: panic=0 audit=0 fbcon=rotate:3 rw cryptdevice=UUID=6218805b-a526-4b8b-82da-d55407aff207:arch root=/dev/mapper/arch rootflags=subvol=/@
Aug 16 12:07:31 talc kernel: audit: disabled (until reboot)
Aug 16 12:07:31 talc kernel: Unknown kernel command line parameters "cryptdevice=UUID=6218805b-a526-4b8b-82da-d55407aff207:arch", will be passed to user space.
Aug 16 12:07:31 talc kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Aug 16 12:07:31 talc kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Aug 16 12:07:31 talc kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 16 12:07:31 talc kernel: software IO TLB: area num 4.
Aug 16 12:07:31 talc kernel: Fallback order for Node 0: 0 
Aug 16 12:07:31 talc kernel: Built 1 zonelists, mobility grouping on.  Total pages: 988670
Aug 16 12:07:31 talc kernel: Policy zone: Normal
Aug 16 12:07:31 talc kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 16 12:07:31 talc kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 16 12:07:31 talc kernel: ftrace: allocating 56034 entries in 220 pages
Aug 16 12:07:31 talc kernel: ftrace: allocated 220 pages with 5 groups
Aug 16 12:07:31 talc kernel: Dynamic Preempt: full
Aug 16 12:07:31 talc kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 16 12:07:31 talc kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Aug 16 12:07:31 talc kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 16 12:07:31 talc kernel:         Trampoline variant of Tasks RCU enabled.
Aug 16 12:07:31 talc kernel:         Rude variant of Tasks RCU enabled.
Aug 16 12:07:31 talc kernel:         Tracing variant of Tasks RCU enabled.
Aug 16 12:07:31 talc kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Aug 16 12:07:31 talc kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Aug 16 12:07:31 talc kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Aug 16 12:07:31 talc kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Aug 16 12:07:31 talc kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Aug 16 12:07:31 talc kernel: NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
Aug 16 12:07:31 talc kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 16 12:07:31 talc kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 16 12:07:31 talc kernel: Console: colour dummy device 80x25
Aug 16 12:07:31 talc kernel: printk: legacy console [tty0] enabled
Aug 16 12:07:31 talc kernel: ACPI: Core revision 20250404
Aug 16 12:07:31 talc kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 16 12:07:31 talc kernel: APIC: Switch to symmetric I/O mode setup
Aug 16 12:07:31 talc kernel: DMAR: Host address width 39
Aug 16 12:07:31 talc kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 16 12:07:31 talc kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
Aug 16 12:07:31 talc kernel: DMAR: DRHD base: 0x000000fed92000 flags: 0x0
Aug 16 12:07:31 talc kernel: DMAR: dmar1: reg_base_addr fed92000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 16 12:07:31 talc kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 16 12:07:31 talc kernel: DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 16 12:07:31 talc kernel: DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f3fffff
Aug 16 12:07:31 talc kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
Aug 16 12:07:31 talc kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 16 12:07:31 talc kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 16 12:07:31 talc kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Aug 16 12:07:31 talc kernel: x2apic enabled
Aug 16 12:07:31 talc kernel: APIC: Switched APIC routing to: cluster x2apic
Aug 16 12:07:31 talc kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x100d48ce7a0, max_idle_ns: 440795212195 ns
Aug 16 12:07:31 talc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2227.20 BogoMIPS (lpj=1113600)
Aug 16 12:07:31 talc kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 16 12:07:31 talc kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 16 12:07:31 talc kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Aug 16 12:07:31 talc kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Aug 16 12:07:31 talc kernel: process: using mwait in idle threads
Aug 16 12:07:31 talc kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 16 12:07:31 talc kernel: SRBDS: Vulnerable: No microcode
Aug 16 12:07:31 talc kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Aug 16 12:07:31 talc kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Aug 16 12:07:31 talc kernel: Register File Data Sampling: Mitigation: Clear Register File
Aug 16 12:07:31 talc kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 16 12:07:31 talc kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 16 12:07:31 talc kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Aug 16 12:07:31 talc kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 16 12:07:31 talc kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 16 12:07:31 talc kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'compacted' format.
Aug 16 12:07:31 talc kernel: Freeing SMP alternatives memory: 56K
Aug 16 12:07:31 talc kernel: pid_max: default: 32768 minimum: 301
Aug 16 12:07:31 talc kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Aug 16 12:07:31 talc kernel: landlock: Up and running.
Aug 16 12:07:31 talc kernel: Yama: becoming mindful.
Aug 16 12:07:31 talc kernel: LSM support for eBPF active
Aug 16 12:07:31 talc kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Aug 16 12:07:31 talc kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Aug 16 12:07:31 talc kernel: smpboot: CPU0: Intel(R) Pentium(R) Silver N6000 @ 1.10GHz (family: 0x6, model: 0x9c, stepping: 0x0)
Aug 16 12:07:31 talc kernel: Performance Events: PEBS fmt4+-baseline, PEBS-via-PT,  AnyThread deprecated, Tremont events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 16 12:07:31 talc kernel: ... version:                5
Aug 16 12:07:31 talc kernel: ... bit width:              48
Aug 16 12:07:31 talc kernel: ... generic registers:      4
Aug 16 12:07:31 talc kernel: ... value mask:             0000ffffffffffff
Aug 16 12:07:31 talc kernel: ... max period:             00007fffffffffff
Aug 16 12:07:31 talc kernel: ... fixed-purpose events:   3
Aug 16 12:07:31 talc kernel: ... event mask:             000000070000000f
Aug 16 12:07:31 talc kernel: signal: max sigframe size: 1520
Aug 16 12:07:31 talc kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2885
Aug 16 12:07:31 talc kernel: rcu: Hierarchical SRCU implementation.
Aug 16 12:07:31 talc kernel: rcu:         Max phase no-delay instances is 400.
Aug 16 12:07:31 talc kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Aug 16 12:07:31 talc kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 16 12:07:31 talc kernel: smp: Bringing up secondary CPUs ...
Aug 16 12:07:31 talc kernel: smpboot: x86: Booting SMP configuration:
Aug 16 12:07:31 talc kernel: .... node  #0, CPUs:      #1 #2 #3
Aug 16 12:07:31 talc kernel: smp: Brought up 1 node, 4 CPUs
Aug 16 12:07:31 talc kernel: smpboot: Total of 4 processors activated (8908.80 BogoMIPS)
Aug 16 12:07:31 talc kernel: Memory: 3630572K/3954680K available (19844K kernel code, 2943K rwdata, 16656K rodata, 4664K init, 4952K bss, 309928K reserved, 0K cma-reserved)
Aug 16 12:07:31 talc kernel: devtmpfs: initialized
Aug 16 12:07:31 talc kernel: x86/mm: Memory block size: 128MB
Aug 16 12:07:31 talc kernel: ACPI: PM: Registering ACPI NVS region [mem 0x74ccf000-0x75abefff] (14614528 bytes)
Aug 16 12:07:31 talc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Aug 16 12:07:31 talc kernel: posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
Aug 16 12:07:31 talc kernel: futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
Aug 16 12:07:31 talc kernel: pinctrl core: initialized pinctrl subsystem
Aug 16 12:07:31 talc kernel: PM: RTC time: 16:03:43, date: 2025-08-16
Aug 16 12:07:31 talc kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 16 12:07:31 talc kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Aug 16 12:07:31 talc kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 16 12:07:31 talc kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 16 12:07:31 talc kernel: cpuidle: using governor ladder
Aug 16 12:07:31 talc kernel: cpuidle: using governor menu
Aug 16 12:07:31 talc kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Aug 16 12:07:31 talc kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 16 12:07:31 talc kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
Aug 16 12:07:31 talc kernel: PCI: Using configuration type 1 for base access
Aug 16 12:07:31 talc kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 16 12:07:31 talc kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
Aug 16 12:07:31 talc kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 16 12:07:31 talc kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 16 12:07:31 talc kernel: raid6: skipped pq benchmark and selected sse2x4
Aug 16 12:07:31 talc kernel: raid6: using ssse3x2 recovery algorithm
Aug 16 12:07:31 talc kernel: ACPI: Added _OSI(Module Device)
Aug 16 12:07:31 talc kernel: ACPI: Added _OSI(Processor Device)
Aug 16 12:07:31 talc kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: fbcon: Taking over console
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI: 20 ACPI AML tables successfully acquired and loaded
Aug 16 12:07:31 talc kernel: ACPI: EC: EC started
Aug 16 12:07:31 talc kernel: ACPI: EC: interrupt blocked
Aug 16 12:07:31 talc kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 16 12:07:31 talc kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941807800 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941804400 000227 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E894111D600 0001B3 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E894111D800 00013A (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941059000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941847000 00048A (v02 PmRef  ApHwp    00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941846800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941845000 00048A (v02 PmRef  ApCst    00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Interpreter enabled
Aug 16 12:07:31 talc kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 16 12:07:31 talc kernel: ACPI: Using IOAPIC for interrupt routing
Aug 16 12:07:31 talc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 16 12:07:31 talc kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 16 12:07:31 talc kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS08.BTPR: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.I2C1.RCPR: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.I2C1.RCPQ: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.I2C5.TPL1.PXP_: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN00: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN01: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN02: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN03: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN04: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \PIN_: New power resource
Aug 16 12:07:31 talc kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Aug 16 12:07:31 talc kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 16 12:07:31 talc kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Aug 16 12:07:31 talc kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Aug 16 12:07:31 talc kernel: PCI host bridge to bus 0000:00
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [mem 0x7f400000-0xbfffffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 16 12:07:31 talc kernel: pci 0000:00:00.0: [8086:4e26] type 00 class 0x060000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: [8086:4e71] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: BAR 0 [mem 0x6001000000-0x6001ffffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x4007ffffff 64bit pref]
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 16 12:07:31 talc kernel: pci 0000:00:04.0: [8086:4e03] type 00 class 0x118000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:04.0: BAR 0 [mem 0x6002100000-0x600210ffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:05.0: [8086:4e19] type 00 class 0x048000 PCIe Root Complex Integrated Endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:05.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:05.0: enabling Extended Tags
Aug 16 12:07:31 talc kernel: pci 0000:00:14.0: [8086:4ded] type 00 class 0x0c0330 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:14.0: BAR 0 [mem 0x7f500000-0x7f50ffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 16 12:07:31 talc kernel: pci 0000:00:14.2: [8086:4def] type 00 class 0x050000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:14.2: BAR 0 [mem 0x6002118000-0x6002119fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:14.2: BAR 2 [mem 0x6002121000-0x6002121fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:14.3: [8086:4df0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:14.3: BAR 0 [mem 0x6002114000-0x6002117fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Aug 16 12:07:31 talc kernel: pci 0000:00:15.0: [8086:4de8] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:15.1: [8086:4de9] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:15.2: [8086:4dea] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:15.2: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:16.0: [8086:4de0] type 00 class 0x078000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:16.0: BAR 0 [mem 0x600211d000-0x600211dfff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 16 12:07:31 talc kernel: pci 0000:00:19.0: [8086:4dc5] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:19.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:19.1: [8086:4dc6] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:19.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: [8086:4dbc] type 01 class 0x060400 PCIe Root Port
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0:   bridge window [mem 0x7f400000-0x7f4fffff]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.0: [8086:4d87] type 00 class 0x060100 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.3: [8086:4dc8] type 00 class 0x040100 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6002110000-0x6002113fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6002000000-0x60020fffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.4: [8086:4da3] type 00 class 0x0c0500 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.4: BAR 0 [mem 0x600211a000-0x600211a0ff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.4: BAR 4 [io  0x3040-0x305f]
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.5: [8086:4da4] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Aug 16 12:07:31 talc kernel: pci 0000:01:00.0: [15b7:5004] type 00 class 0x010802 PCIe Endpoint
Aug 16 12:07:31 talc kernel: pci 0000:01:00.0: BAR 0 [mem 0x7f400000-0x7f403fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 16 12:07:31 talc kernel: Low-power S0 idle used by default for system suspend
Aug 16 12:07:31 talc kernel: ACPI: EC: interrupt unblocked
Aug 16 12:07:31 talc kernel: ACPI: EC: event unblocked
Aug 16 12:07:31 talc kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 16 12:07:31 talc kernel: ACPI: EC: GPE=0x6e
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot ECDT EC initialization complete
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Aug 16 12:07:31 talc kernel: iommu: Default domain type: Translated
Aug 16 12:07:31 talc kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 16 12:07:31 talc kernel: SCSI subsystem initialized
Aug 16 12:07:31 talc kernel: libata version 3.00 loaded.
Aug 16 12:07:31 talc kernel: ACPI: bus type USB registered
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver usbfs
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver hub
Aug 16 12:07:31 talc kernel: usbcore: registered new device driver usb
Aug 16 12:07:31 talc kernel: EDAC MC: Ver: 3.0.0
Aug 16 12:07:31 talc kernel: efivars: Registered efivars operations
Aug 16 12:07:31 talc kernel: NetLabel: Initializing
Aug 16 12:07:31 talc kernel: NetLabel:  domain hash size = 128
Aug 16 12:07:31 talc kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 16 12:07:31 talc kernel: NetLabel:  unlabeled traffic allowed by default
Aug 16 12:07:31 talc kernel: mctp: management component transport protocol core
Aug 16 12:07:31 talc kernel: NET: Registered PF_MCTP protocol family
Aug 16 12:07:31 talc kernel: PCI: Using ACPI for IRQ routing
Aug 16 12:07:31 talc kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x5f794000-0x5fffffff]
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x70a5f000-0x73ffffff]
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x75c00000-0x77ffffff]
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x180c00000-0x183ffffff]
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 16 12:07:31 talc kernel: vgaarb: loaded
Aug 16 12:07:31 talc kernel: Monitor-Mwait will be used to enter C-1 state
Aug 16 12:07:31 talc kernel: Monitor-Mwait will be used to enter C-2 state
Aug 16 12:07:31 talc kernel: Monitor-Mwait will be used to enter C-3 state
Aug 16 12:07:31 talc kernel: clocksource: Switched to clocksource tsc-early
Aug 16 12:07:31 talc kernel: VFS: Disk quotas dquot_6.6.0
Aug 16 12:07:31 talc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 16 12:07:31 talc kernel: pnp: PnP ACPI init
Aug 16 12:07:31 talc kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Aug 16 12:07:31 talc kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfea80000-0xfeafffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfeda0000-0xfeda0fff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfeda1000-0xfeda1fff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xc0000000-0xcfffffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfed20000-0xfed7ffff] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfed45000-0xfed8ffff] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [io  0x1800-0x18fe] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe04c000-0xfe04ffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe050000-0xfe0affff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe200000-0xfe7fffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfd000000-0xfd68ffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfd6f0000-0xfdffffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:04: [io  0x2000-0x20fe] has been reserved
Aug 16 12:07:31 talc kernel: pnp: PnP ACPI: found 6 devices
Aug 16 12:07:31 talc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 16 12:07:31 talc kernel: NET: Registered PF_INET protocol family
Aug 16 12:07:31 talc kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 16 12:07:31 talc kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Aug 16 12:07:31 talc kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 16 12:07:31 talc kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 16 12:07:31 talc kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Aug 16 12:07:31 talc kernel: TCP: Hash tables configured (established 32768 bind 32768)
Aug 16 12:07:31 talc kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Aug 16 12:07:31 talc kernel: UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 16 12:07:31 talc kernel: UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 16 12:07:31 talc kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 16 12:07:31 talc kernel: NET: Registered PF_XDP protocol family
Aug 16 12:07:31 talc kernel: pci 0000:00:15.0: BAR 0 [mem 0x4008000000-0x4008000fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:15.1: BAR 0 [mem 0x4008001000-0x4008001fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:15.2: BAR 0 [mem 0x4008002000-0x4008002fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:19.0: BAR 0 [mem 0x4008003000-0x4008003fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:19.1: BAR 0 [mem 0x4008004000-0x4008004fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.5: BAR 0 [mem 0x7f510000-0x7f510fff]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0:   bridge window [mem 0x7f400000-0x7f4fffff]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 7 [mem 0x7f400000-0xbfffffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:01: resource 1 [mem 0x7f400000-0x7f4fffff]
Aug 16 12:07:31 talc kernel: PCI: CLS 64 bytes, default 64
Aug 16 12:07:31 talc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 16 12:07:31 talc kernel: software IO TLB: mapped [mem 0x000000006c197000-0x0000000070197000] (64MB)
Aug 16 12:07:31 talc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x100d48ce7a0, max_idle_ns: 440795212195 ns
Aug 16 12:07:31 talc kernel: clocksource: Switched to clocksource tsc
Aug 16 12:07:31 talc kernel: Trying to unpack rootfs image as initramfs...
Aug 16 12:07:31 talc kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Aug 16 12:07:31 talc kernel: Initialise system trusted keyrings
Aug 16 12:07:31 talc kernel: Key type blacklist registered
Aug 16 12:07:31 talc kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0
Aug 16 12:07:31 talc kernel: fuse: init (API version 7.44)
Aug 16 12:07:31 talc kernel: integrity: Platform Keyring initialized
Aug 16 12:07:31 talc kernel: integrity: Machine keyring initialized
Aug 16 12:07:31 talc kernel: xor: measuring software checksum speed
Aug 16 12:07:31 talc kernel:    prefetch64-sse  : 12389 MB/sec
Aug 16 12:07:31 talc kernel:    generic_sse     : 11491 MB/sec
Aug 16 12:07:31 talc kernel: xor: using function: prefetch64-sse (12389 MB/sec)
Aug 16 12:07:31 talc kernel: Key type asymmetric registered
Aug 16 12:07:31 talc kernel: Asymmetric key parser 'x509' registered
Aug 16 12:07:31 talc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Aug 16 12:07:31 talc kernel: io scheduler mq-deadline registered
Aug 16 12:07:31 talc kernel: io scheduler kyber registered
Aug 16 12:07:31 talc kernel: io scheduler bfq registered
Aug 16 12:07:31 talc kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 16 12:07:31 talc kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Aug 16 12:07:31 talc kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 120
Aug 16 12:07:31 talc kernel: pcieport 0000:00:1c.0: DPC: enabled with IRQ 120
Aug 16 12:07:31 talc kernel: pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Aug 16 12:07:31 talc kernel: ACPI: AC: AC Adapter [ACAD] (off-line)
Aug 16 12:07:31 talc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/PNP0C0D:00/input/input0
Aug 16 12:07:31 talc kernel: ACPI: button: Lid Switch [LID0]
Aug 16 12:07:31 talc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 16 12:07:31 talc kernel: ACPI: button: Power Button [PWRB]
Aug 16 12:07:31 talc kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 16 12:07:31 talc kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Aug 16 12:07:31 talc kernel: thermal LNXTHERM:01: registered as thermal_zone1
Aug 16 12:07:31 talc kernel: ACPI: thermal: Thermal Zone [TZ02] (10 C)
Aug 16 12:07:31 talc kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 16 12:07:31 talc kernel: ACPI: battery: Slot [BAT1] (battery present)
Aug 16 12:07:31 talc kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 16 12:07:31 talc kernel: Non-volatile memory driver v1.3
Aug 16 12:07:31 talc kernel: Linux agpgart interface v0.103
Aug 16 12:07:31 talc kernel: ACPI: bus type drm_connector registered
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 16 12:07:31 talc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 16 12:07:31 talc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 16 12:07:31 talc kernel: usb usb1: Product: xHCI Host Controller
Aug 16 12:07:31 talc kernel: usb usb1: Manufacturer: Linux 6.16.0-arch2-1 xhci-hcd
Aug 16 12:07:31 talc kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 16 12:07:31 talc kernel: hub 1-0:1.0: USB hub found
Aug 16 12:07:31 talc kernel: hub 1-0:1.0: 8 ports detected
Aug 16 12:07:31 talc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 16 12:07:31 talc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 16 12:07:31 talc kernel: usb usb2: Product: xHCI Host Controller
Aug 16 12:07:31 talc kernel: usb usb2: Manufacturer: Linux 6.16.0-arch2-1 xhci-hcd
Aug 16 12:07:31 talc kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 16 12:07:31 talc kernel: hub 2-0:1.0: USB hub found
Aug 16 12:07:31 talc kernel: hub 2-0:1.0: 6 ports detected
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver usbserial_generic
Aug 16 12:07:31 talc kernel: usbserial: USB Serial support registered for generic
Aug 16 12:07:31 talc kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Aug 16 12:07:31 talc kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Aug 16 12:07:31 talc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 16 12:07:31 talc kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Aug 16 12:07:31 talc kernel: rtc_cmos rtc_cmos: registered as rtc0
Aug 16 12:07:31 talc kernel: rtc_cmos rtc_cmos: setting system clock to 2025-08-16T16:03:44 UTC (1755360224)
Aug 16 12:07:31 talc kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Aug 16 12:07:31 talc kernel: intel_pstate: Intel P-state driver initializing
Aug 16 12:07:31 talc kernel: intel_pstate: HWP enabled
Aug 16 12:07:31 talc kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Aug 16 12:07:31 talc kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Aug 16 12:07:31 talc kernel: Console: switching to colour frame buffer device 90x67
Aug 16 12:07:31 talc kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 16 12:07:31 talc kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver usbhid
Aug 16 12:07:31 talc kernel: usbhid: USB HID core driver
Aug 16 12:07:31 talc kernel: drop_monitor: Initializing network drop monitor service
Aug 16 12:07:31 talc kernel: NET: Registered PF_INET6 protocol family
Aug 16 12:07:31 talc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Aug 16 12:07:31 talc kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
Aug 16 12:07:31 talc kernel: usb 1-4: New USB device found, idVendor=0bda, idProduct=0177, bcdDevice=77.11
Aug 16 12:07:31 talc kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 16 12:07:31 talc kernel: usb 1-4: Product: USB2.0-CRW
Aug 16 12:07:31 talc kernel: usb 1-4: Manufacturer: Generic
Aug 16 12:07:31 talc kernel: usb 1-4: SerialNumber: 20121112761000000
Aug 16 12:07:31 talc kernel: usb 1-5: new full-speed USB device number 3 using xhci_hcd
Aug 16 12:07:31 talc kernel: usb 1-5: New USB device found, idVendor=06cb, idProduct=0100, bcdDevice= 0.00
Aug 16 12:07:31 talc kernel: usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Aug 16 12:07:31 talc kernel: usb 1-5: SerialNumber: 1ccbd67a19d2
Aug 16 12:07:31 talc kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Aug 16 12:07:31 talc kernel: Freeing initrd memory: 110056K
Aug 16 12:07:31 talc kernel: Segment Routing with IPv6
Aug 16 12:07:31 talc kernel: RPL Segment Routing with IPv6
Aug 16 12:07:31 talc kernel: In-situ OAM (IOAM) with IPv6
Aug 16 12:07:31 talc kernel: NET: Registered PF_PACKET protocol family
Aug 16 12:07:31 talc kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 16 12:07:31 talc kernel: microcode: Current revision: 0x24000026
Aug 16 12:07:31 talc kernel: microcode: Updated early from: 0x24000024
Aug 16 12:07:31 talc kernel: resctrl: L2 allocation detected
Aug 16 12:07:31 talc kernel: IPI shorthand broadcast: enabled
Aug 16 12:07:31 talc kernel: sched_clock: Marking stable (1557001358, 8413257)->(1644702222, -79287607)
Aug 16 12:07:31 talc kernel: registered taskstats version 1
Aug 16 12:07:31 talc kernel: Loading compiled-in X.509 certificates
Aug 16 12:07:31 talc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b10c86a8a051593ffbee02676e43c714cdb7e513'
Aug 16 12:07:31 talc kernel: zswap: loaded using pool zstd/zsmalloc
Aug 16 12:07:31 talc kernel: Demotion targets for Node 0: null
Aug 16 12:07:31 talc kernel: Key type .fscrypt registered
Aug 16 12:07:31 talc kernel: Key type fscrypt-provisioning registered
Aug 16 12:07:31 talc kernel: Btrfs loaded, zoned=yes, fsverity=yes
Aug 16 12:07:31 talc kernel: Key type big_key registered
Aug 16 12:07:31 talc kernel: PM:   Magic number: 5:425:85
Aug 16 12:07:31 talc kernel: RAS: Correctable Errors collector initialized.
Aug 16 12:07:31 talc kernel: usb 1-8: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Aug 16 12:07:31 talc kernel: usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 16 12:07:31 talc kernel: clk: Disabling unused clocks
Aug 16 12:07:31 talc kernel: PM: genpd: Disabling unused power domains
Aug 16 12:07:31 talc kernel: Freeing unused decrypted memory: 2028K
Aug 16 12:07:31 talc kernel: Freeing unused kernel image (initmem) memory: 4664K
Aug 16 12:07:31 talc kernel: Write protecting the kernel read-only data: 38912k
Aug 16 12:07:31 talc kernel: Freeing unused kernel image (text/rodata gap) memory: 632K
Aug 16 12:07:31 talc kernel: Freeing unused kernel image (rodata/data gap) memory: 1776K
Aug 16 12:07:31 talc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 16 12:07:31 talc kernel: rodata_test: all tests were successful
Aug 16 12:07:31 talc kernel: Run /init as init process
Aug 16 12:07:31 talc kernel:   with arguments:
Aug 16 12:07:31 talc kernel:     /init
Aug 16 12:07:31 talc kernel:   with environment:
Aug 16 12:07:31 talc kernel:     HOME=/
Aug 16 12:07:31 talc kernel:     TERM=linux
Aug 16 12:07:31 talc kernel:     cryptdevice=UUID=6218805b-a526-4b8b-82da-d55407aff207:arch
Aug 16 12:07:31 talc kernel: wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 8232DE3D-663D-4327-A8F4-E293ADB9BF05 has zero instances
Aug 16 12:07:31 talc kernel: wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
Aug 16 12:07:31 talc kernel: wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 8F1F6435-9F42-42C8-BADC-0E9424F20C9A has zero instances
Aug 16 12:07:31 talc kernel: wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances
Aug 16 12:07:31 talc kernel: Setting dangerous option enable_guc - tainting kernel
Aug 16 12:07:31 talc kernel: Setting dangerous option force_probe - tainting kernel
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] Found jasperlake (device ID 4e71) integrated display version 11.00 stepping B0
Aug 16 12:07:31 talc kernel: Console: switching to colour dummy device 80x25
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/ehl_guc_70.1.1.bin version 70.1.1
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/ehl_huc_9.0.0.bin version 9.0.0
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
Aug 16 12:07:31 talc kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Aug 16 12:07:31 talc kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Aug 16 12:07:31 talc kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
Aug 16 12:07:31 talc kernel: fbcon: i915drmfb (fb0) is primary device
Aug 16 12:07:31 talc kernel: Console: switching to colour frame buffer device 90x67
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:19.0: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:19.1: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: hid-generic 0018:048D:8353.0001: hidraw0: I2C HID v1.00 Device [ITE8353:00 048D:8353] on i2c-ITE8353:00
Aug 16 12:07:31 talc kernel: mousedev: PS/2 mouse device common for all mice
Aug 16 12:07:31 talc kernel: hid-sensor-hub 0018:048D:8353.0001: hidraw0: I2C HID v1.00 Device [ITE8353:00 048D:8353] on i2c-ITE8353:00
Aug 16 12:07:31 talc kernel: i2c_hid_acpi i2c-ELAN2514:00: i2c_hid_get_input: IRQ triggered but there's no data
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input4
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input5
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input6
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 Stylus as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input7
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input9
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input10
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input11
Aug 16 12:07:31 talc kernel: hid-multitouch 0018:04F3:2E85.0002: input,hidraw1: I2C HID v1.00 Device [ELAN2514:00 04F3:2E85] on i2c-ELAN2514:00
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver usb-storage
Aug 16 12:07:31 talc kernel: Key type psk registered
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver uas
Aug 16 12:07:31 talc kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
Aug 16 12:07:31 talc kernel: nvme nvme0: pci function 0000:01:00.0
Aug 16 12:07:31 talc kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 16 12:07:31 talc kernel:  nvme0n1: p1 p2 p3 p4 p5
Aug 16 12:07:31 talc kernel: device-mapper: uevent: version 1.0.3
Aug 16 12:07:31 talc kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Aug 16 12:07:31 talc kernel: Key type trusted registered
Aug 16 12:07:31 talc kernel: Key type encrypted registered
Aug 16 12:07:31 talc kernel: BTRFS: device fsid d1a0c90a-0112-4b5b-8cff-4e5bba53271a devid 1 transid 354323 /dev/mapper/arch (253:0) scanned by mount (330)
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): first mount of filesystem d1a0c90a-0112-4b5b-8cff-4e5bba53271a
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): using crc32c (crc32c-x86) checksum algorithm
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): using free-space-tree
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): start tree-log replay
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): checking UUID tree
Aug 16 12:07:31 talc systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Aug 16 12:07:31 talc systemd[1]: Detected architecture x86-64.
Aug 16 12:07:31 talc systemd[1]: Hostname set to <talc>.
Aug 16 12:07:31 talc systemd[1]: bpf-restrict-fs: LSM BPF program attached
Aug 16 12:07:31 talc systemd[1]: Queued start job for default target Graphical Interface.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/dirmngr.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/getty.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/gpg-agent.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/gpg-agent-browser.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/gpg-agent-extra.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/keyboxd.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/modprobe.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/systemd-fsck.
Aug 16 12:07:31 talc systemd[1]: Created slice User and Session Slice.
Aug 16 12:07:31 talc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 16 12:07:31 talc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 16 12:07:31 talc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 16 12:07:31 talc systemd[1]: Expecting device /dev/disk/by-uuid/C854-98F2...
Aug 16 12:07:31 talc systemd[1]: Reached target Local Encrypted Volumes.
Aug 16 12:07:31 talc systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 16 12:07:31 talc systemd[1]: Reached target Path Units.
Aug 16 12:07:31 talc systemd[1]: Reached target Remote File Systems.
Aug 16 12:07:31 talc systemd[1]: Reached target Slice Units.
Aug 16 12:07:31 talc systemd[1]: Reached target Local Verity Protected Volumes.
Aug 16 12:07:31 talc systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 16 12:07:31 talc systemd[1]: Listening on Process Core Dump Socket.
Aug 16 12:07:31 talc systemd[1]: Listening on Credential Encryption/Decryption.
Aug 16 12:07:31 talc systemd[1]: Listening on Journal Socket (/dev/log).
Aug 16 12:07:31 talc systemd[1]: Listening on Journal Sockets.
Aug 16 12:07:31 talc systemd[1]: Listening on Network Service Netlink Socket.
Aug 16 12:07:31 talc systemd[1]: Listening on TPM PCR Measurements.
Aug 16 12:07:31 talc systemd[1]: Listening on Make TPM PCR Policy.
Aug 16 12:07:31 talc systemd[1]: Listening on udev Control Socket.
Aug 16 12:07:31 talc systemd[1]: Listening on udev Kernel Socket.
Aug 16 12:07:31 talc systemd[1]: Mounting Huge Pages File System...
Aug 16 12:07:31 talc systemd[1]: Mounting POSIX Message Queue File System...
Aug 16 12:07:31 talc systemd[1]: Mounting Kernel Debug File System...
Aug 16 12:07:31 talc systemd[1]: Mounting Kernel Trace File System...
Aug 16 12:07:31 talc systemd[1]: Starting Create List of Static Device Nodes...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module configfs...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module dm_mod...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module drm...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module fuse...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module loop...
Aug 16 12:07:31 talc systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Aug 16 12:07:31 talc systemd[1]: Starting Journal Service...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Modules...
Aug 16 12:07:31 talc kernel: loop: module loaded
Aug 16 12:07:31 talc systemd[1]: Starting Generate network units from Kernel command line...
Aug 16 12:07:31 talc systemd-journald[387]: Collecting audit messages is disabled.
Aug 16 12:07:31 talc systemd[1]: Starting TPM PCR Machine ID Measurement...
Aug 16 12:07:31 talc kernel: Asymmetric key parser 'pkcs8' registered
Aug 16 12:07:31 talc systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 16 12:07:31 talc systemd[1]: Starting Early TPM SRK Setup...
Aug 16 12:07:31 talc systemd-journald[387]: Journal started
Aug 16 12:07:31 talc systemd-journald[387]: Runtime Journal (/run/log/journal/2a3f388951284201b84c6d5cc804f6f8) is 8M, max 183.7M, 175.7M free.
Aug 16 12:07:31 talc systemd-modules-load[388]: Inserted module 'crypto_user'
Aug 16 12:07:31 talc systemd-modules-load[388]: Inserted module 'pkcs8_key_parser'
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0 state M): use zstd compression, level 3
Aug 16 12:07:31 talc systemd[1]: Starting Load udev Rules from Credentials...
Aug 16 12:07:31 talc systemd-pcrextend[392]: Extended PCR index 15 with 'machine-id:2a3f388951284201b84c6d5cc804f6f8' (banks sha256).
Aug 16 12:07:31 talc systemd[1]: Starting Coldplug All udev Devices...
Aug 16 12:07:31 talc systemd-tpm2-setup[395]: SRK already stored in the TPM.
Aug 16 12:07:31 talc systemd-tpm2-setup[395]: SRK fingerprint is 1f1f3ae80fe0a40ba518ac22e8b1a80a3f1f4a20b9dcc85ec872b8f774da5767.
Aug 16 12:07:31 talc systemd-tpm2-setup[395]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.pem' in PEM format.
Aug 16 12:07:31 talc systemd-tpm2-setup[395]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.tpm2b_public' in TPM2B_PUBLIC format.
Aug 16 12:07:31 talc systemd[1]: Started Journal Service.
Aug 16 12:07:31 talc systemd[1]: Mounted Huge Pages File System.
Aug 16 12:07:31 talc systemd[1]: Mounted POSIX Message Queue File System.
Aug 16 12:07:31 talc systemd[1]: Mounted Kernel Debug File System.
Aug 16 12:07:31 talc systemd[1]: Mounted Kernel Trace File System.
Aug 16 12:07:31 talc systemd[1]: Finished Create List of Static Device Nodes.
Aug 16 12:07:31 talc systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module configfs.
Aug 16 12:07:31 talc systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module dm_mod.
Aug 16 12:07:31 talc systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module drm.
Aug 16 12:07:31 talc systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module fuse.
Aug 16 12:07:31 talc systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module loop.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Modules.
Aug 16 12:07:31 talc systemd[1]: Finished Generate network units from Kernel command line.
Aug 16 12:07:31 talc systemd[1]: Finished TPM PCR Machine ID Measurement.
Aug 16 12:07:31 talc systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 16 12:07:31 talc systemd[1]: Finished Early TPM SRK Setup.
Aug 16 12:07:31 talc systemd[1]: Finished Load udev Rules from Credentials.
Aug 16 12:07:31 talc systemd[1]: Reached target Preparation for Network.
Aug 16 12:07:31 talc systemd[1]: Mounting FUSE Control File System...
Aug 16 12:07:31 talc systemd[1]: Mounting Kernel Configuration File System...
Aug 16 12:07:31 talc systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 16 12:07:31 talc systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 16 12:07:31 talc systemd[1]: Starting Load/Save OS Random Seed...
Aug 16 12:07:31 talc systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 16 12:07:31 talc systemd-journald[387]: Time spent on flushing to /var/log/journal/2a3f388951284201b84c6d5cc804f6f8 is 12.710ms for 876 entries.
Aug 16 12:07:31 talc systemd-journald[387]: System Journal (/var/log/journal/2a3f388951284201b84c6d5cc804f6f8) is 8M, max 2.9G, 2.9G free.
Aug 16 12:07:32 talc systemd-journald[387]: Received client request to flush runtime journal.
Aug 16 12:07:31 talc systemd[1]: Starting Apply Kernel Variables...
Aug 16 12:07:31 talc systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Aug 16 12:07:31 talc systemd[1]: Starting TPM SRK Setup...
Aug 16 12:07:31 talc systemd[1]: Finished Coldplug All udev Devices.
Aug 16 12:07:32 talc systemd[1]: Mounted FUSE Control File System.
Aug 16 12:07:32 talc systemd[1]: Mounted Kernel Configuration File System.
Aug 16 12:07:32 talc systemd[1]: Finished Load/Save OS Random Seed.
Aug 16 12:07:32 talc systemd[1]: Finished Apply Kernel Variables.
Aug 16 12:07:32 talc systemd-tpm2-setup[425]: SRK already stored in the TPM.
Aug 16 12:07:32 talc systemd-tpm2-setup[425]: SRK fingerprint is 1f1f3ae80fe0a40ba518ac22e8b1a80a3f1f4a20b9dcc85ec872b8f774da5767.
Aug 16 12:07:32 talc systemd-tpm2-setup[425]: SRK saved in '/var/lib/systemd/tpm2-srk-public-key.pem' matches SRK in TPM2.
Aug 16 12:07:32 talc systemd[1]: Finished TPM SRK Setup.
Aug 16 12:07:32 talc systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 16 12:07:32 talc systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Aug 16 12:07:32 talc systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 16 12:07:32 talc systemd[1]: Starting Network Name Resolution...
Aug 16 12:07:32 talc systemd[1]: Starting Network Time Synchronization...
Aug 16 12:07:32 talc systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 16 12:07:32 talc systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 16 12:07:32 talc systemd[1]: Reached target Preparation for Local File Systems.
Aug 16 12:07:32 talc systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 16 12:07:32 talc systemd[1]: Started Network Time Synchronization.
Aug 16 12:07:32 talc systemd[1]: Reached target System Time Set.
Aug 16 12:07:32 talc systemd-resolved[437]: Positive Trust Anchors:
Aug 16 12:07:32 talc systemd-resolved[437]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Aug 16 12:07:32 talc systemd-resolved[437]: . IN DS 38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16
Aug 16 12:07:32 talc systemd-resolved[437]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Aug 16 12:07:32 talc systemd-udevd[446]: Using default interface naming scheme 'v257'.
Aug 16 12:07:32 talc systemd-resolved[437]: Using system hostname 'talc'.
Aug 16 12:07:32 talc systemd[1]: Started Network Name Resolution.
Aug 16 12:07:32 talc systemd[1]: Reached target Host and Network Name Lookups.
Aug 16 12:07:32 talc systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 16 12:07:32 talc systemd[1]: Starting Network Configuration...
Aug 16 12:07:32 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:32 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:32 talc systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Aug 16 12:07:32 talc systemd[1]: Reached target Trusted Platform Module.
Aug 16 12:07:32 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:32 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:32 talc systemd[1]: Found device WDC PC SN520 SDAPTUW-128G-1006 EFI.
Aug 16 12:07:32 talc systemd[1]: Starting File System Check on /dev/disk/by-uuid/C854-98F2...
Aug 16 12:07:32 talc kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 16 12:07:32 talc kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 16 12:07:32 talc kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Aug 16 12:07:32 talc kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 16 12:07:32 talc kernel: cfg80211: failed to load regulatory.db
Aug 16 12:07:32 talc systemd-networkd[457]: lo: Link UP
Aug 16 12:07:32 talc systemd-networkd[457]: lo: Gained carrier
Aug 16 12:07:32 talc systemd-fsck[492]: fsck.fat 4.2 (2021-01-31)
Aug 16 12:07:32 talc systemd-fsck[492]: There are differences between boot sector and its backup.
Aug 16 12:07:32 talc systemd-fsck[492]: This is mostly harmless. Differences: (offset:original/backup)
Aug 16 12:07:32 talc systemd-fsck[492]:   65:01/00
Aug 16 12:07:32 talc systemd-fsck[492]:   Not automatically fixing this.
Aug 16 12:07:32 talc systemd-fsck[492]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Aug 16 12:07:32 talc systemd-fsck[492]:  Automatically removing dirty bit.
Aug 16 12:07:32 talc systemd-fsck[492]: *** Filesystem was changed ***
Aug 16 12:07:32 talc systemd-fsck[492]: Writing changes.
Aug 16 12:07:32 talc systemd-fsck[492]: /dev/nvme0n1p1: 268 files, 55169/272614 clusters
Aug 16 12:07:32 talc systemd[1]: Finished File System Check on /dev/disk/by-uuid/C854-98F2.
Aug 16 12:07:32 talc kernel: mc: Linux media interface: v0.10
Aug 16 12:07:32 talc systemd[1]: Started Network Configuration.
Aug 16 12:07:32 talc systemd[1]: Starting Enable Persistent Storage in systemd-networkd...
Aug 16 12:07:32 talc kernel: intel_pmc_core INT33A1:00:  initialized
Aug 16 12:07:32 talc systemd[1]: Mounting /.snapshots...
Aug 16 12:07:32 talc kernel: videodev: Linux video capture interface: v2.00
Aug 16 12:07:32 talc systemd[1]: Mounting /efi...
Aug 16 12:07:32 talc systemd[1]: Mounting /home...
Aug 16 12:07:32 talc systemd[1]: Mounting /swap...
Aug 16 12:07:32 talc systemd[1]: var-cache-pacman-pkg.mount: Directory /var/cache/pacman/pkg to mount over is not empty, mounting anyway.
Aug 16 12:07:32 talc systemd[1]: Mounting /var/cache/pacman/pkg...
Aug 16 12:07:32 talc systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 16 12:07:32 talc systemd[1]: Listening on Disk Image Download Service Socket.
Aug 16 12:07:32 talc kernel: ov13858 i2c-OVTID858:01: probe with driver ov13858 failed with error -22
Aug 16 12:07:32 talc systemd[1]: Mounted /.snapshots.
Aug 16 12:07:32 talc systemd[1]: Mounted /efi.
Aug 16 12:07:32 talc systemd[1]: Mounted /home.
Aug 16 12:07:32 talc systemd[1]: Mounted /swap.
Aug 16 12:07:32 talc systemd[1]: Mounted /var/cache/pacman/pkg.
Aug 16 12:07:32 talc kernel: ACPI: bus type thunderbolt registered
Aug 16 12:07:32 talc kernel: Intel(R) Wireless WiFi driver for Linux
Aug 16 12:07:32 talc kernel: intel-ipu6 0000:00:05.0: Sending BOOT_LOAD to CSE
Aug 16 12:07:32 talc kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: PCI dev 4df0/0074, rev=0x351, rfid=0x10a100
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz
Aug 16 12:07:32 talc systemd[1]: Activating swap /swap/swapfile...
Aug 16 12:07:32 talc kernel: intel-ipu6 0000:00:05.0: Sending AUTHENTICATE_RUN to CSE
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: loaded firmware version 77.864baa2e.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
Aug 16 12:07:32 talc kernel: Adding 4095996k swap on /swap/swapfile.  Priority:-2 extents:6 across:4654480k SS
Aug 16 12:07:32 talc systemd[1]: Finished Enable Persistent Storage in systemd-networkd.
Aug 16 12:07:32 talc systemd[1]: Activated swap /swap/swapfile.
Aug 16 12:07:32 talc systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 16 12:07:32 talc systemd[1]: Reached target Swaps.
Aug 16 12:07:32 talc kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 16 12:07:32 talc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 16 12:07:32 talc kernel: Bluetooth: Core ver 2.22
Aug 16 12:07:32 talc kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 16 12:07:32 talc kernel: Bluetooth: HCI device and connection manager initialized
Aug 16 12:07:32 talc kernel: Bluetooth: HCI socket layer initialized
Aug 16 12:07:32 talc kernel: Bluetooth: L2CAP socket layer initialized
Aug 16 12:07:32 talc kernel: Bluetooth: SCO socket layer initialized
Aug 16 12:07:32 talc systemd[1]: Mounting Temporary Directory /tmp...
Aug 16 12:07:32 talc kernel: intel-ipu6 0000:00:05.0: CSE authenticate_run done
Aug 16 12:07:32 talc kernel: intel-ipu6 0000:00:05.0: IPU6-v2[4e19] hardware version 3
Aug 16 12:07:32 talc kernel: input: PC Speaker as /devices/platform/pcspkr/input/input13
Aug 16 12:07:32 talc kernel: PTP clock support registered
Aug 16 12:07:32 talc systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Aug 16 12:07:32 talc systemd[1]: Mounted Temporary Directory /tmp.
Aug 16 12:07:33 talc kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Aug 16 12:07:33 talc systemd[1]: Reached target Local File Systems.
Aug 16 12:07:33 talc kernel: ums-realtek 1-4:1.0: USB Mass Storage device detected
Aug 16 12:07:33 talc systemd[1]: Listening on Boot Entries Service Socket.
Aug 16 12:07:33 talc systemd[1]: Listening on System Extension Image Management.
Aug 16 12:07:33 talc kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Aug 16 12:07:33 talc kernel: 0x000000000000-0x000001000000 : "BIOS"
Aug 16 12:07:33 talc kernel: scsi host0: usb-storage 1-4:1.0
Aug 16 12:07:33 talc kernel: usbcore: registered new interface driver ums-realtek
Aug 16 12:07:33 talc systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Starting Update Boot Loader Random Seed...
Aug 16 12:07:33 talc systemd[1]: Starting Create System Files and Directories...
Aug 16 12:07:33 talc bootctl[542]: Random seed file /efi/loader/random-seed successfully refreshed (32 bytes).
Aug 16 12:07:33 talc systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Aug 16 12:07:33 talc systemd[1]: Finished Update Boot Loader Random Seed.
Aug 16 12:07:33 talc kernel: intel_rapl_common: Found RAPL domain package
Aug 16 12:07:33 talc kernel: intel_rapl_common: Found RAPL domain core
Aug 16 12:07:33 talc kernel: intel_rapl_common: Found RAPL domain uncore
Aug 16 12:07:33 talc kernel: intel_rapl_common: Found RAPL domain psys
Aug 16 12:07:33 talc kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Aug 16 12:07:33 talc systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 16 12:07:33 talc systemd[1]: Starting Virtual Console Setup...
Aug 16 12:07:33 talc kernel: usbcore: registered new interface driver btusb
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
Aug 16 12:07:33 talc systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Device revision is 2
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Secure boot is enabled
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: OTP lock is enabled
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: API lock is enabled
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Debug lock is disabled
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Boot Address: 0x24800
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Firmware Version: 193-33.24
Aug 16 12:07:33 talc systemd[1]: Finished Virtual Console Setup.
Aug 16 12:07:33 talc systemd[1]: Finished Create System Files and Directories.
Aug 16 12:07:33 talc systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 16 12:07:33 talc kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
Aug 16 12:07:33 talc systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Starting Load Kernel Module dm_mod...
Aug 16 12:07:33 talc kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Aug 16 12:07:33 talc systemd[1]: Starting Load Kernel Module loop...
Aug 16 12:07:33 talc systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Aug 16 12:07:33 talc systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 16 12:07:33 talc systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 16 12:07:33 talc kernel: iwlwifi 0000:00:14.3: base HW address: 2c:6d:c1:cb:d6:8a
Aug 16 12:07:33 talc systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 16 12:07:33 talc systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 16 12:07:33 talc systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 16 12:07:33 talc systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 16 12:07:33 talc systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 16 12:07:33 talc systemd[1]: Finished Load Kernel Module dm_mod.
Aug 16 12:07:33 talc systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 16 12:07:33 talc systemd[1]: Finished Load Kernel Module loop.
Aug 16 12:07:33 talc systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 16 12:07:33 talc systemd-networkd[457]: wlan0: Configuring with /etc/systemd/network/20-wireless.network.
Aug 16 12:07:33 talc systemd[1]: Reached target System Initialization.
Aug 16 12:07:33 talc systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 16 12:07:33 talc systemd[1]: Started Update the plocate database daily.
Aug 16 12:07:33 talc systemd[1]: Started Daily verification of password and group files.
Aug 16 12:07:33 talc systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 16 12:07:33 talc systemd[1]: Reached target Timer Units.
Aug 16 12:07:33 talc systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd-networkd[457]: wlan0: Link UP
Aug 16 12:07:33 talc systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Aug 16 12:07:33 talc systemd[1]: Listening on Hostname Service Socket.
Aug 16 12:07:33 talc systemd[1]: Reached target Socket Units.
Aug 16 12:07:33 talc systemd[1]: Starting D-Bus System Message Bus...
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: enabling device (0000 -> 0002)
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: use msi interrupt mode
Aug 16 12:07:33 talc systemd[1]: Starting TPM PCR Barrier (Initialization)...
Aug 16 12:07:33 talc systemd[1]: Started D-Bus System Message Bus.
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: hda codecs found, mask 5
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware paths/files for ipc type 0:
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3:  Firmware file:     intel/sof/sof-jsl.ri
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Aug 16 12:07:33 talc dbus-broker-launch[607]: Ready
Aug 16 12:07:33 talc systemd-pcrextend[609]: Extended PCR index 11 with 'sysinit' (banks sha256).
Aug 16 12:07:33 talc systemd[1]: Finished TPM PCR Barrier (Initialization).
Aug 16 12:07:33 talc systemd[1]: Reached target Basic System.
Aug 16 12:07:33 talc systemd[1]: Starting Bluetooth service...
Aug 16 12:07:33 talc systemd[1]: Starting Wireless service...
Aug 16 12:07:33 talc systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Aug 16 12:07:34 talc bluetoothd[615]: Bluetooth daemon 5.83
Aug 16 12:07:34 talc systemd[1]: Starting User Login Management...
Aug 16 12:07:34 talc bluetoothd[615]: Starting SDP server
Aug 16 12:07:34 talc kernel: NET: Registered PF_ALG protocol family
Aug 16 12:07:34 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
Aug 16 12:07:34 talc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
Aug 16 12:07:34 talc rtkit-daemon[619]: Successfully called chroot.
Aug 16 12:07:34 talc rtkit-daemon[619]: Successfully dropped privileges.
Aug 16 12:07:34 talc rtkit-daemon[619]: Successfully limited resources.
Aug 16 12:07:34 talc rtkit-daemon[619]: Running.
Aug 16 12:07:34 talc rtkit-daemon[619]: Canary thread running.
Aug 16 12:07:34 talc rtkit-daemon[619]: Watchdog thread running.
Aug 16 12:07:34 talc kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Aug 16 12:07:34 talc kernel: Bluetooth: BNEP filters: protocol multicast
Aug 16 12:07:34 talc kernel: Bluetooth: BNEP socket layer initialized
Aug 16 12:07:34 talc bluetoothd[615]: Bluetooth management interface 1.23 initialized
Aug 16 12:07:34 talc systemd[1]: Starting TPM PCR Barrier (User)...
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0: ALC287: picked fixup  for PCI SSID 103c:0000
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC287: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Aug 16 12:07:34 talc systemd[1]: Started Bluetooth service.
Aug 16 12:07:34 talc systemd[1]: Started RealtimeKit Scheduling Policy Service.
Aug 16 12:07:34 talc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Aug 16 12:07:34 talc systemd[1]: Reached target Bluetooth Support.
Aug 16 12:07:34 talc kernel: scsi 0:0:0:0: Direct-Access     Generic- SD/MMC/MS PRO    1.00 PQ: 0 ANSI: 4
Aug 16 12:07:34 talc systemd[1]: Starting Hostname Service...
Aug 16 12:07:34 talc kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input14
Aug 16 12:07:34 talc kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
Aug 16 12:07:34 talc kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
Aug 16 12:07:34 talc systemd-pcrextend[628]: Extended PCR index 11 with 'ready' (banks sha256).
Aug 16 12:07:34 talc systemd[1]: Finished TPM PCR Barrier (User).
Aug 16 12:07:34 talc systemd-logind[621]: New seat seat0.
Aug 16 12:07:34 talc systemd-logind[621]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 16 12:07:34 talc systemd-logind[621]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 16 12:07:34 talc systemd-logind[621]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Aug 16 12:07:34 talc systemd[1]: Started User Login Management.
Aug 16 12:07:34 talc systemd[1]: Started Hostname Service.
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Waiting for firmware download to complete
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Firmware loaded in 1738604 usecs
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Waiting for device to boot
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Device booted in 14877 usecs
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Firmware revision 0.4 build 193 week 33 2024
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Aug 16 12:07:35 talc kernel: Bluetooth: MGMT ver 1.23
Aug 16 12:07:35 talc bluetoothd[615]: Battery Provider Manager created
Aug 16 12:07:37 talc kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Aug 16 12:07:37 talc kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Aug 16 12:07:37 talc systemd[1]: Reached target Sound Card.
Aug 16 12:07:37 talc iwd[617]: Wireless daemon version 3.9
Aug 16 12:07:37 talc systemd[1]: Started Wireless service.
Aug 16 12:07:37 talc iwd[617]: station: Network configuration is disabled.
Aug 16 12:07:37 talc iwd[617]: Wiphy: 0, Name: phy0
Aug 16 12:07:37 talc iwd[617]:         Permanent Address: 2c:6d:c1:cb:d6:8a
Aug 16 12:07:37 talc iwd[617]:         2.4GHz Band:
Aug 16 12:07:37 talc iwd[617]:                 Bitrates (non-HT):
Aug 16 12:07:37 talc iwd[617]:                          1.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          2.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          5.5 Mbps
Aug 16 12:07:37 talc iwd[617]:                         11.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          6.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          9.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         12.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         18.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         24.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         36.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         48.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         54.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                 HT Capabilities:
Aug 16 12:07:37 talc iwd[617]:                         HT40
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 20Mhz
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 40Mhz
Aug 16 12:07:37 talc iwd[617]:                 HT RX MCS indexes:
Aug 16 12:07:37 talc iwd[617]:                         0-15
Aug 16 12:07:37 talc iwd[617]:                 HE Capabilities
Aug 16 12:07:37 talc iwd[617]:                         Interface Types: ap p2p-go
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Interface Types: station p2p-client
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:         5GHz Band:
Aug 16 12:07:37 talc iwd[617]:                 Bitrates (non-HT):
Aug 16 12:07:37 talc iwd[617]:                          6.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          9.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         12.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         18.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         24.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         36.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         48.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         54.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                 HT Capabilities:
Aug 16 12:07:37 talc iwd[617]:                         HT40
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 20Mhz
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 40Mhz
Aug 16 12:07:37 talc iwd[617]:                 HT RX MCS indexes:
Aug 16 12:07:37 talc iwd[617]:                         0-15
Aug 16 12:07:37 talc iwd[617]:                 VHT Capabilities:
Aug 16 12:07:37 talc iwd[617]:                         160 Mhz operation
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 80Mhz
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 160 and 80 + 80 Mhz
Aug 16 12:07:37 talc iwd[617]:                         Max RX MCS: 0-9 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max TX MCS: 0-9 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                 HE Capabilities
Aug 16 12:07:37 talc iwd[617]:                         Interface Types: ap p2p-go
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Interface Types: station p2p-client
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:         Ciphers: BIP-GMAC-256 BIP-GMAC-128 GCMP-256 GCMP-128
Aug 16 12:07:37 talc iwd[617]:                  BIP-CMAC-128 CCMP-128 TKIP
Aug 16 12:07:37 talc iwd[617]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Aug 16 12:07:37 talc systemd[1]: Reached target Network.
Aug 16 12:07:37 talc systemd[1]: Starting Permit User Sessions...
Aug 16 12:07:37 talc systemd-networkd[457]: wlan0: Link DOWN
Aug 16 12:07:37 talc systemd[1]: Finished Permit User Sessions.
Aug 16 12:07:37 talc systemd[1]: Started Getty on tty1.
Aug 16 12:07:37 talc systemd[1]: Reached target Login Prompts.
Aug 16 12:07:38 talc systemd[1]: Reached target Multi-User System.
Aug 16 12:07:38 talc systemd[1]: Reached target Graphical Interface.
Aug 16 12:07:38 talc systemd[1]: Startup finished in 8.256s (firmware) + 3.352s (loader) + 3min 46.932s (kernel) + 7.336s (userspace) = 4min 5.878s.
Aug 16 12:07:38 talc iwd[617]: event: state, old: disconnected, new: autoconnect_quick
Aug 16 12:07:38 talc systemd-networkd[457]: wlan0: Link UP
Aug 16 12:07:38 talc iwd[617]: udev interface=wlan0 ifindex=3
Aug 16 12:07:38 talc systemd-networkd[457]: wlan0: Configuring with /etc/systemd/network/20-wireless.network.
Aug 16 12:07:38 talc dbus-broker-launch[607]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Aug 16 12:07:38 talc login[714]: pam_unix(login:session): session opened for user anonymous(uid=1000) by anonymous(uid=0)
Aug 16 12:07:38 talc systemd-logind[621]: New session 1 of user anonymous.
Aug 16 12:07:38 talc systemd[1]: Created slice User Slice of UID 1000.
Aug 16 12:07:38 talc systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 16 12:07:38 talc systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 16 12:07:38 talc systemd[1]: Starting User Manager for UID 1000...
Aug 16 12:07:38 talc (systemd)[723]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[anonymous] ruser=[<unknown>] rhost=[<unknown>]
Aug 16 12:07:38 talc (systemd)[723]: pam_unix(systemd-user:session): session opened for user anonymous(uid=1000) by anonymous(uid=0)
Aug 16 12:07:38 talc systemd-logind[621]: New session 2 of user anonymous.
Aug 16 12:07:38 talc systemd-xdg-autostart-generator[732]: Exec binary '/usr/lib/geoclue-2.0/demos/agent' does not exist: No such file or directory
Aug 16 12:07:38 talc systemd-xdg-autostart-generator[732]: /etc/xdg/autostart/geoclue-demo-agent.desktop.disable: not generating unit, executable specified in Exec= does not exist.
Aug 16 12:07:38 talc systemd[723]: Queued start job for default target Main User Target.
Aug 16 12:07:38 talc systemd[723]: Created slice User Application Slice.
Aug 16 12:07:38 talc systemd[723]: Reached target Paths.
Aug 16 12:07:38 talc systemd[723]: Reached target Timers.
Aug 16 12:07:38 talc systemd[723]: Starting D-Bus User Message Bus Socket...
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG network certificate management daemon.
Aug 16 12:07:38 talc systemd[723]: Starting GCR ssh-agent wrapper...
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG public key management service.
Aug 16 12:07:38 talc systemd[723]: Listening on p11-kit server.
Aug 16 12:07:38 talc systemd[723]: Listening on PipeWire PulseAudio.
Aug 16 12:07:38 talc systemd[723]: Listening on PipeWire Multimedia System Sockets.
Aug 16 12:07:38 talc systemd[723]: Listening on D-Bus User Message Bus Socket.
Aug 16 12:07:38 talc systemd[723]: Listening on GCR ssh-agent wrapper.
Aug 16 12:07:38 talc systemd[723]: Reached target Sockets.
Aug 16 12:07:38 talc systemd[723]: Reached target Basic System.
Aug 16 12:07:38 talc systemd[1]: Started User Manager for UID 1000.
Aug 16 12:07:38 talc systemd[723]: Started GCR ssh-agent wrapper.
Aug 16 12:07:38 talc systemd[1]: Started Session 1 of User anonymous.
Aug 16 12:07:38 talc systemd[723]: Starting Update XDG user dir configuration...
Aug 16 12:07:38 talc login[714]: LOGIN ON tty1 BY anonymous
Aug 16 12:07:38 talc systemd[723]: Finished Update XDG user dir configuration.
Aug 16 12:07:38 talc systemd[723]: Reached target Main User Target.
Aug 16 12:07:38 talc systemd[723]: Startup finished in 207ms.
Aug 16 12:07:38 talc systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 16 12:07:39 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d7, signal: -61, load: 2/255
Aug 16 12:07:39 talc iwd[617]: event: state, old: autoconnect_quick, new: connecting (auto)
Aug 16 12:07:39 talc kernel: wlan0: authenticate with 80:69:1a:1e:46:d7 (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:07:39 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d7 (try 1/3)
Aug 16 12:07:39 talc kernel: wlan0: authenticated
Aug 16 12:07:39 talc kernel: wlan0: associate with 80:69:1a:1e:46:d7 (try 1/3)
Aug 16 12:07:39 talc kernel: wlan0: RX AssocResp from 80:69:1a:1e:46:d7 (capab=0x11 status=0 aid=1)
Aug 16 12:07:39 talc kernel: wlan0: associated
Aug 16 12:07:39 talc systemd-networkd[457]: wlan0: Connected WiFi access point: turmeric_nomap (80:69:1a:1e:46:d7)
Aug 16 12:07:39 talc iwd[617]: event: state, old: connecting (auto), new: connected
Aug 16 12:07:39 talc systemd-networkd[457]: wlan0: Gained carrier
Aug 16 12:07:40 talc systemd[723]: Created slice User Core Session Slice.
Aug 16 12:07:40 talc systemd[723]: Starting D-Bus User Message Bus...
Aug 16 12:07:40 talc systemd[1]: Starting Authorization Manager...
Aug 16 12:07:40 talc dbus-broker-launch[804]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Aug 16 12:07:40 talc systemd[723]: Started D-Bus User Message Bus.
Aug 16 12:07:40 talc dbus-broker-launch[804]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Aug 16 12:07:40 talc dbus-broker-launch[804]: Ready
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc systemd[723]: Starting User preferences database...
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc systemd[723]: Started PipeWire Multimedia Service.
Aug 16 12:07:40 talc systemd[723]: Started Multimedia Service Session Manager.
Aug 16 12:07:40 talc systemd[723]: Started User preferences database.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc polkitd[822]: Started polkitd version 126
Aug 16 12:07:40 talc polkitd[822]: Loading rules from directory /etc/polkit-1/rules.d
Aug 16 12:07:40 talc polkitd[822]: Loading rules from directory /run/polkit-1/rules.d
Aug 16 12:07:40 talc polkitd[822]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Aug 16 12:07:40 talc polkitd[822]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Aug 16 12:07:40 talc polkitd[822]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Aug 16 12:07:40 talc polkitd[822]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 16 12:07:40 talc polkitd[822]: Finished loading, compiling and executing 4 rules
Aug 16 12:07:40 talc systemd[1]: Started Authorization Manager.
Aug 16 12:07:40 talc polkitd[822]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 16 12:07:40 talc rtkit-daemon[619]: Successfully made thread 839 of process 839 owned by '1000' high priority at nice level -11.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 1 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Successfully made thread 845 of process 839 owned by '1000' RT at priority 20.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 2 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 2 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 2 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 2 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Successfully made thread 840 of process 840 owned by '1000' high priority at nice level -11.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 3 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Successfully made thread 864 of process 840 owned by '1000' RT at priority 20.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc systemd[723]: Starting Accessibility services bus...
Aug 16 12:07:40 talc systemd[723]: Started Accessibility services bus.
Aug 16 12:07:40 talc dbus-broker-launch[879]: Ready
Aug 16 12:07:40 talc systemd[723]: Starting Virtual filesystem service...
Aug 16 12:07:40 talc systemd[723]: Started Virtual filesystem service.
Aug 16 12:07:40 talc wireplumber[840]: spa.alsa: Path Capture is not a volume or mute control
Aug 16 12:07:40 talc wireplumber[840]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Aug 16 12:07:40 talc systemd[723]: Starting Portal service...
Aug 16 12:07:40 talc kernel: Bluetooth: RFCOMM TTY layer initialized
Aug 16 12:07:40 talc kernel: Bluetooth: RFCOMM socket layer initialized
Aug 16 12:07:40 talc kernel: Bluetooth: RFCOMM ver 1.11
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/ldac
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aptx_hd
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_hd
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aptx
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aac
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aac
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_g
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_g
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/sbc
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/sbc
Aug 16 12:07:40 talc systemd[723]: Starting sandboxed app permission store...
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/faststream
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/faststream_duplex
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_05
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_05
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Aug 16 12:07:40 talc systemd[723]: Started sandboxed app permission store.
Aug 16 12:07:40 talc systemd[723]: Starting flatpak document portal service...
Aug 16 12:07:40 talc wireplumber[840]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Aug 16 12:07:40 talc wireplumber[840]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Aug 16 12:07:40 talc systemd[723]: Started flatpak document portal service.
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI3__sink disabled
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI2__sink disabled
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI1__sink disabled
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic2__source disabled
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source disabled
Aug 16 12:07:40 talc systemd[723]: Starting Portal service (GTK/GNOME implementation)...
Aug 16 12:07:40 talc systemd[723]: Started Portal service (GTK/GNOME implementation).
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc systemd[723]: Started Portal service.
Aug 16 12:07:41 talc systemd[723]: Created slice Slice /app/dbus-:1.20-org.a11y.atspi.Registry.
Aug 16 12:07:41 talc systemd[723]: Started dbus-:1.20-org.a11y.atspi.Registry@0.service.
Aug 16 12:07:41 talc at-spi2-registryd[937]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 16 12:07:42 talc systemd-networkd[457]: wlan0: Lost carrier
Aug 16 12:07:42 talc kernel: wlan0: Connection to AP 80:69:1a:1e:46:d7 lost
Aug 16 12:07:43 talc systemd[723]: Created slice Slice /app/dbus-:1.11-org.gnome.Ptyxis.
Aug 16 12:07:43 talc systemd[723]: Started dbus-:1.11-org.gnome.Ptyxis@0.service.
Aug 16 12:07:43 talc iwd[617]: Received Deauthentication event, reason: 4, from_ap: false
Aug 16 12:07:43 talc iwd[617]: event: disconnect-info, reason: 4
Aug 16 12:07:43 talc iwd[617]: event: state, old: connected, new: disconnected
Aug 16 12:07:43 talc iwd[617]: event: state, old: disconnected, new: autoconnect_quick
Aug 16 12:07:43 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d6, signal: -50, load: 8/255
Aug 16 12:07:43 talc iwd[617]: event: state, old: autoconnect_quick, new: connecting (auto)
Aug 16 12:07:43 talc kernel: wlan0: authenticate with 80:69:1a:1e:46:d6 (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:07:43 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 1/3)
Aug 16 12:07:43 talc ptyxis[951]: MESA-INTEL: warning: ../mesa-25.1.7/src/intel/vulkan/anv_formats.c:940: FINISHME: support YUV colorspace with DRM format modifiers
Aug 16 12:07:43 talc ptyxis[951]: MESA-INTEL: warning: ../mesa-25.1.7/src/intel/vulkan/anv_formats.c:972: FINISHME: support more multi-planar formats with DRM modifiers
Aug 16 12:07:43 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 2/3)
Aug 16 12:07:43 talc systemd[723]: Started [systemd-run] /usr/bin/bash.
Aug 16 12:07:43 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 3/3)
Aug 16 12:07:44 talc kernel: wlan0: authentication with 80:69:1a:1e:46:d6 timed out
Aug 16 12:07:44 talc iwd[617]: event: connect-timeout, reason: 2
Aug 16 12:07:44 talc iwd[617]: event: connect-failed, status: 1
Aug 16 12:07:44 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d7, signal: -61, load: 2/255
Aug 16 12:07:44 talc iwd[617]: event: connect-timeout, reason: 0
Aug 16 12:07:44 talc iwd[617]: event: connect-failed, status: 1
Aug 16 12:07:44 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:39:fc, signal: -62, load: 33/255
Aug 16 12:07:44 talc kernel: wlan0: authenticate with 80:69:1a:1e:39:fc (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:07:44 talc kernel: wlan0: send auth to 80:69:1a:1e:39:fc (try 1/3)
Aug 16 12:07:44 talc kernel: wlan0: send auth to 80:69:1a:1e:39:fc (try 2/3)
Aug 16 12:07:44 talc kernel: wlan0: authenticated
Aug 16 12:07:44 talc kernel: wlan0: associate with 80:69:1a:1e:39:fc (try 1/3)
Aug 16 12:07:44 talc kernel: wlan0: RX AssocResp from 80:69:1a:1e:39:fc (capab=0x31 status=0 aid=6)
Aug 16 12:07:44 talc kernel: wlan0: associated
Aug 16 12:07:44 talc systemd-networkd[457]: wlan0: Connected WiFi access point: turmeric_nomap (80:69:1a:1e:39:fc)
Aug 16 12:07:44 talc iwd[617]: event: state, old: connecting (auto), new: connected
Aug 16 12:07:44 talc systemd-networkd[457]: wlan0: Gained carrier
Aug 16 12:07:45 talc kernel: usb 1-4: USB disconnect, device number 2
Aug 16 12:07:46 talc systemd-networkd[457]: wlan0: DHCPv4 address 10.0.0.119/24, gateway 10.0.0.1 acquired from 10.0.0.1
Aug 16 12:07:46 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:47 talc systemd-timesyncd[438]: Contacted time server 64.44.115.65:123 (2.arch.pool.ntp.org).
Aug 16 12:07:47 talc systemd-timesyncd[438]: Initial clock synchronization to Sat 2025-08-16 12:07:46.745055 EDT.
Aug 16 12:08:16 talc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 16 12:08:51 talc systemd[723]: Started [systemd-run] /usr/bin/bash.
Aug 16 12:08:53 talc polkitd[822]: Registered Authentication Agent for unix-process:1023:30988 (system bus name :1.30 [/usr/bin/pkttyagent --notify-fd 6 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Aug 16 12:09:04 talc polkit-agent-helper-1[1032]: pam_unix(polkit-1:auth): authentication failure; logname=anonymous uid=1000 euid=0 tty= ruser=anonymous rhost=  user=anonymous
Aug 16 12:09:04 talc systemd[1]: Starting Fingerprint Authentication Daemon...
Aug 16 12:09:04 talc systemd[1]: Started Fingerprint Authentication Daemon.
Aug 16 12:09:10 talc polkitd[822]: Operator of unix-process:1023:30988 successfully authenticated as unix-user:anonymous to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.29 [run0] (owned by unix-user:anonymous)
Aug 16 12:09:10 talc systemd[1]: Starting [run0] /usr/bin/bash...
Aug 16 12:09:10 talc (bash)[1055]: pam_warn(systemd-run0:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-run0] terminal=[/dev/pts/2] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Aug 16 12:09:10 talc systemd-logind[621]: New session 3 of user root.
Aug 16 12:09:10 talc systemd[1]: Created slice User Slice of UID 0.
Aug 16 12:09:10 talc systemd[1]: Starting User Runtime Directory /run/user/0...
Aug 16 12:09:10 talc systemd[1]: Finished User Runtime Directory /run/user/0.
Aug 16 12:09:10 talc systemd[1]: Starting User Manager for UID 0...
Aug 16 12:09:10 talc (systemd)[1061]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Aug 16 12:09:10 talc (systemd)[1061]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
Aug 16 12:09:10 talc systemd-logind[621]: New session 4 of user root.
Aug 16 12:09:10 talc systemd-xdg-autostart-generator[1070]: Exec binary '/usr/lib/geoclue-2.0/demos/agent' does not exist: No such file or directory
Aug 16 12:09:10 talc systemd-xdg-autostart-generator[1070]: /etc/xdg/autostart/geoclue-demo-agent.desktop.disable: not generating unit, executable specified in Exec= does not exist.
Aug 16 12:09:10 talc systemd[1061]: Queued start job for default target Main User Target.
Aug 16 12:09:10 talc systemd[1061]: Created slice User Application Slice.
Aug 16 12:09:10 talc systemd[1061]: Reached target Paths.
Aug 16 12:09:10 talc systemd[1061]: Reached target Timers.
Aug 16 12:09:10 talc systemd[1061]: Starting D-Bus User Message Bus Socket...
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG network certificate management daemon.
Aug 16 12:09:10 talc systemd[1061]: Starting GCR ssh-agent wrapper...
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG public key management service.
Aug 16 12:09:10 talc systemd[1061]: Listening on p11-kit server.
Aug 16 12:09:10 talc systemd[1061]: PipeWire PulseAudio was skipped because of an unmet condition check (ConditionUser=!root).
Aug 16 12:09:10 talc systemd[1061]: PipeWire Multimedia System Sockets was skipped because of an unmet condition check (ConditionUser=!root).
Aug 16 12:09:10 talc systemd[1061]: Listening on D-Bus User Message Bus Socket.
Aug 16 12:09:10 talc systemd[1061]: Listening on GCR ssh-agent wrapper.
Aug 16 12:09:10 talc systemd[1061]: Reached target Sockets.
Aug 16 12:09:10 talc systemd[1061]: Reached target Basic System.
Aug 16 12:09:10 talc systemd[1]: Started User Manager for UID 0.
Aug 16 12:09:10 talc systemd[1061]: Starting Update XDG user dir configuration...
Aug 16 12:09:10 talc systemd[1]: Started Session 3 of User root.
Aug 16 12:09:10 talc (bash)[1055]: pam_unix(systemd-run0:session): session opened for user root(uid=0) by root(uid=0)
Aug 16 12:09:10 talc systemd[1]: Started [run0] /usr/bin/bash.
Aug 16 12:09:10 talc systemd[1061]: Finished Update XDG user dir configuration.
Aug 16 12:09:10 talc systemd[1061]: Reached target Main User Target.
Aug 16 12:09:10 talc systemd[1061]: Startup finished in 209ms.
Aug 16 12:09:40 talc systemd[1]: fprintd.service: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: run-p1023-i1024.service: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: session-3.scope: Deactivated successfully.
Aug 16 12:12:35 talc polkitd[822]: Unregistered Authentication Agent for unix-process:1023:30988 (system bus name :1.30, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Aug 16 12:12:35 talc systemd-logind[621]: Session 3 logged out. Waiting for processes to exit.
Aug 16 12:12:35 talc (sd-pam)[1066]: pam_unix(systemd-user:session): session closed for user root
Aug 16 12:12:35 talc systemd-logind[621]: Removed session 3.
Aug 16 12:12:35 talc systemd[1]: Stopping User Manager for UID 0...
Aug 16 12:12:35 talc systemd[1061]: Activating special unit Exit the Session...
Aug 16 12:12:35 talc systemd[1061]: Stopped target Main User Target.
Aug 16 12:12:35 talc systemd[1061]: Stopped target Basic System.
Aug 16 12:12:35 talc systemd[1061]: Stopped target Paths.
Aug 16 12:12:35 talc systemd[1061]: Stopped target Sockets.
Aug 16 12:12:35 talc systemd[1061]: Stopped target Timers.
Aug 16 12:12:35 talc systemd[1061]: Closed D-Bus User Message Bus Socket.
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG network certificate management daemon.
Aug 16 12:12:35 talc systemd[1061]: Closed GCR ssh-agent wrapper.
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG public key management service.
Aug 16 12:12:35 talc systemd[1061]: Closed p11-kit server.
Aug 16 12:12:35 talc systemd[1061]: Removed slice User Application Slice.
Aug 16 12:12:35 talc systemd[1061]: Reached target Shutdown.
Aug 16 12:12:35 talc systemd[1061]: Finished Exit the Session.
Aug 16 12:12:35 talc systemd[1061]: Reached target Exit the Session.
Aug 16 12:12:35 talc systemd-logind[621]: Removed session 4.
Aug 16 12:12:35 talc systemd[1]: user@0.service: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: Stopped User Manager for UID 0.
Aug 16 12:12:35 talc systemd[1]: Stopping User Runtime Directory /run/user/0...
Aug 16 12:12:35 talc systemd[1]: run-user-0.mount: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: Stopped User Runtime Directory /run/user/0.
Aug 16 12:12:35 talc systemd[1]: Removed slice User Slice of UID 0.
Aug 16 12:12:41 talc systemd-logind[621]: Power key pressed short.
Aug 16 12:12:41 talc systemd-logind[621]: Suspending...
Aug 16 12:12:41 talc systemd[1]: Reached target Sleep.
Aug 16 12:12:41 talc systemd[1]: Starting System Suspend...
Aug 16 12:12:41 talc systemd[1]: user@1000.service: Unit now frozen-by-parent.
Aug 16 12:12:41 talc systemd[1]: session-1.scope: Unit now frozen-by-parent.
Aug 16 12:12:41 talc systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Aug 16 12:12:41 talc systemd[1]: user.slice: Unit now frozen.
Aug 16 12:12:41 talc systemd-sleep[1204]: Successfully froze unit 'user.slice'.
Aug 16 12:12:41 talc systemd-sleep[1204]: Performing sleep operation 'suspend'...
Aug 16 12:12:41 talc kernel: PM: suspend entry (s2idle)
Aug 16 12:12:41 talc kernel: Filesystems sync: 0.003 seconds
Aug 16 12:12:53 talc kernel: Freezing user space processes
Aug 16 12:12:53 talc kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Aug 16 12:12:53 talc kernel: OOM killer disabled.
Aug 16 12:12:53 talc kernel: Freezing remaining freezable tasks
Aug 16 12:12:53 talc kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Aug 16 12:12:53 talc kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Aug 16 12:12:53 talc kernel: wlan0: deauthenticating from 80:69:1a:1e:39:fc by local choice (Reason: 3=DEAUTH_LEAVING)
Aug 16 12:12:53 talc kernel: ACPI: EC: interrupt blocked
Aug 16 12:12:53 talc kernel: ACPI: EC: interrupt unblocked
Aug 16 12:12:53 talc kernel: intel-ipu6 0000:00:05.0: IPU6 in secure mode
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/ehl_guc_70.1.1.bin version 70.1.1
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/ehl_huc_9.0.0.bin version 9.0.0
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
Aug 16 12:12:53 talc kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 16 12:12:53 talc kernel: xhci_hcd 0000:00:14.0: xHCI host not responding to stop endpoint command
Aug 16 12:12:53 talc kernel: xhci_hcd 0000:00:14.0: xHCI host controller not responding, assume dead
Aug 16 12:12:53 talc kernel: xhci_hcd 0000:00:14.0: HC died; cleaning up
Aug 16 12:12:53 talc kernel: usb 1-8: PM: dpm_run_callback(): usb_dev_resume returns -22
Aug 16 12:12:53 talc kernel: usb 1-5: PM: dpm_run_callback(): usb_dev_resume returns -5
Aug 16 12:12:53 talc kernel: usb 1-5: PM: failed to resume async: error -5
Aug 16 12:12:53 talc kernel: usb 1-8: PM: failed to resume async: error -22

The error is not present on 6.15.9.

Offline

#10 2025-08-17 06:18:08

mmy8x
Member
Registered: 2025-03-02
Posts: 66

Re: [solved] linux-6.16 breaks waking usb from suspend

This looks like it fails already during suspend and then just stays nonfunctional after resuming. Can you post the rest of this log?

There was a bunch of xHCI changes to 6.16, but no idea which may be causing "not responding to stop endpoint". Would anyone with affected hardware volunteer to git-bisect this?

This is likely introduced by one of these pull requests, so if you don't want to brute force through all v6.15..v6.16 changes and feel lucky today, try only these three ranges:
https://lore.kernel.org/linux-usb/aEKpc … kroah.com/
https://lore.kernel.org/linux-usb/aGfko … kroah.com/
https://lore.kernel.org/linux-usb/aHzI4 … kroah.com/

I'm pretty sure nobody reported this upstream yet, I will do it later today if nobody else does.

Offline

#11 2025-08-17 09:54:43

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

Re: [solved] linux-6.16 breaks waking usb from suspend

Your wifi is on that bus…

Aug 16 12:07:31 talc kernel:  nvme0n1: p1 p2 p3 p4 p5

How many parallel windows installations are there?

@coder2195, do you similar "HC died; cleaning up" errors?

Offline

#12 2025-08-17 14:27:53

brian001
Member
Registered: 2021-01-04
Posts: 30

Re: [solved] linux-6.16 breaks waking usb from suspend

seth wrote:

Your wifi is on that bus…

Aug 16 12:07:31 talc kernel:  nvme0n1: p1 p2 p3 p4 p5

How many parallel windows installations are there?

@coder2195, do you similar "HC died; cleaning up" errors?

That's windows being windows. p1 efi, p2 a 16mb ms reserved, p3 windows, p4 windows recovery, p5 arch. all so i can do hardware updates.

Is there a good guide for bisecting on arch using makepkg? i see the linux package no longer uses git and the linux-git on aur seems out of date. I've never bisected, but i am comfortable with git.

Thanks for doing the bug report. I'm not sure what info to include.

Log including the log in attempts after waking from sleep until final hard reset.

Aug 16 12:07:31 talc kernel: Linux version 6.16.0-arch2-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Wed, 13 Aug 2025 23:38:48 +0000
Aug 16 12:07:31 talc kernel: Command line: panic=0 audit=0 fbcon=rotate:3 rw cryptdevice=UUID=6218805b-a526-4b8b-82da-d55407aff207:arch root=/dev/mapper/arch rootflags=subvol=/@
Aug 16 12:07:31 talc kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Aug 16 12:07:31 talc kernel: BIOS-provided physical RAM map:
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000070a5efff] usable
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000070a5f000-0x0000000074ccefff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000074ccf000-0x0000000075abefff] ACPI NVS
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000075abf000-0x0000000075bfefff] ACPI data
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000075bff000-0x0000000075bfffff] usable
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000075c00000-0x000000007f3fffff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x00000000ff500000-0x00000000ffffffff] reserved
Aug 16 12:07:31 talc kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000180bfffff] usable
Aug 16 12:07:31 talc kernel: NX (Execute Disable) protection: active
Aug 16 12:07:31 talc kernel: APIC: Static calls initialized
Aug 16 12:07:31 talc kernel: efi: EFI v2.7 by INSYDE Corp.
Aug 16 12:07:31 talc kernel: efi: ACPI=0x75bfe000 ACPI 2.0=0x75bfe014 TPMFinalLog=0x75a76000 ESRT=0x723b7d18 SMBIOS=0x72193000 MEMATTR=0x5ff72018 RNG=0x75bccf18 INITRD=0x5f6b2e98 TPMEventLog=0x75b7b018 
Aug 16 12:07:31 talc kernel: random: crng init done
Aug 16 12:07:31 talc kernel: efi: Not removing mem69: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map
Aug 16 12:07:31 talc kernel: efi: Remove mem71: MMIO range=[0xff500000-0xffffffff] (11MB) from e820 map
Aug 16 12:07:31 talc kernel: e820: remove [mem 0xff500000-0xffffffff] reserved
Aug 16 12:07:31 talc kernel: SMBIOS 3.3 present.
Aug 16 12:07:31 talc kernel: DMI: HP HP Tablet 11m-be0xxx/8966, BIOS F.12 03/09/2023
Aug 16 12:07:31 talc kernel: DMI: Memory slots populated: 1/1
Aug 16 12:07:31 talc kernel: tsc: Detected 1100.000 MHz processor
Aug 16 12:07:31 talc kernel: tsc: Detected 1113.600 MHz TSC
Aug 16 12:07:31 talc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 16 12:07:31 talc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 16 12:07:31 talc kernel: last_pfn = 0x180c00 max_arch_pfn = 0x400000000
Aug 16 12:07:31 talc kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Aug 16 12:07:31 talc kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 16 12:07:31 talc kernel: last_pfn = 0x75c00 max_arch_pfn = 0x400000000
Aug 16 12:07:31 talc kernel: esrt: Reserving ESRT space from 0x00000000723b7d18 to 0x00000000723b7d50.
Aug 16 12:07:31 talc kernel: Secure boot disabled
Aug 16 12:07:31 talc kernel: RAMDISK: [mem 0x5101d000-0x57b96fff]
Aug 16 12:07:31 talc kernel: ACPI: Early table checksum verification disabled
Aug 16 12:07:31 talc kernel: ACPI: RSDP 0x0000000075BFE014 000024 (v02 HPQOEM)
Aug 16 12:07:31 talc kernel: ACPI: XSDT 0x0000000075BD5188 000144 (v01 HPQOEM SLIC-MPC 00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: FACP 0x0000000075BD1000 000114 (v06 HPQOEM SLIC-MPC 00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: DSDT 0x0000000075B85000 046A42 (v02 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: FACS 0x0000000075A52000 000040
Aug 16 12:07:31 talc kernel: ACPI: UEFI 0x0000000075ABE000 000236 (v01 HPQOEM 8966     00000001 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF9000 00366B (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF8000 000101 (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF6000 001CA4 (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF2000 003291 (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BF1000 000149 (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BEE000 0025ED (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BED000 000812 (v02 HPQOEM 8966     00003000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BEC000 00077B (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: TPM2 0x0000000075BEB000 00004C (v04 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BEA000 00017D (v01 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BE1000 00887C (v01 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: MSDM 0x0000000075BE0000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BDD000 002F31 (v02 HPQOEM 8966     00000000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: NHLT 0x0000000075BDB000 001B84 (v00 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BD9000 00118F (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: LPIT 0x0000000075BD8000 000094 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: WSMT 0x0000000075BD7000 000028 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BD6000 000B70 (v02 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075BFD000 000122 (v02 HPQOEM 8966     00000000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: DBGP 0x0000000075BD4000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: DBG2 0x0000000075BD3000 000054 (v00 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: ECDT 0x0000000075BD2000 000069 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: HPET 0x0000000075BD0000 000038 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: APIC 0x0000000075BCF000 00012C (v04 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: MCFG 0x0000000075BCE000 00003C (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: PRAM 0x0000000075BCD000 000030 (v01 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B84000 000152 (v01 HPQOEM 8966     00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B83000 000F8A (v02 HPQOEM 8966     00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B82000 000D55 (v02 HPQOEM 8966     00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B81000 00070C (v01 HPQOEM 8966     00000002 HP   01000013)
Aug 16 12:07:31 talc kernel: ACPI: DMAR 0x0000000075B80000 0000A0 (v02 HPQOEM 8966     00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0x0000000075B7F000 0000F8 (v01 HPQOEM 8966     00001000 HP   20160422)
Aug 16 12:07:31 talc kernel: ACPI: FPDT 0x0000000075B7E000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: BGRT 0x0000000075B7D000 000038 (v01 HPQOEM 8966     00000001 HP   00040000)
Aug 16 12:07:31 talc kernel: ACPI: Reserving FACP table memory at [mem 0x75bd1000-0x75bd1113]
Aug 16 12:07:31 talc kernel: ACPI: Reserving DSDT table memory at [mem 0x75b85000-0x75bcba41]
Aug 16 12:07:31 talc kernel: ACPI: Reserving FACS table memory at [mem 0x75a52000-0x75a5203f]
Aug 16 12:07:31 talc kernel: ACPI: Reserving UEFI table memory at [mem 0x75abe000-0x75abe235]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf9000-0x75bfc66a]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf8000-0x75bf8100]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf6000-0x75bf7ca3]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf2000-0x75bf5290]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bf1000-0x75bf1148]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bee000-0x75bf05ec]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bed000-0x75bed811]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bec000-0x75bec77a]
Aug 16 12:07:31 talc kernel: ACPI: Reserving TPM2 table memory at [mem 0x75beb000-0x75beb04b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bea000-0x75bea17c]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75be1000-0x75be987b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving MSDM table memory at [mem 0x75be0000-0x75be0054]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bdd000-0x75bdff30]
Aug 16 12:07:31 talc kernel: ACPI: Reserving NHLT table memory at [mem 0x75bdb000-0x75bdcb83]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bd9000-0x75bda18e]
Aug 16 12:07:31 talc kernel: ACPI: Reserving LPIT table memory at [mem 0x75bd8000-0x75bd8093]
Aug 16 12:07:31 talc kernel: ACPI: Reserving WSMT table memory at [mem 0x75bd7000-0x75bd7027]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bd6000-0x75bd6b6f]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75bfd000-0x75bfd121]
Aug 16 12:07:31 talc kernel: ACPI: Reserving DBGP table memory at [mem 0x75bd4000-0x75bd4033]
Aug 16 12:07:31 talc kernel: ACPI: Reserving DBG2 table memory at [mem 0x75bd3000-0x75bd3053]
Aug 16 12:07:31 talc kernel: ACPI: Reserving ECDT table memory at [mem 0x75bd2000-0x75bd2068]
Aug 16 12:07:31 talc kernel: ACPI: Reserving HPET table memory at [mem 0x75bd0000-0x75bd0037]
Aug 16 12:07:31 talc kernel: ACPI: Reserving APIC table memory at [mem 0x75bcf000-0x75bcf12b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving MCFG table memory at [mem 0x75bce000-0x75bce03b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving PRAM table memory at [mem 0x75bcd000-0x75bcd02f]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b84000-0x75b84151]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b83000-0x75b83f89]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b82000-0x75b82d54]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b81000-0x75b8170b]
Aug 16 12:07:31 talc kernel: ACPI: Reserving DMAR table memory at [mem 0x75b80000-0x75b8009f]
Aug 16 12:07:31 talc kernel: ACPI: Reserving SSDT table memory at [mem 0x75b7f000-0x75b7f0f7]
Aug 16 12:07:31 talc kernel: ACPI: Reserving FPDT table memory at [mem 0x75b7e000-0x75b7e043]
Aug 16 12:07:31 talc kernel: ACPI: Reserving BGRT table memory at [mem 0x75b7d000-0x75b7d037]
Aug 16 12:07:31 talc kernel: No NUMA configuration found
Aug 16 12:07:31 talc kernel: Faking a node at [mem 0x0000000000000000-0x0000000180bfffff]
Aug 16 12:07:31 talc kernel: NODE_DATA(0) allocated [mem 0x180bd4280-0x180bfefff]
Aug 16 12:07:31 talc kernel: Zone ranges:
Aug 16 12:07:31 talc kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 16 12:07:31 talc kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 16 12:07:31 talc kernel:   Normal   [mem 0x0000000100000000-0x0000000180bfffff]
Aug 16 12:07:31 talc kernel:   Device   empty
Aug 16 12:07:31 talc kernel: Movable zone start for each node
Aug 16 12:07:31 talc kernel: Early memory node ranges
Aug 16 12:07:31 talc kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Aug 16 12:07:31 talc kernel:   node   0: [mem 0x0000000000100000-0x0000000070a5efff]
Aug 16 12:07:31 talc kernel:   node   0: [mem 0x0000000075bff000-0x0000000075bfffff]
Aug 16 12:07:31 talc kernel:   node   0: [mem 0x0000000100000000-0x0000000180bfffff]
Aug 16 12:07:31 talc kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000180bfffff]
Aug 16 12:07:31 talc kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: On node 0, zone DMA32: 20896 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: On node 0, zone Normal: 9216 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: On node 0, zone Normal: 29696 pages in unavailable ranges
Aug 16 12:07:31 talc kernel: Reserving Intel graphics memory at [mem 0x7b800000-0x7f3fffff]
Aug 16 12:07:31 talc kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Aug 16 12:07:31 talc kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Aug 16 12:07:31 talc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 16 12:07:31 talc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 16 12:07:31 talc kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 16 12:07:31 talc kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 16 12:07:31 talc kernel: e820: update [mem 0x5f794000-0x5f7dffff] usable ==> reserved
Aug 16 12:07:31 talc kernel: TSC deadline timer available
Aug 16 12:07:31 talc kernel: CPU topo: Max. logical packages:   1
Aug 16 12:07:31 talc kernel: CPU topo: Max. logical dies:       1
Aug 16 12:07:31 talc kernel: CPU topo: Max. dies per package:   1
Aug 16 12:07:31 talc kernel: CPU topo: Max. threads per core:   1
Aug 16 12:07:31 talc kernel: CPU topo: Num. cores per package:     4
Aug 16 12:07:31 talc kernel: CPU topo: Num. threads per package:   4
Aug 16 12:07:31 talc kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x5f794000-0x5f7dffff]
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x70a5f000-0x75bfefff]
Aug 16 12:07:31 talc kernel: PM: hibernation: Registered nosave memory: [mem 0x75c00000-0xffffffff]
Aug 16 12:07:31 talc kernel: [mem 0x7f400000-0xfe00ffff] available for PCI devices
Aug 16 12:07:31 talc kernel: Booting paravirtualized kernel on bare hardware
Aug 16 12:07:31 talc kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Aug 16 12:07:31 talc kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Aug 16 12:07:31 talc kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u524288
Aug 16 12:07:31 talc kernel: pcpu-alloc: s217088 r8192 d28672 u524288 alloc=1*2097152
Aug 16 12:07:31 talc kernel: pcpu-alloc: [0] 0 1 2 3 
Aug 16 12:07:31 talc kernel: Kernel command line: panic=0 audit=0 fbcon=rotate:3 rw cryptdevice=UUID=6218805b-a526-4b8b-82da-d55407aff207:arch root=/dev/mapper/arch rootflags=subvol=/@
Aug 16 12:07:31 talc kernel: audit: disabled (until reboot)
Aug 16 12:07:31 talc kernel: Unknown kernel command line parameters "cryptdevice=UUID=6218805b-a526-4b8b-82da-d55407aff207:arch", will be passed to user space.
Aug 16 12:07:31 talc kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Aug 16 12:07:31 talc kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Aug 16 12:07:31 talc kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 16 12:07:31 talc kernel: software IO TLB: area num 4.
Aug 16 12:07:31 talc kernel: Fallback order for Node 0: 0 
Aug 16 12:07:31 talc kernel: Built 1 zonelists, mobility grouping on.  Total pages: 988670
Aug 16 12:07:31 talc kernel: Policy zone: Normal
Aug 16 12:07:31 talc kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 16 12:07:31 talc kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 16 12:07:31 talc kernel: ftrace: allocating 56034 entries in 220 pages
Aug 16 12:07:31 talc kernel: ftrace: allocated 220 pages with 5 groups
Aug 16 12:07:31 talc kernel: Dynamic Preempt: full
Aug 16 12:07:31 talc kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 16 12:07:31 talc kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Aug 16 12:07:31 talc kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 16 12:07:31 talc kernel:         Trampoline variant of Tasks RCU enabled.
Aug 16 12:07:31 talc kernel:         Rude variant of Tasks RCU enabled.
Aug 16 12:07:31 talc kernel:         Tracing variant of Tasks RCU enabled.
Aug 16 12:07:31 talc kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Aug 16 12:07:31 talc kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Aug 16 12:07:31 talc kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Aug 16 12:07:31 talc kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Aug 16 12:07:31 talc kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Aug 16 12:07:31 talc kernel: NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
Aug 16 12:07:31 talc kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 16 12:07:31 talc kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 16 12:07:31 talc kernel: Console: colour dummy device 80x25
Aug 16 12:07:31 talc kernel: printk: legacy console [tty0] enabled
Aug 16 12:07:31 talc kernel: ACPI: Core revision 20250404
Aug 16 12:07:31 talc kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 16 12:07:31 talc kernel: APIC: Switch to symmetric I/O mode setup
Aug 16 12:07:31 talc kernel: DMAR: Host address width 39
Aug 16 12:07:31 talc kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 16 12:07:31 talc kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
Aug 16 12:07:31 talc kernel: DMAR: DRHD base: 0x000000fed92000 flags: 0x0
Aug 16 12:07:31 talc kernel: DMAR: dmar1: reg_base_addr fed92000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 16 12:07:31 talc kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 16 12:07:31 talc kernel: DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 16 12:07:31 talc kernel: DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f3fffff
Aug 16 12:07:31 talc kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
Aug 16 12:07:31 talc kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 16 12:07:31 talc kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 16 12:07:31 talc kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Aug 16 12:07:31 talc kernel: x2apic enabled
Aug 16 12:07:31 talc kernel: APIC: Switched APIC routing to: cluster x2apic
Aug 16 12:07:31 talc kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x100d48ce7a0, max_idle_ns: 440795212195 ns
Aug 16 12:07:31 talc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2227.20 BogoMIPS (lpj=1113600)
Aug 16 12:07:31 talc kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 16 12:07:31 talc kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 16 12:07:31 talc kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Aug 16 12:07:31 talc kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Aug 16 12:07:31 talc kernel: process: using mwait in idle threads
Aug 16 12:07:31 talc kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 16 12:07:31 talc kernel: SRBDS: Vulnerable: No microcode
Aug 16 12:07:31 talc kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Aug 16 12:07:31 talc kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Aug 16 12:07:31 talc kernel: Register File Data Sampling: Mitigation: Clear Register File
Aug 16 12:07:31 talc kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 16 12:07:31 talc kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 16 12:07:31 talc kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Aug 16 12:07:31 talc kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 16 12:07:31 talc kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 16 12:07:31 talc kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'compacted' format.
Aug 16 12:07:31 talc kernel: Freeing SMP alternatives memory: 56K
Aug 16 12:07:31 talc kernel: pid_max: default: 32768 minimum: 301
Aug 16 12:07:31 talc kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Aug 16 12:07:31 talc kernel: landlock: Up and running.
Aug 16 12:07:31 talc kernel: Yama: becoming mindful.
Aug 16 12:07:31 talc kernel: LSM support for eBPF active
Aug 16 12:07:31 talc kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Aug 16 12:07:31 talc kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Aug 16 12:07:31 talc kernel: smpboot: CPU0: Intel(R) Pentium(R) Silver N6000 @ 1.10GHz (family: 0x6, model: 0x9c, stepping: 0x0)
Aug 16 12:07:31 talc kernel: Performance Events: PEBS fmt4+-baseline, PEBS-via-PT,  AnyThread deprecated, Tremont events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 16 12:07:31 talc kernel: ... version:                5
Aug 16 12:07:31 talc kernel: ... bit width:              48
Aug 16 12:07:31 talc kernel: ... generic registers:      4
Aug 16 12:07:31 talc kernel: ... value mask:             0000ffffffffffff
Aug 16 12:07:31 talc kernel: ... max period:             00007fffffffffff
Aug 16 12:07:31 talc kernel: ... fixed-purpose events:   3
Aug 16 12:07:31 talc kernel: ... event mask:             000000070000000f
Aug 16 12:07:31 talc kernel: signal: max sigframe size: 1520
Aug 16 12:07:31 talc kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2885
Aug 16 12:07:31 talc kernel: rcu: Hierarchical SRCU implementation.
Aug 16 12:07:31 talc kernel: rcu:         Max phase no-delay instances is 400.
Aug 16 12:07:31 talc kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Aug 16 12:07:31 talc kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 16 12:07:31 talc kernel: smp: Bringing up secondary CPUs ...
Aug 16 12:07:31 talc kernel: smpboot: x86: Booting SMP configuration:
Aug 16 12:07:31 talc kernel: .... node  #0, CPUs:      #1 #2 #3
Aug 16 12:07:31 talc kernel: smp: Brought up 1 node, 4 CPUs
Aug 16 12:07:31 talc kernel: smpboot: Total of 4 processors activated (8908.80 BogoMIPS)
Aug 16 12:07:31 talc kernel: Memory: 3630572K/3954680K available (19844K kernel code, 2943K rwdata, 16656K rodata, 4664K init, 4952K bss, 309928K reserved, 0K cma-reserved)
Aug 16 12:07:31 talc kernel: devtmpfs: initialized
Aug 16 12:07:31 talc kernel: x86/mm: Memory block size: 128MB
Aug 16 12:07:31 talc kernel: ACPI: PM: Registering ACPI NVS region [mem 0x74ccf000-0x75abefff] (14614528 bytes)
Aug 16 12:07:31 talc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Aug 16 12:07:31 talc kernel: posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
Aug 16 12:07:31 talc kernel: futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
Aug 16 12:07:31 talc kernel: pinctrl core: initialized pinctrl subsystem
Aug 16 12:07:31 talc kernel: PM: RTC time: 16:03:43, date: 2025-08-16
Aug 16 12:07:31 talc kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 16 12:07:31 talc kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Aug 16 12:07:31 talc kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 16 12:07:31 talc kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 16 12:07:31 talc kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 16 12:07:31 talc kernel: cpuidle: using governor ladder
Aug 16 12:07:31 talc kernel: cpuidle: using governor menu
Aug 16 12:07:31 talc kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Aug 16 12:07:31 talc kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 16 12:07:31 talc kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
Aug 16 12:07:31 talc kernel: PCI: Using configuration type 1 for base access
Aug 16 12:07:31 talc kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 16 12:07:31 talc kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
Aug 16 12:07:31 talc kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 16 12:07:31 talc kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 16 12:07:31 talc kernel: raid6: skipped pq benchmark and selected sse2x4
Aug 16 12:07:31 talc kernel: raid6: using ssse3x2 recovery algorithm
Aug 16 12:07:31 talc kernel: ACPI: Added _OSI(Module Device)
Aug 16 12:07:31 talc kernel: ACPI: Added _OSI(Processor Device)
Aug 16 12:07:31 talc kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: fbcon: Taking over console
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20250404/dswload2-326)
Aug 16 12:07:31 talc kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220)
Aug 16 12:07:31 talc kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Aug 16 12:07:31 talc kernel: ACPI: 20 ACPI AML tables successfully acquired and loaded
Aug 16 12:07:31 talc kernel: ACPI: EC: EC started
Aug 16 12:07:31 talc kernel: ACPI: EC: interrupt blocked
Aug 16 12:07:31 talc kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 16 12:07:31 talc kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941807800 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941804400 000227 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E894111D600 0001B3 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E894111D800 00013A (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941059000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941847000 00048A (v02 PmRef  ApHwp    00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941846800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Dynamic OEM Table Load:
Aug 16 12:07:31 talc kernel: ACPI: SSDT 0xFFFF8E8941845000 00048A (v02 PmRef  ApCst    00003000 INTL 20160422)
Aug 16 12:07:31 talc kernel: ACPI: Interpreter enabled
Aug 16 12:07:31 talc kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 16 12:07:31 talc kernel: ACPI: Using IOAPIC for interrupt routing
Aug 16 12:07:31 talc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 16 12:07:31 talc kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 16 12:07:31 talc kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS08.BTPR: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.I2C1.RCPR: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.I2C1.RCPQ: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.I2C5.TPL1.PXP_: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN00: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN01: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN02: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN03: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \_TZ_.FN04: New power resource
Aug 16 12:07:31 talc kernel: ACPI: \PIN_: New power resource
Aug 16 12:07:31 talc kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Aug 16 12:07:31 talc kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 16 12:07:31 talc kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Aug 16 12:07:31 talc kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Aug 16 12:07:31 talc kernel: PCI host bridge to bus 0000:00
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [mem 0x7f400000-0xbfffffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 16 12:07:31 talc kernel: pci 0000:00:00.0: [8086:4e26] type 00 class 0x060000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: [8086:4e71] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: BAR 0 [mem 0x6001000000-0x6001ffffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x4007ffffff 64bit pref]
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 16 12:07:31 talc kernel: pci 0000:00:04.0: [8086:4e03] type 00 class 0x118000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:04.0: BAR 0 [mem 0x6002100000-0x600210ffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:05.0: [8086:4e19] type 00 class 0x048000 PCIe Root Complex Integrated Endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:05.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:05.0: enabling Extended Tags
Aug 16 12:07:31 talc kernel: pci 0000:00:14.0: [8086:4ded] type 00 class 0x0c0330 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:14.0: BAR 0 [mem 0x7f500000-0x7f50ffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 16 12:07:31 talc kernel: pci 0000:00:14.2: [8086:4def] type 00 class 0x050000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:14.2: BAR 0 [mem 0x6002118000-0x6002119fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:14.2: BAR 2 [mem 0x6002121000-0x6002121fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:14.3: [8086:4df0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:14.3: BAR 0 [mem 0x6002114000-0x6002117fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Aug 16 12:07:31 talc kernel: pci 0000:00:15.0: [8086:4de8] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:15.1: [8086:4de9] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:15.2: [8086:4dea] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:15.2: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:16.0: [8086:4de0] type 00 class 0x078000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:16.0: BAR 0 [mem 0x600211d000-0x600211dfff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 16 12:07:31 talc kernel: pci 0000:00:19.0: [8086:4dc5] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:19.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:19.1: [8086:4dc6] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:19.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: [8086:4dbc] type 01 class 0x060400 PCIe Root Port
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0:   bridge window [mem 0x7f400000-0x7f4fffff]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.0: [8086:4d87] type 00 class 0x060100 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.3: [8086:4dc8] type 00 class 0x040100 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6002110000-0x6002113fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6002000000-0x60020fffff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.4: [8086:4da3] type 00 class 0x0c0500 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.4: BAR 0 [mem 0x600211a000-0x600211a0ff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.4: BAR 4 [io  0x3040-0x305f]
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.5: [8086:4da4] type 00 class 0x0c8000 conventional PCI endpoint
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Aug 16 12:07:31 talc kernel: pci 0000:01:00.0: [15b7:5004] type 00 class 0x010802 PCIe Endpoint
Aug 16 12:07:31 talc kernel: pci 0000:01:00.0: BAR 0 [mem 0x7f400000-0x7f403fff 64bit]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 16 12:07:31 talc kernel: Low-power S0 idle used by default for system suspend
Aug 16 12:07:31 talc kernel: ACPI: EC: interrupt unblocked
Aug 16 12:07:31 talc kernel: ACPI: EC: event unblocked
Aug 16 12:07:31 talc kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 16 12:07:31 talc kernel: ACPI: EC: GPE=0x6e
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot ECDT EC initialization complete
Aug 16 12:07:31 talc kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Aug 16 12:07:31 talc kernel: iommu: Default domain type: Translated
Aug 16 12:07:31 talc kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 16 12:07:31 talc kernel: SCSI subsystem initialized
Aug 16 12:07:31 talc kernel: libata version 3.00 loaded.
Aug 16 12:07:31 talc kernel: ACPI: bus type USB registered
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver usbfs
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver hub
Aug 16 12:07:31 talc kernel: usbcore: registered new device driver usb
Aug 16 12:07:31 talc kernel: EDAC MC: Ver: 3.0.0
Aug 16 12:07:31 talc kernel: efivars: Registered efivars operations
Aug 16 12:07:31 talc kernel: NetLabel: Initializing
Aug 16 12:07:31 talc kernel: NetLabel:  domain hash size = 128
Aug 16 12:07:31 talc kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 16 12:07:31 talc kernel: NetLabel:  unlabeled traffic allowed by default
Aug 16 12:07:31 talc kernel: mctp: management component transport protocol core
Aug 16 12:07:31 talc kernel: NET: Registered PF_MCTP protocol family
Aug 16 12:07:31 talc kernel: PCI: Using ACPI for IRQ routing
Aug 16 12:07:31 talc kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x5f794000-0x5fffffff]
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x70a5f000-0x73ffffff]
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x75c00000-0x77ffffff]
Aug 16 12:07:31 talc kernel: e820: reserve RAM buffer [mem 0x180c00000-0x183ffffff]
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 16 12:07:31 talc kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 16 12:07:31 talc kernel: vgaarb: loaded
Aug 16 12:07:31 talc kernel: Monitor-Mwait will be used to enter C-1 state
Aug 16 12:07:31 talc kernel: Monitor-Mwait will be used to enter C-2 state
Aug 16 12:07:31 talc kernel: Monitor-Mwait will be used to enter C-3 state
Aug 16 12:07:31 talc kernel: clocksource: Switched to clocksource tsc-early
Aug 16 12:07:31 talc kernel: VFS: Disk quotas dquot_6.6.0
Aug 16 12:07:31 talc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 16 12:07:31 talc kernel: pnp: PnP ACPI init
Aug 16 12:07:31 talc kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Aug 16 12:07:31 talc kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfea80000-0xfeafffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfeda0000-0xfeda0fff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfeda1000-0xfeda1fff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xc0000000-0xcfffffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfed20000-0xfed7ffff] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfed45000-0xfed8ffff] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [io  0x1800-0x18fe] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe04c000-0xfe04ffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe050000-0xfe0affff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfe200000-0xfe7fffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfd000000-0xfd68ffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:03: [mem 0xfd6f0000-0xfdffffff] has been reserved
Aug 16 12:07:31 talc kernel: system 00:04: [io  0x2000-0x20fe] has been reserved
Aug 16 12:07:31 talc kernel: pnp: PnP ACPI: found 6 devices
Aug 16 12:07:31 talc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 16 12:07:31 talc kernel: NET: Registered PF_INET protocol family
Aug 16 12:07:31 talc kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 16 12:07:31 talc kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Aug 16 12:07:31 talc kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 16 12:07:31 talc kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 16 12:07:31 talc kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Aug 16 12:07:31 talc kernel: TCP: Hash tables configured (established 32768 bind 32768)
Aug 16 12:07:31 talc kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Aug 16 12:07:31 talc kernel: UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 16 12:07:31 talc kernel: UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 16 12:07:31 talc kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 16 12:07:31 talc kernel: NET: Registered PF_XDP protocol family
Aug 16 12:07:31 talc kernel: pci 0000:00:15.0: BAR 0 [mem 0x4008000000-0x4008000fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:15.1: BAR 0 [mem 0x4008001000-0x4008001fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:15.2: BAR 0 [mem 0x4008002000-0x4008002fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:19.0: BAR 0 [mem 0x4008003000-0x4008003fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:19.1: BAR 0 [mem 0x4008004000-0x4008004fff 64bit]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:1f.5: BAR 0 [mem 0x7f510000-0x7f510fff]: assigned
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 16 12:07:31 talc kernel: pci 0000:00:1c.0:   bridge window [mem 0x7f400000-0x7f4fffff]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 7 [mem 0x7f400000-0xbfffffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Aug 16 12:07:31 talc kernel: pci_bus 0000:01: resource 1 [mem 0x7f400000-0x7f4fffff]
Aug 16 12:07:31 talc kernel: PCI: CLS 64 bytes, default 64
Aug 16 12:07:31 talc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 16 12:07:31 talc kernel: software IO TLB: mapped [mem 0x000000006c197000-0x0000000070197000] (64MB)
Aug 16 12:07:31 talc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x100d48ce7a0, max_idle_ns: 440795212195 ns
Aug 16 12:07:31 talc kernel: clocksource: Switched to clocksource tsc
Aug 16 12:07:31 talc kernel: Trying to unpack rootfs image as initramfs...
Aug 16 12:07:31 talc kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Aug 16 12:07:31 talc kernel: Initialise system trusted keyrings
Aug 16 12:07:31 talc kernel: Key type blacklist registered
Aug 16 12:07:31 talc kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0
Aug 16 12:07:31 talc kernel: fuse: init (API version 7.44)
Aug 16 12:07:31 talc kernel: integrity: Platform Keyring initialized
Aug 16 12:07:31 talc kernel: integrity: Machine keyring initialized
Aug 16 12:07:31 talc kernel: xor: measuring software checksum speed
Aug 16 12:07:31 talc kernel:    prefetch64-sse  : 12389 MB/sec
Aug 16 12:07:31 talc kernel:    generic_sse     : 11491 MB/sec
Aug 16 12:07:31 talc kernel: xor: using function: prefetch64-sse (12389 MB/sec)
Aug 16 12:07:31 talc kernel: Key type asymmetric registered
Aug 16 12:07:31 talc kernel: Asymmetric key parser 'x509' registered
Aug 16 12:07:31 talc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Aug 16 12:07:31 talc kernel: io scheduler mq-deadline registered
Aug 16 12:07:31 talc kernel: io scheduler kyber registered
Aug 16 12:07:31 talc kernel: io scheduler bfq registered
Aug 16 12:07:31 talc kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 16 12:07:31 talc kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Aug 16 12:07:31 talc kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 120
Aug 16 12:07:31 talc kernel: pcieport 0000:00:1c.0: DPC: enabled with IRQ 120
Aug 16 12:07:31 talc kernel: pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Aug 16 12:07:31 talc kernel: ACPI: AC: AC Adapter [ACAD] (off-line)
Aug 16 12:07:31 talc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/PNP0C0D:00/input/input0
Aug 16 12:07:31 talc kernel: ACPI: button: Lid Switch [LID0]
Aug 16 12:07:31 talc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 16 12:07:31 talc kernel: ACPI: button: Power Button [PWRB]
Aug 16 12:07:31 talc kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 16 12:07:31 talc kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Aug 16 12:07:31 talc kernel: thermal LNXTHERM:01: registered as thermal_zone1
Aug 16 12:07:31 talc kernel: ACPI: thermal: Thermal Zone [TZ02] (10 C)
Aug 16 12:07:31 talc kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 16 12:07:31 talc kernel: ACPI: battery: Slot [BAT1] (battery present)
Aug 16 12:07:31 talc kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 16 12:07:31 talc kernel: Non-volatile memory driver v1.3
Aug 16 12:07:31 talc kernel: Linux agpgart interface v0.103
Aug 16 12:07:31 talc kernel: ACPI: bus type drm_connector registered
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 16 12:07:31 talc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 16 12:07:31 talc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 16 12:07:31 talc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 16 12:07:31 talc kernel: usb usb1: Product: xHCI Host Controller
Aug 16 12:07:31 talc kernel: usb usb1: Manufacturer: Linux 6.16.0-arch2-1 xhci-hcd
Aug 16 12:07:31 talc kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 16 12:07:31 talc kernel: hub 1-0:1.0: USB hub found
Aug 16 12:07:31 talc kernel: hub 1-0:1.0: 8 ports detected
Aug 16 12:07:31 talc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 16 12:07:31 talc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 16 12:07:31 talc kernel: usb usb2: Product: xHCI Host Controller
Aug 16 12:07:31 talc kernel: usb usb2: Manufacturer: Linux 6.16.0-arch2-1 xhci-hcd
Aug 16 12:07:31 talc kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 16 12:07:31 talc kernel: hub 2-0:1.0: USB hub found
Aug 16 12:07:31 talc kernel: hub 2-0:1.0: 6 ports detected
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver usbserial_generic
Aug 16 12:07:31 talc kernel: usbserial: USB Serial support registered for generic
Aug 16 12:07:31 talc kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Aug 16 12:07:31 talc kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Aug 16 12:07:31 talc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 16 12:07:31 talc kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Aug 16 12:07:31 talc kernel: rtc_cmos rtc_cmos: registered as rtc0
Aug 16 12:07:31 talc kernel: rtc_cmos rtc_cmos: setting system clock to 2025-08-16T16:03:44 UTC (1755360224)
Aug 16 12:07:31 talc kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Aug 16 12:07:31 talc kernel: intel_pstate: Intel P-state driver initializing
Aug 16 12:07:31 talc kernel: intel_pstate: HWP enabled
Aug 16 12:07:31 talc kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Aug 16 12:07:31 talc kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Aug 16 12:07:31 talc kernel: Console: switching to colour frame buffer device 90x67
Aug 16 12:07:31 talc kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 16 12:07:31 talc kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver usbhid
Aug 16 12:07:31 talc kernel: usbhid: USB HID core driver
Aug 16 12:07:31 talc kernel: drop_monitor: Initializing network drop monitor service
Aug 16 12:07:31 talc kernel: NET: Registered PF_INET6 protocol family
Aug 16 12:07:31 talc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Aug 16 12:07:31 talc kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
Aug 16 12:07:31 talc kernel: usb 1-4: New USB device found, idVendor=0bda, idProduct=0177, bcdDevice=77.11
Aug 16 12:07:31 talc kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 16 12:07:31 talc kernel: usb 1-4: Product: USB2.0-CRW
Aug 16 12:07:31 talc kernel: usb 1-4: Manufacturer: Generic
Aug 16 12:07:31 talc kernel: usb 1-4: SerialNumber: 20121112761000000
Aug 16 12:07:31 talc kernel: usb 1-5: new full-speed USB device number 3 using xhci_hcd
Aug 16 12:07:31 talc kernel: usb 1-5: New USB device found, idVendor=06cb, idProduct=0100, bcdDevice= 0.00
Aug 16 12:07:31 talc kernel: usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Aug 16 12:07:31 talc kernel: usb 1-5: SerialNumber: 1ccbd67a19d2
Aug 16 12:07:31 talc kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Aug 16 12:07:31 talc kernel: Freeing initrd memory: 110056K
Aug 16 12:07:31 talc kernel: Segment Routing with IPv6
Aug 16 12:07:31 talc kernel: RPL Segment Routing with IPv6
Aug 16 12:07:31 talc kernel: In-situ OAM (IOAM) with IPv6
Aug 16 12:07:31 talc kernel: NET: Registered PF_PACKET protocol family
Aug 16 12:07:31 talc kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 16 12:07:31 talc kernel: microcode: Current revision: 0x24000026
Aug 16 12:07:31 talc kernel: microcode: Updated early from: 0x24000024
Aug 16 12:07:31 talc kernel: resctrl: L2 allocation detected
Aug 16 12:07:31 talc kernel: IPI shorthand broadcast: enabled
Aug 16 12:07:31 talc kernel: sched_clock: Marking stable (1557001358, 8413257)->(1644702222, -79287607)
Aug 16 12:07:31 talc kernel: registered taskstats version 1
Aug 16 12:07:31 talc kernel: Loading compiled-in X.509 certificates
Aug 16 12:07:31 talc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b10c86a8a051593ffbee02676e43c714cdb7e513'
Aug 16 12:07:31 talc kernel: zswap: loaded using pool zstd/zsmalloc
Aug 16 12:07:31 talc kernel: Demotion targets for Node 0: null
Aug 16 12:07:31 talc kernel: Key type .fscrypt registered
Aug 16 12:07:31 talc kernel: Key type fscrypt-provisioning registered
Aug 16 12:07:31 talc kernel: Btrfs loaded, zoned=yes, fsverity=yes
Aug 16 12:07:31 talc kernel: Key type big_key registered
Aug 16 12:07:31 talc kernel: PM:   Magic number: 5:425:85
Aug 16 12:07:31 talc kernel: RAS: Correctable Errors collector initialized.
Aug 16 12:07:31 talc kernel: usb 1-8: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Aug 16 12:07:31 talc kernel: usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 16 12:07:31 talc kernel: clk: Disabling unused clocks
Aug 16 12:07:31 talc kernel: PM: genpd: Disabling unused power domains
Aug 16 12:07:31 talc kernel: Freeing unused decrypted memory: 2028K
Aug 16 12:07:31 talc kernel: Freeing unused kernel image (initmem) memory: 4664K
Aug 16 12:07:31 talc kernel: Write protecting the kernel read-only data: 38912k
Aug 16 12:07:31 talc kernel: Freeing unused kernel image (text/rodata gap) memory: 632K
Aug 16 12:07:31 talc kernel: Freeing unused kernel image (rodata/data gap) memory: 1776K
Aug 16 12:07:31 talc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 16 12:07:31 talc kernel: rodata_test: all tests were successful
Aug 16 12:07:31 talc kernel: Run /init as init process
Aug 16 12:07:31 talc kernel:   with arguments:
Aug 16 12:07:31 talc kernel:     /init
Aug 16 12:07:31 talc kernel:   with environment:
Aug 16 12:07:31 talc kernel:     HOME=/
Aug 16 12:07:31 talc kernel:     TERM=linux
Aug 16 12:07:31 talc kernel:     cryptdevice=UUID=6218805b-a526-4b8b-82da-d55407aff207:arch
Aug 16 12:07:31 talc kernel: wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 8232DE3D-663D-4327-A8F4-E293ADB9BF05 has zero instances
Aug 16 12:07:31 talc kernel: wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
Aug 16 12:07:31 talc kernel: wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 8F1F6435-9F42-42C8-BADC-0E9424F20C9A has zero instances
Aug 16 12:07:31 talc kernel: wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances
Aug 16 12:07:31 talc kernel: Setting dangerous option enable_guc - tainting kernel
Aug 16 12:07:31 talc kernel: Setting dangerous option force_probe - tainting kernel
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] Found jasperlake (device ID 4e71) integrated display version 11.00 stepping B0
Aug 16 12:07:31 talc kernel: Console: switching to colour dummy device 80x25
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/ehl_guc_70.1.1.bin version 70.1.1
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/ehl_huc_9.0.0.bin version 9.0.0
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
Aug 16 12:07:31 talc kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Aug 16 12:07:31 talc kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Aug 16 12:07:31 talc kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
Aug 16 12:07:31 talc kernel: fbcon: i915drmfb (fb0) is primary device
Aug 16 12:07:31 talc kernel: Console: switching to colour frame buffer device 90x67
Aug 16 12:07:31 talc kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:19.0: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: intel-lpss 0000:00:19.1: enabling device (0004 -> 0006)
Aug 16 12:07:31 talc kernel: hid-generic 0018:048D:8353.0001: hidraw0: I2C HID v1.00 Device [ITE8353:00 048D:8353] on i2c-ITE8353:00
Aug 16 12:07:31 talc kernel: mousedev: PS/2 mouse device common for all mice
Aug 16 12:07:31 talc kernel: hid-sensor-hub 0018:048D:8353.0001: hidraw0: I2C HID v1.00 Device [ITE8353:00 048D:8353] on i2c-ITE8353:00
Aug 16 12:07:31 talc kernel: i2c_hid_acpi i2c-ELAN2514:00: i2c_hid_get_input: IRQ triggered but there's no data
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input4
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input5
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input6
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 Stylus as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input7
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input9
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input10
Aug 16 12:07:31 talc kernel: input: ELAN2514:00 04F3:2E85 UNKNOWN as /devices/pci0000:00/0000:00:19.1/i2c_designware.4/i2c-15/i2c-ELAN2514:00/0018:04F3:2E85.0002/input/input11
Aug 16 12:07:31 talc kernel: hid-multitouch 0018:04F3:2E85.0002: input,hidraw1: I2C HID v1.00 Device [ELAN2514:00 04F3:2E85] on i2c-ELAN2514:00
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver usb-storage
Aug 16 12:07:31 talc kernel: Key type psk registered
Aug 16 12:07:31 talc kernel: usbcore: registered new interface driver uas
Aug 16 12:07:31 talc kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
Aug 16 12:07:31 talc kernel: nvme nvme0: pci function 0000:01:00.0
Aug 16 12:07:31 talc kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 16 12:07:31 talc kernel:  nvme0n1: p1 p2 p3 p4 p5
Aug 16 12:07:31 talc kernel: device-mapper: uevent: version 1.0.3
Aug 16 12:07:31 talc kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Aug 16 12:07:31 talc kernel: Key type trusted registered
Aug 16 12:07:31 talc kernel: Key type encrypted registered
Aug 16 12:07:31 talc kernel: BTRFS: device fsid d1a0c90a-0112-4b5b-8cff-4e5bba53271a devid 1 transid 354323 /dev/mapper/arch (253:0) scanned by mount (330)
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): first mount of filesystem d1a0c90a-0112-4b5b-8cff-4e5bba53271a
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): using crc32c (crc32c-x86) checksum algorithm
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): using free-space-tree
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): start tree-log replay
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0): checking UUID tree
Aug 16 12:07:31 talc systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Aug 16 12:07:31 talc systemd[1]: Detected architecture x86-64.
Aug 16 12:07:31 talc systemd[1]: Hostname set to <talc>.
Aug 16 12:07:31 talc systemd[1]: bpf-restrict-fs: LSM BPF program attached
Aug 16 12:07:31 talc systemd[1]: Queued start job for default target Graphical Interface.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/dirmngr.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/getty.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/gpg-agent.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/gpg-agent-browser.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/gpg-agent-extra.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/keyboxd.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/modprobe.
Aug 16 12:07:31 talc systemd[1]: Created slice Slice /system/systemd-fsck.
Aug 16 12:07:31 talc systemd[1]: Created slice User and Session Slice.
Aug 16 12:07:31 talc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 16 12:07:31 talc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 16 12:07:31 talc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 16 12:07:31 talc systemd[1]: Expecting device /dev/disk/by-uuid/C854-98F2...
Aug 16 12:07:31 talc systemd[1]: Reached target Local Encrypted Volumes.
Aug 16 12:07:31 talc systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 16 12:07:31 talc systemd[1]: Reached target Path Units.
Aug 16 12:07:31 talc systemd[1]: Reached target Remote File Systems.
Aug 16 12:07:31 talc systemd[1]: Reached target Slice Units.
Aug 16 12:07:31 talc systemd[1]: Reached target Local Verity Protected Volumes.
Aug 16 12:07:31 talc systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 16 12:07:31 talc systemd[1]: Listening on Process Core Dump Socket.
Aug 16 12:07:31 talc systemd[1]: Listening on Credential Encryption/Decryption.
Aug 16 12:07:31 talc systemd[1]: Listening on Journal Socket (/dev/log).
Aug 16 12:07:31 talc systemd[1]: Listening on Journal Sockets.
Aug 16 12:07:31 talc systemd[1]: Listening on Network Service Netlink Socket.
Aug 16 12:07:31 talc systemd[1]: Listening on TPM PCR Measurements.
Aug 16 12:07:31 talc systemd[1]: Listening on Make TPM PCR Policy.
Aug 16 12:07:31 talc systemd[1]: Listening on udev Control Socket.
Aug 16 12:07:31 talc systemd[1]: Listening on udev Kernel Socket.
Aug 16 12:07:31 talc systemd[1]: Mounting Huge Pages File System...
Aug 16 12:07:31 talc systemd[1]: Mounting POSIX Message Queue File System...
Aug 16 12:07:31 talc systemd[1]: Mounting Kernel Debug File System...
Aug 16 12:07:31 talc systemd[1]: Mounting Kernel Trace File System...
Aug 16 12:07:31 talc systemd[1]: Starting Create List of Static Device Nodes...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module configfs...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module dm_mod...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module drm...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module fuse...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Module loop...
Aug 16 12:07:31 talc systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Aug 16 12:07:31 talc systemd[1]: Starting Journal Service...
Aug 16 12:07:31 talc systemd[1]: Starting Load Kernel Modules...
Aug 16 12:07:31 talc kernel: loop: module loaded
Aug 16 12:07:31 talc systemd[1]: Starting Generate network units from Kernel command line...
Aug 16 12:07:31 talc systemd-journald[387]: Collecting audit messages is disabled.
Aug 16 12:07:31 talc systemd[1]: Starting TPM PCR Machine ID Measurement...
Aug 16 12:07:31 talc kernel: Asymmetric key parser 'pkcs8' registered
Aug 16 12:07:31 talc systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 16 12:07:31 talc systemd[1]: Starting Early TPM SRK Setup...
Aug 16 12:07:31 talc systemd-journald[387]: Journal started
Aug 16 12:07:31 talc systemd-journald[387]: Runtime Journal (/run/log/journal/2a3f388951284201b84c6d5cc804f6f8) is 8M, max 183.7M, 175.7M free.
Aug 16 12:07:31 talc systemd-modules-load[388]: Inserted module 'crypto_user'
Aug 16 12:07:31 talc systemd-modules-load[388]: Inserted module 'pkcs8_key_parser'
Aug 16 12:07:31 talc kernel: BTRFS info (device dm-0 state M): use zstd compression, level 3
Aug 16 12:07:31 talc systemd[1]: Starting Load udev Rules from Credentials...
Aug 16 12:07:31 talc systemd-pcrextend[392]: Extended PCR index 15 with 'machine-id:2a3f388951284201b84c6d5cc804f6f8' (banks sha256).
Aug 16 12:07:31 talc systemd[1]: Starting Coldplug All udev Devices...
Aug 16 12:07:31 talc systemd-tpm2-setup[395]: SRK already stored in the TPM.
Aug 16 12:07:31 talc systemd-tpm2-setup[395]: SRK fingerprint is 1f1f3ae80fe0a40ba518ac22e8b1a80a3f1f4a20b9dcc85ec872b8f774da5767.
Aug 16 12:07:31 talc systemd-tpm2-setup[395]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.pem' in PEM format.
Aug 16 12:07:31 talc systemd-tpm2-setup[395]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.tpm2b_public' in TPM2B_PUBLIC format.
Aug 16 12:07:31 talc systemd[1]: Started Journal Service.
Aug 16 12:07:31 talc systemd[1]: Mounted Huge Pages File System.
Aug 16 12:07:31 talc systemd[1]: Mounted POSIX Message Queue File System.
Aug 16 12:07:31 talc systemd[1]: Mounted Kernel Debug File System.
Aug 16 12:07:31 talc systemd[1]: Mounted Kernel Trace File System.
Aug 16 12:07:31 talc systemd[1]: Finished Create List of Static Device Nodes.
Aug 16 12:07:31 talc systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module configfs.
Aug 16 12:07:31 talc systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module dm_mod.
Aug 16 12:07:31 talc systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module drm.
Aug 16 12:07:31 talc systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module fuse.
Aug 16 12:07:31 talc systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Module loop.
Aug 16 12:07:31 talc systemd[1]: Finished Load Kernel Modules.
Aug 16 12:07:31 talc systemd[1]: Finished Generate network units from Kernel command line.
Aug 16 12:07:31 talc systemd[1]: Finished TPM PCR Machine ID Measurement.
Aug 16 12:07:31 talc systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 16 12:07:31 talc systemd[1]: Finished Early TPM SRK Setup.
Aug 16 12:07:31 talc systemd[1]: Finished Load udev Rules from Credentials.
Aug 16 12:07:31 talc systemd[1]: Reached target Preparation for Network.
Aug 16 12:07:31 talc systemd[1]: Mounting FUSE Control File System...
Aug 16 12:07:31 talc systemd[1]: Mounting Kernel Configuration File System...
Aug 16 12:07:31 talc systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 16 12:07:31 talc systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 16 12:07:31 talc systemd[1]: Starting Load/Save OS Random Seed...
Aug 16 12:07:31 talc systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 16 12:07:31 talc systemd-journald[387]: Time spent on flushing to /var/log/journal/2a3f388951284201b84c6d5cc804f6f8 is 12.710ms for 876 entries.
Aug 16 12:07:31 talc systemd-journald[387]: System Journal (/var/log/journal/2a3f388951284201b84c6d5cc804f6f8) is 8M, max 2.9G, 2.9G free.
Aug 16 12:07:32 talc systemd-journald[387]: Received client request to flush runtime journal.
Aug 16 12:07:31 talc systemd[1]: Starting Apply Kernel Variables...
Aug 16 12:07:31 talc systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Aug 16 12:07:31 talc systemd[1]: Starting TPM SRK Setup...
Aug 16 12:07:31 talc systemd[1]: Finished Coldplug All udev Devices.
Aug 16 12:07:32 talc systemd[1]: Mounted FUSE Control File System.
Aug 16 12:07:32 talc systemd[1]: Mounted Kernel Configuration File System.
Aug 16 12:07:32 talc systemd[1]: Finished Load/Save OS Random Seed.
Aug 16 12:07:32 talc systemd[1]: Finished Apply Kernel Variables.
Aug 16 12:07:32 talc systemd-tpm2-setup[425]: SRK already stored in the TPM.
Aug 16 12:07:32 talc systemd-tpm2-setup[425]: SRK fingerprint is 1f1f3ae80fe0a40ba518ac22e8b1a80a3f1f4a20b9dcc85ec872b8f774da5767.
Aug 16 12:07:32 talc systemd-tpm2-setup[425]: SRK saved in '/var/lib/systemd/tpm2-srk-public-key.pem' matches SRK in TPM2.
Aug 16 12:07:32 talc systemd[1]: Finished TPM SRK Setup.
Aug 16 12:07:32 talc systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 16 12:07:32 talc systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Aug 16 12:07:32 talc systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 16 12:07:32 talc systemd[1]: Starting Network Name Resolution...
Aug 16 12:07:32 talc systemd[1]: Starting Network Time Synchronization...
Aug 16 12:07:32 talc systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 16 12:07:32 talc systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 16 12:07:32 talc systemd[1]: Reached target Preparation for Local File Systems.
Aug 16 12:07:32 talc systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 16 12:07:32 talc systemd[1]: Started Network Time Synchronization.
Aug 16 12:07:32 talc systemd[1]: Reached target System Time Set.
Aug 16 12:07:32 talc systemd-resolved[437]: Positive Trust Anchors:
Aug 16 12:07:32 talc systemd-resolved[437]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Aug 16 12:07:32 talc systemd-resolved[437]: . IN DS 38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16
Aug 16 12:07:32 talc systemd-resolved[437]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Aug 16 12:07:32 talc systemd-udevd[446]: Using default interface naming scheme 'v257'.
Aug 16 12:07:32 talc systemd-resolved[437]: Using system hostname 'talc'.
Aug 16 12:07:32 talc systemd[1]: Started Network Name Resolution.
Aug 16 12:07:32 talc systemd[1]: Reached target Host and Network Name Lookups.
Aug 16 12:07:32 talc systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 16 12:07:32 talc systemd[1]: Starting Network Configuration...
Aug 16 12:07:32 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:32 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:32 talc systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Aug 16 12:07:32 talc systemd[1]: Reached target Trusted Platform Module.
Aug 16 12:07:32 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:32 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:32 talc systemd[1]: Found device WDC PC SN520 SDAPTUW-128G-1006 EFI.
Aug 16 12:07:32 talc systemd[1]: Starting File System Check on /dev/disk/by-uuid/C854-98F2...
Aug 16 12:07:32 talc kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 16 12:07:32 talc kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 16 12:07:32 talc kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Aug 16 12:07:32 talc kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 16 12:07:32 talc kernel: cfg80211: failed to load regulatory.db
Aug 16 12:07:32 talc systemd-networkd[457]: lo: Link UP
Aug 16 12:07:32 talc systemd-networkd[457]: lo: Gained carrier
Aug 16 12:07:32 talc systemd-fsck[492]: fsck.fat 4.2 (2021-01-31)
Aug 16 12:07:32 talc systemd-fsck[492]: There are differences between boot sector and its backup.
Aug 16 12:07:32 talc systemd-fsck[492]: This is mostly harmless. Differences: (offset:original/backup)
Aug 16 12:07:32 talc systemd-fsck[492]:   65:01/00
Aug 16 12:07:32 talc systemd-fsck[492]:   Not automatically fixing this.
Aug 16 12:07:32 talc systemd-fsck[492]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Aug 16 12:07:32 talc systemd-fsck[492]:  Automatically removing dirty bit.
Aug 16 12:07:32 talc systemd-fsck[492]: *** Filesystem was changed ***
Aug 16 12:07:32 talc systemd-fsck[492]: Writing changes.
Aug 16 12:07:32 talc systemd-fsck[492]: /dev/nvme0n1p1: 268 files, 55169/272614 clusters
Aug 16 12:07:32 talc systemd[1]: Finished File System Check on /dev/disk/by-uuid/C854-98F2.
Aug 16 12:07:32 talc kernel: mc: Linux media interface: v0.10
Aug 16 12:07:32 talc systemd[1]: Started Network Configuration.
Aug 16 12:07:32 talc systemd[1]: Starting Enable Persistent Storage in systemd-networkd...
Aug 16 12:07:32 talc kernel: intel_pmc_core INT33A1:00:  initialized
Aug 16 12:07:32 talc systemd[1]: Mounting /.snapshots...
Aug 16 12:07:32 talc kernel: videodev: Linux video capture interface: v2.00
Aug 16 12:07:32 talc systemd[1]: Mounting /efi...
Aug 16 12:07:32 talc systemd[1]: Mounting /home...
Aug 16 12:07:32 talc systemd[1]: Mounting /swap...
Aug 16 12:07:32 talc systemd[1]: var-cache-pacman-pkg.mount: Directory /var/cache/pacman/pkg to mount over is not empty, mounting anyway.
Aug 16 12:07:32 talc systemd[1]: Mounting /var/cache/pacman/pkg...
Aug 16 12:07:32 talc systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 16 12:07:32 talc systemd[1]: Listening on Disk Image Download Service Socket.
Aug 16 12:07:32 talc kernel: ov13858 i2c-OVTID858:01: probe with driver ov13858 failed with error -22
Aug 16 12:07:32 talc systemd[1]: Mounted /.snapshots.
Aug 16 12:07:32 talc systemd[1]: Mounted /efi.
Aug 16 12:07:32 talc systemd[1]: Mounted /home.
Aug 16 12:07:32 talc systemd[1]: Mounted /swap.
Aug 16 12:07:32 talc systemd[1]: Mounted /var/cache/pacman/pkg.
Aug 16 12:07:32 talc kernel: ACPI: bus type thunderbolt registered
Aug 16 12:07:32 talc kernel: Intel(R) Wireless WiFi driver for Linux
Aug 16 12:07:32 talc kernel: intel-ipu6 0000:00:05.0: Sending BOOT_LOAD to CSE
Aug 16 12:07:32 talc kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: PCI dev 4df0/0074, rev=0x351, rfid=0x10a100
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz
Aug 16 12:07:32 talc systemd[1]: Activating swap /swap/swapfile...
Aug 16 12:07:32 talc kernel: intel-ipu6 0000:00:05.0: Sending AUTHENTICATE_RUN to CSE
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Aug 16 12:07:32 talc kernel: iwlwifi 0000:00:14.3: loaded firmware version 77.864baa2e.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
Aug 16 12:07:32 talc kernel: Adding 4095996k swap on /swap/swapfile.  Priority:-2 extents:6 across:4654480k SS
Aug 16 12:07:32 talc systemd[1]: Finished Enable Persistent Storage in systemd-networkd.
Aug 16 12:07:32 talc systemd[1]: Activated swap /swap/swapfile.
Aug 16 12:07:32 talc systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 16 12:07:32 talc systemd[1]: Reached target Swaps.
Aug 16 12:07:32 talc kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 16 12:07:32 talc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 16 12:07:32 talc kernel: Bluetooth: Core ver 2.22
Aug 16 12:07:32 talc kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 16 12:07:32 talc kernel: Bluetooth: HCI device and connection manager initialized
Aug 16 12:07:32 talc kernel: Bluetooth: HCI socket layer initialized
Aug 16 12:07:32 talc kernel: Bluetooth: L2CAP socket layer initialized
Aug 16 12:07:32 talc kernel: Bluetooth: SCO socket layer initialized
Aug 16 12:07:32 talc systemd[1]: Mounting Temporary Directory /tmp...
Aug 16 12:07:32 talc kernel: intel-ipu6 0000:00:05.0: CSE authenticate_run done
Aug 16 12:07:32 talc kernel: intel-ipu6 0000:00:05.0: IPU6-v2[4e19] hardware version 3
Aug 16 12:07:32 talc kernel: input: PC Speaker as /devices/platform/pcspkr/input/input13
Aug 16 12:07:32 talc kernel: PTP clock support registered
Aug 16 12:07:32 talc systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Aug 16 12:07:32 talc systemd[1]: Mounted Temporary Directory /tmp.
Aug 16 12:07:33 talc kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Aug 16 12:07:33 talc systemd[1]: Reached target Local File Systems.
Aug 16 12:07:33 talc kernel: ums-realtek 1-4:1.0: USB Mass Storage device detected
Aug 16 12:07:33 talc systemd[1]: Listening on Boot Entries Service Socket.
Aug 16 12:07:33 talc systemd[1]: Listening on System Extension Image Management.
Aug 16 12:07:33 talc kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Aug 16 12:07:33 talc kernel: 0x000000000000-0x000001000000 : "BIOS"
Aug 16 12:07:33 talc kernel: scsi host0: usb-storage 1-4:1.0
Aug 16 12:07:33 talc kernel: usbcore: registered new interface driver ums-realtek
Aug 16 12:07:33 talc systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Starting Update Boot Loader Random Seed...
Aug 16 12:07:33 talc systemd[1]: Starting Create System Files and Directories...
Aug 16 12:07:33 talc bootctl[542]: Random seed file /efi/loader/random-seed successfully refreshed (32 bytes).
Aug 16 12:07:33 talc systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Aug 16 12:07:33 talc systemd[1]: Finished Update Boot Loader Random Seed.
Aug 16 12:07:33 talc kernel: intel_rapl_common: Found RAPL domain package
Aug 16 12:07:33 talc kernel: intel_rapl_common: Found RAPL domain core
Aug 16 12:07:33 talc kernel: intel_rapl_common: Found RAPL domain uncore
Aug 16 12:07:33 talc kernel: intel_rapl_common: Found RAPL domain psys
Aug 16 12:07:33 talc kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Aug 16 12:07:33 talc systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 16 12:07:33 talc systemd[1]: Starting Virtual Console Setup...
Aug 16 12:07:33 talc kernel: usbcore: registered new interface driver btusb
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
Aug 16 12:07:33 talc systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Device revision is 2
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Secure boot is enabled
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: OTP lock is enabled
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: API lock is enabled
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Debug lock is disabled
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Boot Address: 0x24800
Aug 16 12:07:33 talc kernel: Bluetooth: hci0: Firmware Version: 193-33.24
Aug 16 12:07:33 talc systemd[1]: Finished Virtual Console Setup.
Aug 16 12:07:33 talc systemd[1]: Finished Create System Files and Directories.
Aug 16 12:07:33 talc systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 16 12:07:33 talc kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
Aug 16 12:07:33 talc systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Starting Load Kernel Module dm_mod...
Aug 16 12:07:33 talc kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Aug 16 12:07:33 talc systemd[1]: Starting Load Kernel Module loop...
Aug 16 12:07:33 talc systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Aug 16 12:07:33 talc systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 16 12:07:33 talc systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 16 12:07:33 talc kernel: iwlwifi 0000:00:14.3: base HW address: 2c:6d:c1:cb:d6:8a
Aug 16 12:07:33 talc systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 16 12:07:33 talc systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 16 12:07:33 talc systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 16 12:07:33 talc systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 16 12:07:33 talc systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 16 12:07:33 talc systemd[1]: Finished Load Kernel Module dm_mod.
Aug 16 12:07:33 talc systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 16 12:07:33 talc systemd[1]: Finished Load Kernel Module loop.
Aug 16 12:07:33 talc systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 16 12:07:33 talc systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 16 12:07:33 talc systemd-networkd[457]: wlan0: Configuring with /etc/systemd/network/20-wireless.network.
Aug 16 12:07:33 talc systemd[1]: Reached target System Initialization.
Aug 16 12:07:33 talc systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 16 12:07:33 talc systemd[1]: Started Update the plocate database daily.
Aug 16 12:07:33 talc systemd[1]: Started Daily verification of password and group files.
Aug 16 12:07:33 talc systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 16 12:07:33 talc systemd[1]: Reached target Timer Units.
Aug 16 12:07:33 talc systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Aug 16 12:07:33 talc systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Aug 16 12:07:33 talc systemd-networkd[457]: wlan0: Link UP
Aug 16 12:07:33 talc systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Aug 16 12:07:33 talc systemd[1]: Listening on Hostname Service Socket.
Aug 16 12:07:33 talc systemd[1]: Reached target Socket Units.
Aug 16 12:07:33 talc systemd[1]: Starting D-Bus System Message Bus...
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: enabling device (0000 -> 0002)
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: use msi interrupt mode
Aug 16 12:07:33 talc systemd[1]: Starting TPM PCR Barrier (Initialization)...
Aug 16 12:07:33 talc systemd[1]: Started D-Bus System Message Bus.
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: hda codecs found, mask 5
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware paths/files for ipc type 0:
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3:  Firmware file:     intel/sof/sof-jsl.ri
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Aug 16 12:07:33 talc dbus-broker-launch[607]: Ready
Aug 16 12:07:33 talc systemd-pcrextend[609]: Extended PCR index 11 with 'sysinit' (banks sha256).
Aug 16 12:07:33 talc systemd[1]: Finished TPM PCR Barrier (Initialization).
Aug 16 12:07:33 talc systemd[1]: Reached target Basic System.
Aug 16 12:07:33 talc systemd[1]: Starting Bluetooth service...
Aug 16 12:07:33 talc systemd[1]: Starting Wireless service...
Aug 16 12:07:33 talc systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Aug 16 12:07:33 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Aug 16 12:07:34 talc bluetoothd[615]: Bluetooth daemon 5.83
Aug 16 12:07:34 talc systemd[1]: Starting User Login Management...
Aug 16 12:07:34 talc bluetoothd[615]: Starting SDP server
Aug 16 12:07:34 talc kernel: NET: Registered PF_ALG protocol family
Aug 16 12:07:34 talc kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
Aug 16 12:07:34 talc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
Aug 16 12:07:34 talc rtkit-daemon[619]: Successfully called chroot.
Aug 16 12:07:34 talc rtkit-daemon[619]: Successfully dropped privileges.
Aug 16 12:07:34 talc rtkit-daemon[619]: Successfully limited resources.
Aug 16 12:07:34 talc rtkit-daemon[619]: Running.
Aug 16 12:07:34 talc rtkit-daemon[619]: Canary thread running.
Aug 16 12:07:34 talc rtkit-daemon[619]: Watchdog thread running.
Aug 16 12:07:34 talc kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Aug 16 12:07:34 talc kernel: Bluetooth: BNEP filters: protocol multicast
Aug 16 12:07:34 talc kernel: Bluetooth: BNEP socket layer initialized
Aug 16 12:07:34 talc bluetoothd[615]: Bluetooth management interface 1.23 initialized
Aug 16 12:07:34 talc systemd[1]: Starting TPM PCR Barrier (User)...
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0: ALC287: picked fixup  for PCI SSID 103c:0000
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC287: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Aug 16 12:07:34 talc kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Aug 16 12:07:34 talc systemd[1]: Started Bluetooth service.
Aug 16 12:07:34 talc systemd[1]: Started RealtimeKit Scheduling Policy Service.
Aug 16 12:07:34 talc kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Aug 16 12:07:34 talc systemd[1]: Reached target Bluetooth Support.
Aug 16 12:07:34 talc kernel: scsi 0:0:0:0: Direct-Access     Generic- SD/MMC/MS PRO    1.00 PQ: 0 ANSI: 4
Aug 16 12:07:34 talc systemd[1]: Starting Hostname Service...
Aug 16 12:07:34 talc kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input14
Aug 16 12:07:34 talc kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
Aug 16 12:07:34 talc kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
Aug 16 12:07:34 talc systemd-pcrextend[628]: Extended PCR index 11 with 'ready' (banks sha256).
Aug 16 12:07:34 talc systemd[1]: Finished TPM PCR Barrier (User).
Aug 16 12:07:34 talc systemd-logind[621]: New seat seat0.
Aug 16 12:07:34 talc systemd-logind[621]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 16 12:07:34 talc systemd-logind[621]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 16 12:07:34 talc systemd-logind[621]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Aug 16 12:07:34 talc systemd[1]: Started User Login Management.
Aug 16 12:07:34 talc systemd[1]: Started Hostname Service.
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Waiting for firmware download to complete
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Firmware loaded in 1738604 usecs
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Waiting for device to boot
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Device booted in 14877 usecs
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: Firmware revision 0.4 build 193 week 33 2024
Aug 16 12:07:35 talc kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Aug 16 12:07:35 talc kernel: Bluetooth: MGMT ver 1.23
Aug 16 12:07:35 talc bluetoothd[615]: Battery Provider Manager created
Aug 16 12:07:37 talc kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Aug 16 12:07:37 talc kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Aug 16 12:07:37 talc systemd[1]: Reached target Sound Card.
Aug 16 12:07:37 talc iwd[617]: Wireless daemon version 3.9
Aug 16 12:07:37 talc systemd[1]: Started Wireless service.
Aug 16 12:07:37 talc iwd[617]: station: Network configuration is disabled.
Aug 16 12:07:37 talc iwd[617]: Wiphy: 0, Name: phy0
Aug 16 12:07:37 talc iwd[617]:         Permanent Address: 2c:6d:c1:cb:d6:8a
Aug 16 12:07:37 talc iwd[617]:         2.4GHz Band:
Aug 16 12:07:37 talc iwd[617]:                 Bitrates (non-HT):
Aug 16 12:07:37 talc iwd[617]:                          1.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          2.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          5.5 Mbps
Aug 16 12:07:37 talc iwd[617]:                         11.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          6.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          9.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         12.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         18.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         24.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         36.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         48.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         54.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                 HT Capabilities:
Aug 16 12:07:37 talc iwd[617]:                         HT40
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 20Mhz
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 40Mhz
Aug 16 12:07:37 talc iwd[617]:                 HT RX MCS indexes:
Aug 16 12:07:37 talc iwd[617]:                         0-15
Aug 16 12:07:37 talc iwd[617]:                 HE Capabilities
Aug 16 12:07:37 talc iwd[617]:                         Interface Types: ap p2p-go
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Interface Types: station p2p-client
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:         5GHz Band:
Aug 16 12:07:37 talc iwd[617]:                 Bitrates (non-HT):
Aug 16 12:07:37 talc iwd[617]:                          6.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                          9.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         12.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         18.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         24.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         36.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         48.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                         54.0 Mbps
Aug 16 12:07:37 talc iwd[617]:                 HT Capabilities:
Aug 16 12:07:37 talc iwd[617]:                         HT40
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 20Mhz
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 40Mhz
Aug 16 12:07:37 talc iwd[617]:                 HT RX MCS indexes:
Aug 16 12:07:37 talc iwd[617]:                         0-15
Aug 16 12:07:37 talc iwd[617]:                 VHT Capabilities:
Aug 16 12:07:37 talc iwd[617]:                         160 Mhz operation
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 80Mhz
Aug 16 12:07:37 talc iwd[617]:                         Short GI for 160 and 80 + 80 Mhz
Aug 16 12:07:37 talc iwd[617]:                         Max RX MCS: 0-9 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max TX MCS: 0-9 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                 HE Capabilities
Aug 16 12:07:37 talc iwd[617]:                         Interface Types: ap p2p-go
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Interface Types: station p2p-client
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:                         Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Aug 16 12:07:37 talc iwd[617]:         Ciphers: BIP-GMAC-256 BIP-GMAC-128 GCMP-256 GCMP-128
Aug 16 12:07:37 talc iwd[617]:                  BIP-CMAC-128 CCMP-128 TKIP
Aug 16 12:07:37 talc iwd[617]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Aug 16 12:07:37 talc systemd[1]: Reached target Network.
Aug 16 12:07:37 talc systemd[1]: Starting Permit User Sessions...
Aug 16 12:07:37 talc systemd-networkd[457]: wlan0: Link DOWN
Aug 16 12:07:37 talc systemd[1]: Finished Permit User Sessions.
Aug 16 12:07:37 talc systemd[1]: Started Getty on tty1.
Aug 16 12:07:37 talc systemd[1]: Reached target Login Prompts.
Aug 16 12:07:38 talc systemd[1]: Reached target Multi-User System.
Aug 16 12:07:38 talc systemd[1]: Reached target Graphical Interface.
Aug 16 12:07:38 talc systemd[1]: Startup finished in 8.256s (firmware) + 3.352s (loader) + 3min 46.932s (kernel) + 7.336s (userspace) = 4min 5.878s.
Aug 16 12:07:38 talc iwd[617]: event: state, old: disconnected, new: autoconnect_quick
Aug 16 12:07:38 talc systemd-networkd[457]: wlan0: Link UP
Aug 16 12:07:38 talc iwd[617]: udev interface=wlan0 ifindex=3
Aug 16 12:07:38 talc systemd-networkd[457]: wlan0: Configuring with /etc/systemd/network/20-wireless.network.
Aug 16 12:07:38 talc dbus-broker-launch[607]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Aug 16 12:07:38 talc login[714]: pam_unix(login:session): session opened for user anonymous(uid=1000) by anonymous(uid=0)
Aug 16 12:07:38 talc systemd-logind[621]: New session 1 of user anonymous.
Aug 16 12:07:38 talc systemd[1]: Created slice User Slice of UID 1000.
Aug 16 12:07:38 talc systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 16 12:07:38 talc systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 16 12:07:38 talc systemd[1]: Starting User Manager for UID 1000...
Aug 16 12:07:38 talc (systemd)[723]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[anonymous] ruser=[<unknown>] rhost=[<unknown>]
Aug 16 12:07:38 talc (systemd)[723]: pam_unix(systemd-user:session): session opened for user anonymous(uid=1000) by anonymous(uid=0)
Aug 16 12:07:38 talc systemd-logind[621]: New session 2 of user anonymous.
Aug 16 12:07:38 talc systemd-xdg-autostart-generator[732]: Exec binary '/usr/lib/geoclue-2.0/demos/agent' does not exist: No such file or directory
Aug 16 12:07:38 talc systemd-xdg-autostart-generator[732]: /etc/xdg/autostart/geoclue-demo-agent.desktop.disable: not generating unit, executable specified in Exec= does not exist.
Aug 16 12:07:38 talc systemd[723]: Queued start job for default target Main User Target.
Aug 16 12:07:38 talc systemd[723]: Created slice User Application Slice.
Aug 16 12:07:38 talc systemd[723]: Reached target Paths.
Aug 16 12:07:38 talc systemd[723]: Reached target Timers.
Aug 16 12:07:38 talc systemd[723]: Starting D-Bus User Message Bus Socket...
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG network certificate management daemon.
Aug 16 12:07:38 talc systemd[723]: Starting GCR ssh-agent wrapper...
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 16 12:07:38 talc systemd[723]: Listening on GnuPG public key management service.
Aug 16 12:07:38 talc systemd[723]: Listening on p11-kit server.
Aug 16 12:07:38 talc systemd[723]: Listening on PipeWire PulseAudio.
Aug 16 12:07:38 talc systemd[723]: Listening on PipeWire Multimedia System Sockets.
Aug 16 12:07:38 talc systemd[723]: Listening on D-Bus User Message Bus Socket.
Aug 16 12:07:38 talc systemd[723]: Listening on GCR ssh-agent wrapper.
Aug 16 12:07:38 talc systemd[723]: Reached target Sockets.
Aug 16 12:07:38 talc systemd[723]: Reached target Basic System.
Aug 16 12:07:38 talc systemd[1]: Started User Manager for UID 1000.
Aug 16 12:07:38 talc systemd[723]: Started GCR ssh-agent wrapper.
Aug 16 12:07:38 talc systemd[1]: Started Session 1 of User anonymous.
Aug 16 12:07:38 talc systemd[723]: Starting Update XDG user dir configuration...
Aug 16 12:07:38 talc login[714]: LOGIN ON tty1 BY anonymous
Aug 16 12:07:38 talc systemd[723]: Finished Update XDG user dir configuration.
Aug 16 12:07:38 talc systemd[723]: Reached target Main User Target.
Aug 16 12:07:38 talc systemd[723]: Startup finished in 207ms.
Aug 16 12:07:38 talc systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 16 12:07:39 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d7, signal: -61, load: 2/255
Aug 16 12:07:39 talc iwd[617]: event: state, old: autoconnect_quick, new: connecting (auto)
Aug 16 12:07:39 talc kernel: wlan0: authenticate with 80:69:1a:1e:46:d7 (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:07:39 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d7 (try 1/3)
Aug 16 12:07:39 talc kernel: wlan0: authenticated
Aug 16 12:07:39 talc kernel: wlan0: associate with 80:69:1a:1e:46:d7 (try 1/3)
Aug 16 12:07:39 talc kernel: wlan0: RX AssocResp from 80:69:1a:1e:46:d7 (capab=0x11 status=0 aid=1)
Aug 16 12:07:39 talc kernel: wlan0: associated
Aug 16 12:07:39 talc systemd-networkd[457]: wlan0: Connected WiFi access point: turmeric_nomap (80:69:1a:1e:46:d7)
Aug 16 12:07:39 talc iwd[617]: event: state, old: connecting (auto), new: connected
Aug 16 12:07:39 talc systemd-networkd[457]: wlan0: Gained carrier
Aug 16 12:07:40 talc systemd[723]: Created slice User Core Session Slice.
Aug 16 12:07:40 talc systemd[723]: Starting D-Bus User Message Bus...
Aug 16 12:07:40 talc systemd[1]: Starting Authorization Manager...
Aug 16 12:07:40 talc dbus-broker-launch[804]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Aug 16 12:07:40 talc systemd[723]: Started D-Bus User Message Bus.
Aug 16 12:07:40 talc dbus-broker-launch[804]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Aug 16 12:07:40 talc dbus-broker-launch[804]: Ready
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc systemd[723]: Starting User preferences database...
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc systemd[723]: Started PipeWire Multimedia Service.
Aug 16 12:07:40 talc systemd[723]: Started Multimedia Service Session Manager.
Aug 16 12:07:40 talc systemd[723]: Started User preferences database.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 0 threads of 0 processes of 0 users.
Aug 16 12:07:40 talc polkitd[822]: Started polkitd version 126
Aug 16 12:07:40 talc polkitd[822]: Loading rules from directory /etc/polkit-1/rules.d
Aug 16 12:07:40 talc polkitd[822]: Loading rules from directory /run/polkit-1/rules.d
Aug 16 12:07:40 talc polkitd[822]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Aug 16 12:07:40 talc polkitd[822]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Aug 16 12:07:40 talc polkitd[822]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Aug 16 12:07:40 talc polkitd[822]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 16 12:07:40 talc polkitd[822]: Finished loading, compiling and executing 4 rules
Aug 16 12:07:40 talc systemd[1]: Started Authorization Manager.
Aug 16 12:07:40 talc polkitd[822]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 16 12:07:40 talc rtkit-daemon[619]: Successfully made thread 839 of process 839 owned by '1000' high priority at nice level -11.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 1 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Successfully made thread 845 of process 839 owned by '1000' RT at priority 20.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 2 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 2 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 2 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 2 threads of 1 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Successfully made thread 840 of process 840 owned by '1000' high priority at nice level -11.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 3 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Successfully made thread 864 of process 840 owned by '1000' RT at priority 20.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc systemd[723]: Starting Accessibility services bus...
Aug 16 12:07:40 talc systemd[723]: Started Accessibility services bus.
Aug 16 12:07:40 talc dbus-broker-launch[879]: Ready
Aug 16 12:07:40 talc systemd[723]: Starting Virtual filesystem service...
Aug 16 12:07:40 talc systemd[723]: Started Virtual filesystem service.
Aug 16 12:07:40 talc wireplumber[840]: spa.alsa: Path Capture is not a volume or mute control
Aug 16 12:07:40 talc wireplumber[840]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Aug 16 12:07:40 talc systemd[723]: Starting Portal service...
Aug 16 12:07:40 talc kernel: Bluetooth: RFCOMM TTY layer initialized
Aug 16 12:07:40 talc kernel: Bluetooth: RFCOMM socket layer initialized
Aug 16 12:07:40 talc kernel: Bluetooth: RFCOMM ver 1.11
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/ldac
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aptx_hd
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_hd
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aptx
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aac
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aac
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_g
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_g
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/sbc
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/sbc
Aug 16 12:07:40 talc systemd[723]: Starting sandboxed app permission store...
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/faststream
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/faststream_duplex
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_05
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_05
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Aug 16 12:07:40 talc bluetoothd[615]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Aug 16 12:07:40 talc systemd[723]: Started sandboxed app permission store.
Aug 16 12:07:40 talc systemd[723]: Starting flatpak document portal service...
Aug 16 12:07:40 talc wireplumber[840]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Aug 16 12:07:40 talc wireplumber[840]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Aug 16 12:07:40 talc systemd[723]: Started flatpak document portal service.
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI3__sink disabled
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI2__sink disabled
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI1__sink disabled
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic2__source disabled
Aug 16 12:07:40 talc wireplumber[840]: s-monitors: ALSA node alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source disabled
Aug 16 12:07:40 talc systemd[723]: Starting Portal service (GTK/GNOME implementation)...
Aug 16 12:07:40 talc systemd[723]: Started Portal service (GTK/GNOME implementation).
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc rtkit-daemon[619]: Supervising 4 threads of 2 processes of 1 users.
Aug 16 12:07:40 talc systemd[723]: Started Portal service.
Aug 16 12:07:41 talc systemd[723]: Created slice Slice /app/dbus-:1.20-org.a11y.atspi.Registry.
Aug 16 12:07:41 talc systemd[723]: Started dbus-:1.20-org.a11y.atspi.Registry@0.service.
Aug 16 12:07:41 talc at-spi2-registryd[937]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 16 12:07:42 talc systemd-networkd[457]: wlan0: Lost carrier
Aug 16 12:07:42 talc kernel: wlan0: Connection to AP 80:69:1a:1e:46:d7 lost
Aug 16 12:07:43 talc systemd[723]: Created slice Slice /app/dbus-:1.11-org.gnome.Ptyxis.
Aug 16 12:07:43 talc systemd[723]: Started dbus-:1.11-org.gnome.Ptyxis@0.service.
Aug 16 12:07:43 talc iwd[617]: Received Deauthentication event, reason: 4, from_ap: false
Aug 16 12:07:43 talc iwd[617]: event: disconnect-info, reason: 4
Aug 16 12:07:43 talc iwd[617]: event: state, old: connected, new: disconnected
Aug 16 12:07:43 talc iwd[617]: event: state, old: disconnected, new: autoconnect_quick
Aug 16 12:07:43 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d6, signal: -50, load: 8/255
Aug 16 12:07:43 talc iwd[617]: event: state, old: autoconnect_quick, new: connecting (auto)
Aug 16 12:07:43 talc kernel: wlan0: authenticate with 80:69:1a:1e:46:d6 (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:07:43 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 1/3)
Aug 16 12:07:43 talc ptyxis[951]: MESA-INTEL: warning: ../mesa-25.1.7/src/intel/vulkan/anv_formats.c:940: FINISHME: support YUV colorspace with DRM format modifiers
Aug 16 12:07:43 talc ptyxis[951]: MESA-INTEL: warning: ../mesa-25.1.7/src/intel/vulkan/anv_formats.c:972: FINISHME: support more multi-planar formats with DRM modifiers
Aug 16 12:07:43 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 2/3)
Aug 16 12:07:43 talc systemd[723]: Started [systemd-run] /usr/bin/bash.
Aug 16 12:07:43 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 3/3)
Aug 16 12:07:44 talc kernel: wlan0: authentication with 80:69:1a:1e:46:d6 timed out
Aug 16 12:07:44 talc iwd[617]: event: connect-timeout, reason: 2
Aug 16 12:07:44 talc iwd[617]: event: connect-failed, status: 1
Aug 16 12:07:44 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d7, signal: -61, load: 2/255
Aug 16 12:07:44 talc iwd[617]: event: connect-timeout, reason: 0
Aug 16 12:07:44 talc iwd[617]: event: connect-failed, status: 1
Aug 16 12:07:44 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:39:fc, signal: -62, load: 33/255
Aug 16 12:07:44 talc kernel: wlan0: authenticate with 80:69:1a:1e:39:fc (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:07:44 talc kernel: wlan0: send auth to 80:69:1a:1e:39:fc (try 1/3)
Aug 16 12:07:44 talc kernel: wlan0: send auth to 80:69:1a:1e:39:fc (try 2/3)
Aug 16 12:07:44 talc kernel: wlan0: authenticated
Aug 16 12:07:44 talc kernel: wlan0: associate with 80:69:1a:1e:39:fc (try 1/3)
Aug 16 12:07:44 talc kernel: wlan0: RX AssocResp from 80:69:1a:1e:39:fc (capab=0x31 status=0 aid=6)
Aug 16 12:07:44 talc kernel: wlan0: associated
Aug 16 12:07:44 talc systemd-networkd[457]: wlan0: Connected WiFi access point: turmeric_nomap (80:69:1a:1e:39:fc)
Aug 16 12:07:44 talc iwd[617]: event: state, old: connecting (auto), new: connected
Aug 16 12:07:44 talc systemd-networkd[457]: wlan0: Gained carrier
Aug 16 12:07:45 talc kernel: usb 1-4: USB disconnect, device number 2
Aug 16 12:07:46 talc systemd-networkd[457]: wlan0: DHCPv4 address 10.0.0.119/24, gateway 10.0.0.1 acquired from 10.0.0.1
Aug 16 12:07:46 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:07:47 talc systemd-timesyncd[438]: Contacted time server 64.44.115.65:123 (2.arch.pool.ntp.org).
Aug 16 12:07:47 talc systemd-timesyncd[438]: Initial clock synchronization to Sat 2025-08-16 12:07:46.745055 EDT.
Aug 16 12:08:16 talc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 16 12:08:51 talc systemd[723]: Started [systemd-run] /usr/bin/bash.
Aug 16 12:08:53 talc polkitd[822]: Registered Authentication Agent for unix-process:1023:30988 (system bus name :1.30 [/usr/bin/pkttyagent --notify-fd 6 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Aug 16 12:09:04 talc polkit-agent-helper-1[1032]: pam_unix(polkit-1:auth): authentication failure; logname=anonymous uid=1000 euid=0 tty= ruser=anonymous rhost=  user=anonymous
Aug 16 12:09:04 talc systemd[1]: Starting Fingerprint Authentication Daemon...
Aug 16 12:09:04 talc systemd[1]: Started Fingerprint Authentication Daemon.
Aug 16 12:09:10 talc polkitd[822]: Operator of unix-process:1023:30988 successfully authenticated as unix-user:anonymous to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.29 [run0] (owned by unix-user:anonymous)
Aug 16 12:09:10 talc systemd[1]: Starting [run0] /usr/bin/bash...
Aug 16 12:09:10 talc (bash)[1055]: pam_warn(systemd-run0:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-run0] terminal=[/dev/pts/2] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Aug 16 12:09:10 talc systemd-logind[621]: New session 3 of user root.
Aug 16 12:09:10 talc systemd[1]: Created slice User Slice of UID 0.
Aug 16 12:09:10 talc systemd[1]: Starting User Runtime Directory /run/user/0...
Aug 16 12:09:10 talc systemd[1]: Finished User Runtime Directory /run/user/0.
Aug 16 12:09:10 talc systemd[1]: Starting User Manager for UID 0...
Aug 16 12:09:10 talc (systemd)[1061]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Aug 16 12:09:10 talc (systemd)[1061]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
Aug 16 12:09:10 talc systemd-logind[621]: New session 4 of user root.
Aug 16 12:09:10 talc systemd-xdg-autostart-generator[1070]: Exec binary '/usr/lib/geoclue-2.0/demos/agent' does not exist: No such file or directory
Aug 16 12:09:10 talc systemd-xdg-autostart-generator[1070]: /etc/xdg/autostart/geoclue-demo-agent.desktop.disable: not generating unit, executable specified in Exec= does not exist.
Aug 16 12:09:10 talc systemd[1061]: Queued start job for default target Main User Target.
Aug 16 12:09:10 talc systemd[1061]: Created slice User Application Slice.
Aug 16 12:09:10 talc systemd[1061]: Reached target Paths.
Aug 16 12:09:10 talc systemd[1061]: Reached target Timers.
Aug 16 12:09:10 talc systemd[1061]: Starting D-Bus User Message Bus Socket...
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG network certificate management daemon.
Aug 16 12:09:10 talc systemd[1061]: Starting GCR ssh-agent wrapper...
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 16 12:09:10 talc systemd[1061]: Listening on GnuPG public key management service.
Aug 16 12:09:10 talc systemd[1061]: Listening on p11-kit server.
Aug 16 12:09:10 talc systemd[1061]: PipeWire PulseAudio was skipped because of an unmet condition check (ConditionUser=!root).
Aug 16 12:09:10 talc systemd[1061]: PipeWire Multimedia System Sockets was skipped because of an unmet condition check (ConditionUser=!root).
Aug 16 12:09:10 talc systemd[1061]: Listening on D-Bus User Message Bus Socket.
Aug 16 12:09:10 talc systemd[1061]: Listening on GCR ssh-agent wrapper.
Aug 16 12:09:10 talc systemd[1061]: Reached target Sockets.
Aug 16 12:09:10 talc systemd[1061]: Reached target Basic System.
Aug 16 12:09:10 talc systemd[1]: Started User Manager for UID 0.
Aug 16 12:09:10 talc systemd[1061]: Starting Update XDG user dir configuration...
Aug 16 12:09:10 talc systemd[1]: Started Session 3 of User root.
Aug 16 12:09:10 talc (bash)[1055]: pam_unix(systemd-run0:session): session opened for user root(uid=0) by root(uid=0)
Aug 16 12:09:10 talc systemd[1]: Started [run0] /usr/bin/bash.
Aug 16 12:09:10 talc systemd[1061]: Finished Update XDG user dir configuration.
Aug 16 12:09:10 talc systemd[1061]: Reached target Main User Target.
Aug 16 12:09:10 talc systemd[1061]: Startup finished in 209ms.
Aug 16 12:09:40 talc systemd[1]: fprintd.service: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: run-p1023-i1024.service: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: session-3.scope: Deactivated successfully.
Aug 16 12:12:35 talc polkitd[822]: Unregistered Authentication Agent for unix-process:1023:30988 (system bus name :1.30, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Aug 16 12:12:35 talc systemd-logind[621]: Session 3 logged out. Waiting for processes to exit.
Aug 16 12:12:35 talc (sd-pam)[1066]: pam_unix(systemd-user:session): session closed for user root
Aug 16 12:12:35 talc systemd-logind[621]: Removed session 3.
Aug 16 12:12:35 talc systemd[1]: Stopping User Manager for UID 0...
Aug 16 12:12:35 talc systemd[1061]: Activating special unit Exit the Session...
Aug 16 12:12:35 talc systemd[1061]: Stopped target Main User Target.
Aug 16 12:12:35 talc systemd[1061]: Stopped target Basic System.
Aug 16 12:12:35 talc systemd[1061]: Stopped target Paths.
Aug 16 12:12:35 talc systemd[1061]: Stopped target Sockets.
Aug 16 12:12:35 talc systemd[1061]: Stopped target Timers.
Aug 16 12:12:35 talc systemd[1061]: Closed D-Bus User Message Bus Socket.
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG network certificate management daemon.
Aug 16 12:12:35 talc systemd[1061]: Closed GCR ssh-agent wrapper.
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 16 12:12:35 talc systemd[1061]: Closed GnuPG public key management service.
Aug 16 12:12:35 talc systemd[1061]: Closed p11-kit server.
Aug 16 12:12:35 talc systemd[1061]: Removed slice User Application Slice.
Aug 16 12:12:35 talc systemd[1061]: Reached target Shutdown.
Aug 16 12:12:35 talc systemd[1061]: Finished Exit the Session.
Aug 16 12:12:35 talc systemd[1061]: Reached target Exit the Session.
Aug 16 12:12:35 talc systemd-logind[621]: Removed session 4.
Aug 16 12:12:35 talc systemd[1]: user@0.service: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: Stopped User Manager for UID 0.
Aug 16 12:12:35 talc systemd[1]: Stopping User Runtime Directory /run/user/0...
Aug 16 12:12:35 talc systemd[1]: run-user-0.mount: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
Aug 16 12:12:35 talc systemd[1]: Stopped User Runtime Directory /run/user/0.
Aug 16 12:12:35 talc systemd[1]: Removed slice User Slice of UID 0.
Aug 16 12:12:41 talc systemd-logind[621]: Power key pressed short.
Aug 16 12:12:41 talc systemd-logind[621]: Suspending...
Aug 16 12:12:41 talc systemd[1]: Reached target Sleep.
Aug 16 12:12:41 talc systemd[1]: Starting System Suspend...
Aug 16 12:12:41 talc systemd[1]: user@1000.service: Unit now frozen-by-parent.
Aug 16 12:12:41 talc systemd[1]: session-1.scope: Unit now frozen-by-parent.
Aug 16 12:12:41 talc systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Aug 16 12:12:41 talc systemd[1]: user.slice: Unit now frozen.
Aug 16 12:12:41 talc systemd-sleep[1204]: Successfully froze unit 'user.slice'.
Aug 16 12:12:41 talc systemd-sleep[1204]: Performing sleep operation 'suspend'...
Aug 16 12:12:41 talc kernel: PM: suspend entry (s2idle)
Aug 16 12:12:41 talc kernel: Filesystems sync: 0.003 seconds
Aug 16 12:12:53 talc kernel: Freezing user space processes
Aug 16 12:12:53 talc kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Aug 16 12:12:53 talc kernel: OOM killer disabled.
Aug 16 12:12:53 talc kernel: Freezing remaining freezable tasks
Aug 16 12:12:53 talc kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Aug 16 12:12:53 talc kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Aug 16 12:12:53 talc kernel: wlan0: deauthenticating from 80:69:1a:1e:39:fc by local choice (Reason: 3=DEAUTH_LEAVING)
Aug 16 12:12:53 talc kernel: ACPI: EC: interrupt blocked
Aug 16 12:12:53 talc kernel: ACPI: EC: interrupt unblocked
Aug 16 12:12:53 talc kernel: intel-ipu6 0000:00:05.0: IPU6 in secure mode
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/ehl_guc_70.1.1.bin version 70.1.1
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/ehl_huc_9.0.0.bin version 9.0.0
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
Aug 16 12:12:53 talc kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
Aug 16 12:12:53 talc kernel: nvme nvme0: 4/0/0 default/read/poll queues
Aug 16 12:12:53 talc kernel: xhci_hcd 0000:00:14.0: xHCI host not responding to stop endpoint command
Aug 16 12:12:53 talc kernel: xhci_hcd 0000:00:14.0: xHCI host controller not responding, assume dead
Aug 16 12:12:53 talc kernel: xhci_hcd 0000:00:14.0: HC died; cleaning up
Aug 16 12:12:53 talc kernel: usb 1-8: PM: dpm_run_callback(): usb_dev_resume returns -22
Aug 16 12:12:53 talc kernel: usb 1-5: PM: dpm_run_callback(): usb_dev_resume returns -5
Aug 16 12:12:53 talc kernel: usb 1-5: PM: failed to resume async: error -5
Aug 16 12:12:53 talc kernel: usb 1-8: PM: failed to resume async: error -22
Aug 16 12:12:53 talc kernel: OOM killer enabled.
Aug 16 12:12:53 talc kernel: Restarting tasks: Starting
Aug 16 12:12:53 talc kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Aug 16 12:12:53 talc kernel: usb 1-5: USB disconnect, device number 3
Aug 16 12:12:53 talc kernel: Restarting tasks: Done
Aug 16 12:12:53 talc kernel: random: crng reseeded on system resumption
Aug 16 12:12:53 talc kernel: usb 1-8: USB disconnect, device number 4
Aug 16 12:12:53 talc kernel: PM: suspend exit
Aug 16 12:12:53 talc rtkit-daemon[619]: The canary thread is apparently starving. Taking action.
Aug 16 12:12:53 talc systemd-resolved[437]: Clock change detected. Flushing caches.
Aug 16 12:12:53 talc iwd[617]: Received Deauthentication event, reason: 3, from_ap: false
Aug 16 12:12:53 talc iwd[617]: event: disconnect-info, reason: 3
Aug 16 12:12:53 talc iwd[617]: event: state, old: connected, new: disconnected
Aug 16 12:12:53 talc iwd[617]: event: state, old: disconnected, new: autoconnect_quick
Aug 16 12:12:53 talc rtkit-daemon[619]: Demoting known real-time threads.
Aug 16 12:12:53 talc systemd-networkd[457]: wlan0: Lost carrier
Aug 16 12:12:53 talc rtkit-daemon[619]: Successfully demoted thread 864 of process 840.
Aug 16 12:12:53 talc systemd-timesyncd[438]: No network connectivity, watching for changes.
Aug 16 12:12:53 talc rtkit-daemon[619]: Successfully demoted thread 840 of process 840.
Aug 16 12:12:53 talc systemd-sleep[1204]: System returned from sleep operation 'suspend'.
Aug 16 12:12:53 talc rtkit-daemon[619]: Successfully demoted thread 845 of process 839.
Aug 16 12:12:53 talc systemd[1]: user.slice: Unit now thawed.
Aug 16 12:12:53 talc rtkit-daemon[619]: Successfully demoted thread 839 of process 839.
Aug 16 12:12:53 talc systemd[1]: user-1000.slice: Unit now thawed.
Aug 16 12:12:53 talc rtkit-daemon[619]: Demoted 4 threads.
Aug 16 12:12:53 talc systemd-sleep[1204]: Successfully thawed unit 'user.slice'.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/ldac
Aug 16 12:12:53 talc systemd[1]: session-1.scope: Unit now thawed.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aptx_hd
Aug 16 12:12:53 talc systemd[1]: user@1000.service: Unit now thawed.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_hd
Aug 16 12:12:53 talc systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aptx
Aug 16 12:12:53 talc dbus-broker[611]: A security policy denied :1.5 to send method call /midi/profile:org.bluez.GattProfile1.Release to :1.24.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx
Aug 16 12:12:53 talc systemd[1]: systemd-suspend.service: Deactivated successfully.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aac
Aug 16 12:12:53 talc systemd[1]: Finished System Suspend.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aac
Aug 16 12:12:53 talc systemd[1]: Stopped target Sleep.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_g
Aug 16 12:12:53 talc systemd[1]: Reached target Suspend.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_g
Aug 16 12:12:53 talc systemd[1]: Stopped target Suspend.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSink/sbc
Aug 16 12:12:53 talc systemd-logind[621]: Operation 'suspend' finished.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/sbc
Aug 16 12:12:53 talc systemd-networkd[457]: wlan0: Reconfiguring with /etc/systemd/network/20-wireless.network.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Aug 16 12:12:53 talc systemd-resolved[437]: Closing all remaining TCP connections.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Aug 16 12:12:53 talc systemd-resolved[437]: Resetting learnt feature levels on all servers.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Aug 16 12:12:53 talc systemd[1]: Stopped target Bluetooth Support.
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/faststream
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/faststream_duplex
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_05
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_05
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Aug 16 12:12:53 talc bluetoothd[615]: Endpoint unregistered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Aug 16 12:12:53 talc bluetoothd[615]: Battery Provider Manager destroyed
Aug 16 12:12:53 talc systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 16 12:12:53 talc swaylock[1202]: pam_unix(swaylock:auth): authentication failure; logname=anonymous uid=1000 euid=1000 tty= ruser= rhost=  user=anonymous
Aug 16 12:12:53 talc systemd[1]: Starting Fingerprint Authentication Daemon...
Aug 16 12:12:53 talc systemd[1]: Started Fingerprint Authentication Daemon.
Aug 16 12:12:54 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d7, signal: -60, load: 2/255
Aug 16 12:12:54 talc iwd[617]: event: state, old: autoconnect_quick, new: connecting (auto)
Aug 16 12:12:54 talc kernel: wlan0: authenticate with 80:69:1a:1e:46:d7 (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:12:54 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d7 (try 1/3)
Aug 16 12:12:54 talc kernel: wlan0: authenticated
Aug 16 12:12:54 talc kernel: wlan0: associate with 80:69:1a:1e:46:d7 (try 1/3)
Aug 16 12:12:54 talc kernel: wlan0: RX AssocResp from 80:69:1a:1e:46:d7 (capab=0x11 status=0 aid=1)
Aug 16 12:12:54 talc kernel: wlan0: associated
Aug 16 12:12:54 talc systemd-networkd[457]: wlan0: Connected WiFi access point: turmeric_nomap (80:69:1a:1e:46:d7)
Aug 16 12:12:54 talc iwd[617]: event: state, old: connecting (auto), new: connected
Aug 16 12:12:54 talc systemd-networkd[457]: wlan0: Gained carrier
Aug 16 12:12:54 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:12:54 talc systemd-resolved[437]: Clock change detected. Flushing caches.
Aug 16 12:12:54 talc systemd-timesyncd[438]: Contacted time server 64.44.115.65:123 (2.arch.pool.ntp.org).
Aug 16 12:12:56 talc kernel: wlan0: Connection to AP 80:69:1a:1e:46:d7 lost
Aug 16 12:12:56 talc systemd-networkd[457]: wlan0: Lost carrier
Aug 16 12:12:56 talc systemd-timesyncd[438]: No network connectivity, watching for changes.
Aug 16 12:12:56 talc iwd[617]: Received Deauthentication event, reason: 4, from_ap: false
Aug 16 12:12:56 talc iwd[617]: event: disconnect-info, reason: 4
Aug 16 12:12:56 talc iwd[617]: event: state, old: connected, new: disconnected
Aug 16 12:12:56 talc iwd[617]: event: state, old: disconnected, new: autoconnect_quick
Aug 16 12:12:56 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d7, signal: -60, load: 2/255
Aug 16 12:12:56 talc iwd[617]: event: state, old: autoconnect_quick, new: connecting (auto)
Aug 16 12:12:56 talc iwd[617]: event: connect-timeout, reason: 0
Aug 16 12:12:56 talc iwd[617]: event: connect-failed, status: 1
Aug 16 12:12:56 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:46:d6, signal: -60, load: 7/255
Aug 16 12:12:56 talc kernel: wlan0: authenticate with 80:69:1a:1e:46:d6 (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:12:56 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 1/3)
Aug 16 12:12:57 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 2/3)
Aug 16 12:12:57 talc kernel: wlan0: send auth to 80:69:1a:1e:46:d6 (try 3/3)
Aug 16 12:12:57 talc kernel: wlan0: authentication with 80:69:1a:1e:46:d6 timed out
Aug 16 12:12:57 talc iwd[617]: event: connect-timeout, reason: 2
Aug 16 12:12:57 talc iwd[617]: event: connect-failed, status: 1
Aug 16 12:12:57 talc iwd[617]: event: connect-info, ssid: turmeric_nomap, bss: 80:69:1a:1e:39:fd, signal: -68, load: 2/255
Aug 16 12:12:57 talc kernel: wlan0: authenticate with 80:69:1a:1e:39:fd (local address=2c:6d:c1:cb:d6:8a)
Aug 16 12:12:57 talc kernel: wlan0: send auth to 80:69:1a:1e:39:fd (try 1/3)
Aug 16 12:12:57 talc kernel: wlan0: authenticated
Aug 16 12:12:57 talc kernel: wlan0: associate with 80:69:1a:1e:39:fd (try 1/3)
Aug 16 12:12:57 talc kernel: wlan0: RX AssocResp from 80:69:1a:1e:39:fd (capab=0x11 status=0 aid=1)
Aug 16 12:12:57 talc kernel: wlan0: associated
Aug 16 12:12:57 talc systemd-networkd[457]: wlan0: Connected WiFi access point: turmeric_nomap (80:69:1a:1e:39:fd)
Aug 16 12:12:57 talc iwd[617]: event: state, old: connecting (auto), new: connected
Aug 16 12:12:57 talc systemd-networkd[457]: wlan0: Gained carrier
Aug 16 12:12:57 talc systemd-timesyncd[438]: Network configuration changed, trying to establish connection.
Aug 16 12:12:58 talc systemd-timesyncd[438]: Contacted time server 64.44.115.65:123 (2.arch.pool.ntp.org).
Aug 16 12:12:58 talc systemd-logind[621]: Power key pressed short.
Aug 16 12:12:58 talc systemd-logind[621]: Suspending...
Aug 16 12:12:58 talc systemd[1]: Reached target Sleep.
Aug 16 12:12:58 talc systemd[1]: Starting System Suspend...
Aug 16 12:12:58 talc systemd[1]: user@1000.service: Unit now frozen-by-parent.
Aug 16 12:12:58 talc systemd[1]: session-1.scope: Unit now frozen-by-parent.
Aug 16 12:12:58 talc systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Aug 16 12:12:58 talc systemd[1]: user.slice: Unit now frozen.
Aug 16 12:12:58 talc systemd-sleep[1280]: Successfully froze unit 'user.slice'.
Aug 16 12:12:58 talc systemd-sleep[1280]: Performing sleep operation 'suspend'...

Thanks.

Offline

#13 2025-08-17 14:32:28

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

Re: [solved] linux-6.16 breaks waking usb from suspend

That's windows being windows.

Me being https://en.wikipedia.org/wiki/Set_(deity) - that was a trick question.

See the 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

Offline

#14 2025-08-17 15:00:00

mmy8x
Member
Registered: 2025-03-02
Posts: 66

Re: [solved] linux-6.16 breaks waking usb from suspend

brian001 wrote:

Is there a good guide for bisecting on arch using makepkg? i see the linux package no longer uses git and the linux-git on aur seems out of date. I've never bisected, but i am comfortable with git.

Last updated two months ago, is it really that bad? Note that $pkgver doesn't matter, you will be checking out sources manually and running "makepkg -e" anyway. There is a rough guide to bisection on the wiki which seems at least plausible.

Disclaimer: I'm from the stone age, I don't use linux-git or any other PKGBUILD but install the kernel manually.

Last edited by mmy8x (2025-08-17 15:01:42)

Offline

#15 2025-08-17 16:04:16

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

Re: [solved] linux-6.16 breaks waking usb from suspend

linux-git on the AUR should be linux-git, ie. what linus is running today.
The AUR package updates aren't all that relevant

=> https://wiki.gentoo.org/wiki/Kernel_git-bisect
Double, triple and quadruple check the windows fast-start situation, though (also since MS silently re-enables the feature with updates on occasion)
sleep + usb controller dieing on the bus where a radio chip is are kind spot on for that situation.

Offline

#16 2025-08-17 18:59:19

brian001
Member
Registered: 2021-01-04
Posts: 30

Re: [solved] linux-6.16 breaks waking usb from suspend

I'm fairly sure it's not a Windows issue since I hadn't booted Windows for many months.

> powercfg /A

The following sleep states are available on this system:
    Standby (S0 Low Power Idle) Network Connected

The following sleep states are not available on this system:
    Standby (S1)
	The system firmware does not support this standby state.
	This standby state is disabled when S0 low power idle is supported.

    Standby (S2)
	The system firmware does not support this standby state.
	This standby state is disabled when S0 low power idle is supported.

    Standby (S3)
	This standby state is disabled when S0 low power idle is supported.

    Hibernate
	Hibernation has not been enabled.

    Hybrid Sleep
	Standby (S3) is not available.
	Hibernation is not available.

    Fast Startup
	Hibernation is not available.

I built linux-git from the aur package (about 45 min on my desktop) but when I activated the bisect and went to build 6.15 it errored out from a rust file.

Not sure what the problem is. I did activate ccache. Maybe I'll try without it.

Offline

#17 2025-08-17 20:32:00

mmy8x
Member
Registered: 2025-03-02
Posts: 66

Re: [solved] linux-6.16 breaks waking usb from suspend

You probably won't lose anything of value by disabling rust support - run "make menuconfig" and find it in "general setup". No panic QR codes maybe? Well, who cares.

And I would start with testing 882826f58b2c48cafc7084a799207e76f2c74fe0, 9bd9c8026341f75f25c53104eb7e656e357ca1a2, 2521106fc732b0b75fd3555c689b1ed1d29d273c (in this order) to find which USB pull request introduced the regression. These builds will be slow, but once you find the bad PR, bisecting through it is a breeze because you will be doing incremental builds with small changes localized to the USB subsystem. See the PR emails I linked before for commit ID ranges to test.

edit:
If 882826f58b2c48cafc7084a799207e76f2c74fe0 is bad then 6381f9950440f78bc89b4384292a613e721f604e is worth trying next because it is likely to be good and it removes some merges (read: slow rebuilds of the whole kernel) from the search space.

Last edited by mmy8x (2025-08-17 20:50:25)

Offline

#18 2025-08-17 20:43:38

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

Offline

#19 2025-08-17 21:02:07

brian001
Member
Registered: 2021-01-04
Posts: 30

Re: [solved] linux-6.16 breaks waking usb from suspend

I think this is gonna just be over my head. I put these in config.user

CONFIG_RUST_IS_AVAILABLE=n
CONFIG_RUST=n
CONFIG_HAVE_RUST=n

and I still just get a bunch of rust errors

==> Starting build()...
  DESCEND objtool
  DESCEND bpf/resolve_btfids
  INSTALL libsubcmd_headers
  INSTALL libsubcmd_headers
  CALL    scripts/checksyscalls.sh
  RUSTC L rust/core.o
error[E0658]: `let` expressions in this position are unstable
   --> /usr/lib/rustlib/src/rust/library/core/src/slice/index.rs:363:12
    |
363 |         if let Some(new_len) = usize::checked_sub(self.end, self.start)
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
    = help: add `#![feature(let_chains)]` to the crate attributes to enable
    = note: this compiler was built on 2025-08-04; consider upgrading it if it is out of date

error[E0658]: `let` expressions in this position are unstable
   --> /usr/lib/rustlib/src/rust/library/core/src/slice/index.rs:375:12
    |
375 |         if let Some(new_len) = usize::checked_sub(self.end, self.start)
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
    = help: add `#![feature(let_chains)]` to the crate attributes to enable
    = note: this compiler was built on 2025-08-04; consider upgrading it if it is out of date

error[E0658]: `let` expressions in this position are unstable
    --> /usr/lib/rustlib/src/rust/library/core/src/slice/iter.rs:1384:12
     |
1384 |         if let Some(rest) = self.v.get(n..)
     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
     = help: add `#![feature(let_chains)]` to the crate attributes to enable
     = note: this compiler was built on 2025-08-04; consider upgrading it if it is out of date

error[E0658]: `let` expressions in this position are unstable
    --> /usr/lib/rustlib/src/rust/library/core/src/slice/iter.rs:1385:16
     |
1385 |             && let Some(nth) = rest.get(..size)
     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
     = help: add `#![feature(let_chains)]` to the crate attributes to enable
     = note: this compiler was built on 2025-08-04; consider upgrading it if it is out of date

error[E0658]: `let` expressions in this position are unstable
  --> /usr/lib/rustlib/src/rust/library/core/src/str/iter.rs:59:20
   |
59 |                 && let Some(chunk) = chunks.next()
   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
   = help: add `#![feature(let_chains)]` to the crate attributes to enable
   = note: this compiler was built on 2025-08-04; consider upgrading it if it is out of date

error[E0700]: hidden type for `impl fmt::Display` captures lifetime that does not appear in bounds
   --> /usr/lib/rustlib/src/rust/library/core/src/ffi/c_str.rs:659:9
    |
658 |     pub fn display(&self) -> impl fmt::Display {
    |                    -----     ----------------- opaque type defined here
    |                    |
    |                    hidden type `&ByteStr` captures the anonymous lifetime defined here
659 |         crate::bstr::ByteStr::from_bytes(self.to_bytes())
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
help: add a `use<...>` bound to explicitly capture `'_`
    |
658 |     pub fn display(&self) -> impl fmt::Display + use<'_> {
    |                                                +++++++++

error: aborting due to 6 previous errors

Some errors have detailed explanations: E0658, E0700.
For more information about an error, try `rustc --explain E0658`.
make[2]: *** [rust/Makefile:491: rust/core.o] Error 1
make[1]: *** [/opt/anonymous/linux-git/src/linux-torvalds/Makefile:1280: prepare] Error 2
make: *** [Makefile:248: __sub-make] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

You guys are talking about bisecting on specific commits but all I can see is how to bisect on tags. And the linux-git package doesn't have the 6.15.9 tag because that's in the stable tree.

I will just hope someone else with more skills can address this and I'll stay on 6.15.9 til then.

Thanks for all the help.

Offline

#20 2025-08-17 21:19:33

loqs
Member
Registered: 2014-03-06
Posts: 18,621

Re: [solved] linux-6.16 breaks waking usb from suspend

Perhaps wait for gromit to build the bisection point for you or I can do it.

Offline

#21 2025-08-17 21:38:08

mmy8x
Member
Registered: 2025-03-02
Posts: 66

Re: [solved] linux-6.16 breaks waking usb from suspend

I believe you have made the first successful build (right?), so from now on you should be using "makepkg -e" which means that the source directory will not be touched by makepkg. Which means config.user changes added after the first build won't apply. But it also means that you can go to the source directory, run "make menuconfig" manually and disable "rust support" in "general setup", and this change will not be overwritten by "makepkg -e".

There should be no need to bisect between 6.15.9 and 6.16 because 6.15 is practically guaranteed to be good, so you can test 6.15 to confirm that it's good and then bisect between 6.15 and 6.16. (In the very unlikely case that 6.15 is bad we could deal with that too, but hopefully it won't happen).


You don't necessarily need to take any shortcuts, one bisect run from 6.15 to 6.16 will also work (but take more time). And FYI, you don't need to pass git tags to "git bisect" commands, you can also pass commit IDs - that's what we were talking about.

Last edited by mmy8x (2025-08-17 21:42:54)

Offline

#22 2025-08-17 22:03:59

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,308
Website

Re: [solved] linux-6.16 breaks waking usb from suspend

Please try the following package as the first step of the bisection between 6.15 and 6.16:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.15.r8050.g43db111-1-x86_64.pkg.tar.zst

Last edited by gromit (2025-08-17 22:04:14)

Offline

#23 2025-08-17 22:25:34

brian001
Member
Registered: 2021-01-04
Posts: 30

Re: [solved] linux-6.16 breaks waking usb from suspend

6.15.0-1-mainline-08050-g43db11110730 is good.


mmy8x wrote:

I believe you have made the first successful build (right?), so from now on you should be using "makepkg -e" which means that the source directory will not be touched by makepkg. Which means config.user changes added after the first build won't apply. But it also means that you can go to the source directory, run "make menuconfig" manually and disable "rust support" in "general setup", and this change will not be overwritten by "makepkg -e".

There should be no need to bisect between 6.15.9 and 6.16 because 6.15 is practically guaranteed to be good, so you can test 6.15 to confirm that it's good and then bisect between 6.15 and 6.16. (In the very unlikely case that 6.15 is bad we could deal with that too, but hopefully it won't happen).

You don't necessarily need to take any shortcuts, one bisect run from 6.15 to 6.16 will also work (but take more time). And FYI, you don't need to pass git tags to "git bisect" commands, you can also pass commit IDs - that's what we were talking about.

Thanks. I did get that working.

Offline

#24 2025-08-17 22:37:09

brian001
Member
Registered: 2021-01-04
Posts: 30

Re: [solved] linux-6.16 breaks waking usb from suspend

6.16.0-rc2-1-mainline-00160-g89a33de31494 is bad

Offline

#25 2025-08-17 23:03:16

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,308
Website

Re: [solved] linux-6.16 breaks waking usb from suspend

Please try the following:

sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.15.r11121.gfe42816-1-x86_64.pkg.tar.zst

Offline

Board footer

Powered by FluxBB