You are not logged in.

#1 2023-08-08 00:12:28

romanovisaac
Member
Registered: 2023-08-07
Posts: 4

[Solved] Netctl Unable to Authenticate

Sometime within the previous week this fix that I had been using for my BCM43602 has broken along with udev no longer even trying to rename the device to its persistent device name therefore defaulting to wlan0. While it is able to scan for networks, it is unable to connect to them. I have disabled every networking task I can think of and have even tried switching from NetworkManager to IWD to netctl and none of them seem to make any difference.
Output of "systemctl list-unit-files --state=enabled":

UNIT FILE        STATE   PRESET
getty@.service   enabled enabled
greetd.service   enabled disabled
tlp.service      enabled disabled
udevmon.service  enabled disabled
remote-fs.target enabled enabled

5 unit files listed.

Output of "dmesg | grep -i 'brcm'":

[    7.316547] usbcore: registered new interface driver brcmfmac
[    7.422225] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/2
[    7.423596] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.Apple Inc.-MacBookPro13,2.bin failed with error -2
[    7.426480] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.clm_blob failed with error -2
[    7.685515] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[    7.686199] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43602/2 wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
[    8.010063] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'

And finally the output of "journalctl -b | grep -i brcm":

Aug 08 06:40:46 slaptopmbp kernel: usbcore: registered new interface driver brcmfmac
Aug 08 06:40:46 slaptopmbp kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/2
Aug 08 06:40:46 slaptopmbp kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.Apple Inc.-MacBookPro13,2.bin failed with error -2
Aug 08 06:40:46 slaptopmbp kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.clm_blob failed with error -2
Aug 08 06:40:46 slaptopmbp kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
Aug 08 06:40:46 slaptopmbp kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43602/2 wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
Aug 08 06:40:47 slaptopmbp kernel: Bluetooth: hci0: BCM: 'brcm/BCM.hcd'

All these logs are from a fresh boot. If its necessary I could show logs of the actual connection via netctl but all they really say is authentication failure, even after checking the password and making sure wpa_supplicant is installed and working.

UPDATE:
These logs also include the authentication and I've only filtered my username because it is sensitive. (Replaced username with placehold <USER>)
Journalctl logs:

Aug 08 20:29:33 slaptopmbp kernel: Linux version 6.4.8-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000
Aug 08 20:29:33 slaptopmbp kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=08a78292-d2bf-411f-920c-fd2fb051735e rw loglevel=3 quiet
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Aug 08 20:29:33 slaptopmbp kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Aug 08 20:29:33 slaptopmbp kernel: signal: max sigframe size: 2032
Aug 08 20:29:33 slaptopmbp kernel: BIOS-provided physical RAM map:
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000071dfcfff] usable
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000071dfd000-0x000000007214efff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x000000007214f000-0x0000000072e43fff] usable
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000072e44000-0x0000000072e44fff] ACPI NVS
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000072e45000-0x0000000072e6efff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000072e6f000-0x000000007307dfff] usable
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x000000007307e000-0x000000007307efff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x000000007307f000-0x0000000078c7efff] usable
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000078c7f000-0x0000000078f4efff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000078f4f000-0x0000000078f9efff] ACPI NVS
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000078f9f000-0x0000000078ffefff] ACPI data
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000078fff000-0x0000000078ffffff] usable
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000079000000-0x000000007fffffff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x00000000e00fa000-0x00000000e00fafff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x00000000e00fd000-0x00000000e00fdfff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x00000000ff939000-0x00000000ff968fff] reserved
Aug 08 20:29:33 slaptopmbp kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
Aug 08 20:29:33 slaptopmbp kernel: NX (Execute Disable) protection: active
Aug 08 20:29:33 slaptopmbp kernel: e820: update [mem 0x6fbf0698-0x6fbf0cb6] usable ==> usable
Aug 08 20:29:33 slaptopmbp kernel: e820: update [mem 0x6fbf0698-0x6fbf0cb6] usable ==> usable
Aug 08 20:29:33 slaptopmbp kernel: extended physical RAM map:
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000000100000-0x000000006fbf0697] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x000000006fbf0698-0x000000006fbf0cb6] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x000000006fbf0cb7-0x0000000071dfcfff] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000071dfd000-0x000000007214efff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x000000007214f000-0x0000000072e43fff] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000072e44000-0x0000000072e44fff] ACPI NVS
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000072e45000-0x0000000072e6efff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000072e6f000-0x000000007307dfff] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x000000007307e000-0x000000007307efff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x000000007307f000-0x0000000078c7efff] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000078c7f000-0x0000000078f4efff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000078f4f000-0x0000000078f9efff] ACPI NVS
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000078f9f000-0x0000000078ffefff] ACPI data
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000078fff000-0x0000000078ffffff] usable
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000079000000-0x000000007fffffff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x00000000e00fa000-0x00000000e00fafff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x00000000e00fd000-0x00000000e00fdfff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x00000000ff939000-0x00000000ff968fff] reserved
Aug 08 20:29:33 slaptopmbp kernel: reserve setup_data: [mem 0x0000000100000000-0x000000047effffff] usable
Aug 08 20:29:33 slaptopmbp kernel: efi: EFI v2.4 by Apple
Aug 08 20:29:33 slaptopmbp kernel: efi: Apple Mac detected, using EFI v1.10 runtime services only
Aug 08 20:29:33 slaptopmbp kernel: efi: ACPI=0x78ffe000 ACPI 2.0=0x78ffe014 SMBIOS=0x78f1f000 SMBIOS 3.0=0x78f1d000 INITRD=0x6fc19898 
Aug 08 20:29:33 slaptopmbp kernel: efi: Not removing mem42: MMIO range=[0xe00fa000-0xe00fafff] (4KB) from e820 map
Aug 08 20:29:33 slaptopmbp kernel: efi: Not removing mem43: MMIO range=[0xe00fd000-0xe00fdfff] (4KB) from e820 map
Aug 08 20:29:33 slaptopmbp kernel: efi: Not removing mem44: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Aug 08 20:29:33 slaptopmbp kernel: efi: Not removing mem45: MMIO range=[0xff939000-0xff968fff] (192KB) from e820 map
Aug 08 20:29:33 slaptopmbp kernel: SMBIOS 3.0.0 present.
Aug 08 20:29:33 slaptopmbp kernel: DMI: Apple Inc. MacBookPro13,2/Mac-66E35819EE2D0D05, BIOS 512.0.0.0.0 04/05/2023
Aug 08 20:29:33 slaptopmbp kernel: tsc: Detected 2900.000 MHz processor
Aug 08 20:29:33 slaptopmbp kernel: tsc: Detected 2899.886 MHz TSC
Aug 08 20:29:33 slaptopmbp kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 08 20:29:33 slaptopmbp kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 08 20:29:33 slaptopmbp kernel: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
Aug 08 20:29:33 slaptopmbp kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 08 20:29:33 slaptopmbp kernel: last_pfn = 0x79000 max_arch_pfn = 0x400000000
Aug 08 20:29:33 slaptopmbp kernel: Using GB pages for direct mapping
Aug 08 20:29:33 slaptopmbp kernel: Secure boot disabled
Aug 08 20:29:33 slaptopmbp kernel: RAMDISK: [mem 0x6980c000-0x6ad06fff]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Early table checksum verification disabled
Aug 08 20:29:33 slaptopmbp kernel: ACPI: RSDP 0x0000000078FFE014 000024 (v02 APPLE )
Aug 08 20:29:33 slaptopmbp kernel: ACPI: XSDT 0x0000000078FFD0E8 0000BC (v01 APPLE  Apple00  00000000      01000013)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: FACP 0x0000000078FF8000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: DSDT 0x0000000078FEB000 0085AC (v02 APPLE  MacBookP 00130002 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: FACS 0x0000000078F9B000 000040
Aug 08 20:29:33 slaptopmbp kernel: ACPI: UEFI 0x0000000078F9D000 000042 (v01 INTEL  EDK2     00000002      01000013)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: ECDT 0x0000000078FFA000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: HPET 0x0000000078FF7000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: APIC 0x0000000078FF6000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: MCFG 0x0000000078FF5000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SBST 0x0000000078FF4000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FEA000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FE5000 000031 (v01 APPLE  SsdtS3   00001000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FE4000 000111 (v01 APPLE  SataAhci 00001000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FE3000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FDA000 008BA2 (v02 APPLE  TbtOnPCH 00001000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FD6000 000B2A (v02 APPLE  Xhci     00001000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FD5000 000696 (v02 PmRef  Cpu0Ist  00003000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FD4000 0005AA (v02 PmRef  ApIst    00003000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FD3000 000295 (v02 PmRef  Cpu0Cst  00003001 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FD2000 000119 (v02 PmRef  ApCst    00003000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: SSDT 0x0000000078FD1000 000EEF (v02 CpuRef CpuSsdt  00003000 INTL 20140424)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: DMAR 0x0000000078FD0000 000118 (v01 APPLE  SKL      00000001 INTL 00000001)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving FACP table memory at [mem 0x78ff8000-0x78ff80f3]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving DSDT table memory at [mem 0x78feb000-0x78ff35ab]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving FACS table memory at [mem 0x78f9b000-0x78f9b03f]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving UEFI table memory at [mem 0x78f9d000-0x78f9d041]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving ECDT table memory at [mem 0x78ffa000-0x78ffa052]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving HPET table memory at [mem 0x78ff7000-0x78ff7037]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving APIC table memory at [mem 0x78ff6000-0x78ff60bb]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving MCFG table memory at [mem 0x78ff5000-0x78ff503b]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SBST table memory at [mem 0x78ff4000-0x78ff402f]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fea000-0x78fea023]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fe5000-0x78fe5030]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fe4000-0x78fe4110]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fe3000-0x78fe30b7]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fda000-0x78fe2ba1]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fd6000-0x78fd6b29]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fd5000-0x78fd5695]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fd4000-0x78fd45a9]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fd3000-0x78fd3294]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fd2000-0x78fd2118]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving SSDT table memory at [mem 0x78fd1000-0x78fd1eee]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Reserving DMAR table memory at [mem 0x78fd0000-0x78fd0117]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Aug 08 20:29:33 slaptopmbp kernel: No NUMA configuration found
Aug 08 20:29:33 slaptopmbp kernel: Faking a node at [mem 0x0000000000000000-0x000000047effffff]
Aug 08 20:29:33 slaptopmbp kernel: NODE_DATA(0) allocated [mem 0x47effb000-0x47effffff]
Aug 08 20:29:33 slaptopmbp kernel: Zone ranges:
Aug 08 20:29:33 slaptopmbp kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 08 20:29:33 slaptopmbp kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 08 20:29:33 slaptopmbp kernel:   Normal   [mem 0x0000000100000000-0x000000047effffff]
Aug 08 20:29:33 slaptopmbp kernel:   Device   empty
Aug 08 20:29:33 slaptopmbp kernel: Movable zone start for each node
Aug 08 20:29:33 slaptopmbp kernel: Early memory node ranges
Aug 08 20:29:33 slaptopmbp kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Aug 08 20:29:33 slaptopmbp kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
Aug 08 20:29:33 slaptopmbp kernel:   node   0: [mem 0x0000000000100000-0x0000000071dfcfff]
Aug 08 20:29:33 slaptopmbp kernel:   node   0: [mem 0x000000007214f000-0x0000000072e43fff]
Aug 08 20:29:33 slaptopmbp kernel:   node   0: [mem 0x0000000072e6f000-0x000000007307dfff]
Aug 08 20:29:33 slaptopmbp kernel:   node   0: [mem 0x000000007307f000-0x0000000078c7efff]
Aug 08 20:29:33 slaptopmbp kernel:   node   0: [mem 0x0000000078fff000-0x0000000078ffffff]
Aug 08 20:29:33 slaptopmbp kernel:   node   0: [mem 0x0000000100000000-0x000000047effffff]
Aug 08 20:29:33 slaptopmbp kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone DMA32: 850 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone DMA32: 43 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone DMA32: 896 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone Normal: 28672 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Aug 08 20:29:33 slaptopmbp kernel: Reserving Intel graphics memory at [mem 0x7a000000-0x7fffffff]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 08 20:29:33 slaptopmbp kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 08 20:29:33 slaptopmbp kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 08 20:29:33 slaptopmbp kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 08 20:29:33 slaptopmbp kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 08 20:29:33 slaptopmbp kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 08 20:29:33 slaptopmbp kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 08 20:29:33 slaptopmbp kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 08 20:29:33 slaptopmbp kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 08 20:29:33 slaptopmbp kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Aug 08 20:29:33 slaptopmbp kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 08 20:29:33 slaptopmbp kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 08 20:29:33 slaptopmbp kernel: TSC deadline timer available
Aug 08 20:29:33 slaptopmbp kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x6fbf0000-0x6fbf0fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x6fbf0000-0x6fbf0fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x71dfd000-0x7214efff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x72e44000-0x72e44fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x72e45000-0x72e6efff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x7307e000-0x7307efff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x78c7f000-0x78f4efff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x78f4f000-0x78f9efff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x78f9f000-0x78ffefff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x79000000-0x7fffffff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xe00f9fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0xe00fa000-0xe00fafff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0xe00fb000-0xe00fcfff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0xe00fd000-0xe00fdfff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0xe00fe000-0xfdffffff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xff938fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0xff939000-0xff968fff]
Aug 08 20:29:33 slaptopmbp kernel: PM: hibernation: Registered nosave memory: [mem 0xff969000-0xffffffff]
Aug 08 20:29:33 slaptopmbp kernel: [mem 0x80000000-0xe00f9fff] available for PCI devices
Aug 08 20:29:33 slaptopmbp kernel: Booting paravirtualized kernel on bare hardware
Aug 08 20:29:33 slaptopmbp kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 08 20:29:33 slaptopmbp kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Aug 08 20:29:33 slaptopmbp kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
Aug 08 20:29:33 slaptopmbp kernel: pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
Aug 08 20:29:33 slaptopmbp kernel: pcpu-alloc: [0] 0 1 2 3 
Aug 08 20:29:33 slaptopmbp kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=08a78292-d2bf-411f-920c-fd2fb051735e rw loglevel=3 quiet
Aug 08 20:29:33 slaptopmbp kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Aug 08 20:29:33 slaptopmbp kernel: random: crng init done
Aug 08 20:29:33 slaptopmbp kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: Fallback order for Node 0: 0 
Aug 08 20:29:33 slaptopmbp kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4094493
Aug 08 20:29:33 slaptopmbp kernel: Policy zone: Normal
Aug 08 20:29:33 slaptopmbp kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 08 20:29:33 slaptopmbp kernel: software IO TLB: area num 4.
Aug 08 20:29:33 slaptopmbp kernel: Memory: 16068660K/16638584K available (16384K kernel code, 2120K rwdata, 12768K rodata, 3344K init, 3992K bss, 569664K reserved, 0K cma-reserved)
Aug 08 20:29:33 slaptopmbp kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 08 20:29:33 slaptopmbp kernel: Kernel/User page tables isolation: enabled
Aug 08 20:29:33 slaptopmbp kernel: ftrace: allocating 47552 entries in 186 pages
Aug 08 20:29:33 slaptopmbp kernel: ftrace: allocated 186 pages with 5 groups
Aug 08 20:29:33 slaptopmbp kernel: Dynamic Preempt: full
Aug 08 20:29:33 slaptopmbp kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 08 20:29:33 slaptopmbp kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Aug 08 20:29:33 slaptopmbp kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 08 20:29:33 slaptopmbp kernel:         Trampoline variant of Tasks RCU enabled.
Aug 08 20:29:33 slaptopmbp kernel:         Rude variant of Tasks RCU enabled.
Aug 08 20:29:33 slaptopmbp kernel:         Tracing variant of Tasks RCU enabled.
Aug 08 20:29:33 slaptopmbp kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 08 20:29:33 slaptopmbp kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Aug 08 20:29:33 slaptopmbp kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
Aug 08 20:29:33 slaptopmbp kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 08 20:29:33 slaptopmbp kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 08 20:29:33 slaptopmbp kernel: Console: colour dummy device 80x25
Aug 08 20:29:33 slaptopmbp kernel: printk: console [tty0] enabled
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Core revision 20230331
Aug 08 20:29:33 slaptopmbp kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 08 20:29:33 slaptopmbp kernel: APIC: Switch to symmetric I/O mode setup
Aug 08 20:29:33 slaptopmbp kernel: DMAR: Host address width 39
Aug 08 20:29:33 slaptopmbp kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 08 20:29:33 slaptopmbp kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
Aug 08 20:29:33 slaptopmbp kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 08 20:29:33 slaptopmbp kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 08 20:29:33 slaptopmbp kernel: DMAR: RMRR base: 0x00000079800000 end: 0x0000007fffffff
Aug 08 20:29:33 slaptopmbp kernel: DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
Aug 08 20:29:33 slaptopmbp kernel: DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
Aug 08 20:29:33 slaptopmbp kernel: DMAR: ANDD device: a name: \_SB.PCI0.UA01
Aug 08 20:29:33 slaptopmbp kernel: DMAR: ANDD device: b name: \_SB.PCI0.UA02
Aug 08 20:29:33 slaptopmbp kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Aug 08 20:29:33 slaptopmbp kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 08 20:29:33 slaptopmbp kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 08 20:29:33 slaptopmbp kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Aug 08 20:29:33 slaptopmbp kernel: x2apic enabled
Aug 08 20:29:33 slaptopmbp kernel: Switched APIC routing to cluster x2apic.
Aug 08 20:29:33 slaptopmbp kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
Aug 08 20:29:33 slaptopmbp kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5802.42 BogoMIPS (lpj=9666286)
Aug 08 20:29:33 slaptopmbp kernel: pid_max: default: 32768 minimum: 301
Aug 08 20:29:33 slaptopmbp kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 08 20:29:33 slaptopmbp kernel: landlock: Up and running.
Aug 08 20:29:33 slaptopmbp kernel: Yama: becoming mindful.
Aug 08 20:29:33 slaptopmbp kernel: LSM support for eBPF active
Aug 08 20:29:33 slaptopmbp kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: x86/cpu: SGX disabled by BIOS.
Aug 08 20:29:33 slaptopmbp kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 08 20:29:33 slaptopmbp kernel: process: using mwait in idle threads
Aug 08 20:29:33 slaptopmbp kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Aug 08 20:29:33 slaptopmbp kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Aug 08 20:29:33 slaptopmbp kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 08 20:29:33 slaptopmbp kernel: Spectre V2 : Mitigation: IBRS
Aug 08 20:29:33 slaptopmbp kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 08 20:29:33 slaptopmbp kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 08 20:29:33 slaptopmbp kernel: RETBleed: Mitigation: IBRS
Aug 08 20:29:33 slaptopmbp kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 08 20:29:33 slaptopmbp kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Aug 08 20:29:33 slaptopmbp kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 08 20:29:33 slaptopmbp kernel: MDS: Mitigation: Clear CPU buffers
Aug 08 20:29:33 slaptopmbp kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Aug 08 20:29:33 slaptopmbp kernel: SRBDS: Mitigation: Microcode
Aug 08 20:29:33 slaptopmbp kernel: Freeing SMP alternatives memory: 40K
Aug 08 20:29:33 slaptopmbp kernel: smpboot: CPU0: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz (family: 0x6, model: 0x4e, stepping: 0x3)
Aug 08 20:29:33 slaptopmbp kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 08 20:29:33 slaptopmbp kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Aug 08 20:29:33 slaptopmbp kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 08 20:29:33 slaptopmbp kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Aug 08 20:29:33 slaptopmbp kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 08 20:29:33 slaptopmbp kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Aug 08 20:29:33 slaptopmbp kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 08 20:29:33 slaptopmbp kernel: ... version:                4
Aug 08 20:29:33 slaptopmbp kernel: ... bit width:              48
Aug 08 20:29:33 slaptopmbp kernel: ... generic registers:      4
Aug 08 20:29:33 slaptopmbp kernel: ... value mask:             0000ffffffffffff
Aug 08 20:29:33 slaptopmbp kernel: ... max period:             00007fffffffffff
Aug 08 20:29:33 slaptopmbp kernel: ... fixed-purpose events:   3
Aug 08 20:29:33 slaptopmbp kernel: ... event mask:             000000070000000f
Aug 08 20:29:33 slaptopmbp kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1024
Aug 08 20:29:33 slaptopmbp kernel: rcu: Hierarchical SRCU implementation.
Aug 08 20:29:33 slaptopmbp kernel: rcu:         Max phase no-delay instances is 1000.
Aug 08 20:29:33 slaptopmbp kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 08 20:29:33 slaptopmbp kernel: smp: Bringing up secondary CPUs ...
Aug 08 20:29:33 slaptopmbp kernel: x86: Booting SMP configuration:
Aug 08 20:29:33 slaptopmbp kernel: .... node  #0, CPUs:      #1 #2
Aug 08 20:29:33 slaptopmbp kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Aug 08 20:29:33 slaptopmbp kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Aug 08 20:29:33 slaptopmbp kernel:  #3
Aug 08 20:29:33 slaptopmbp kernel: smp: Brought up 1 node, 4 CPUs
Aug 08 20:29:33 slaptopmbp kernel: smpboot: Max logical packages: 1
Aug 08 20:29:33 slaptopmbp kernel: smpboot: Total of 4 processors activated (23208.71 BogoMIPS)
Aug 08 20:29:33 slaptopmbp kernel: devtmpfs: initialized
Aug 08 20:29:33 slaptopmbp kernel: x86/mm: Memory block size: 128MB
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PM: Registering ACPI NVS region [mem 0x72e44000-0x72e44fff] (4096 bytes)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PM: Registering ACPI NVS region [mem 0x78f4f000-0x78f9efff] (327680 bytes)
Aug 08 20:29:33 slaptopmbp kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 08 20:29:33 slaptopmbp kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: pinctrl core: initialized pinctrl subsystem
Aug 08 20:29:33 slaptopmbp kernel: PM: RTC time: 00:29:27, date: 2023-08-09
Aug 08 20:29:33 slaptopmbp kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 08 20:29:33 slaptopmbp kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 08 20:29:33 slaptopmbp kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 08 20:29:33 slaptopmbp kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 08 20:29:33 slaptopmbp kernel: audit: initializing netlink subsys (disabled)
Aug 08 20:29:33 slaptopmbp kernel: audit: type=2000 audit(1691540967.006:1): state=initialized audit_enabled=0 res=1
Aug 08 20:29:33 slaptopmbp kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 08 20:29:33 slaptopmbp kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 08 20:29:33 slaptopmbp kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 08 20:29:33 slaptopmbp kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 08 20:29:33 slaptopmbp kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 08 20:29:33 slaptopmbp kernel: cpuidle: using governor ladder
Aug 08 20:29:33 slaptopmbp kernel: cpuidle: using governor menu
Aug 08 20:29:33 slaptopmbp kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Aug 08 20:29:33 slaptopmbp kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 08 20:29:33 slaptopmbp kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 08 20:29:33 slaptopmbp kernel: PCI: not using MMCONFIG
Aug 08 20:29:33 slaptopmbp kernel: PCI: Using configuration type 1 for base access
Aug 08 20:29:33 slaptopmbp kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 08 20:29:33 slaptopmbp kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 08 20:29:33 slaptopmbp kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 08 20:29:33 slaptopmbp kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 08 20:29:33 slaptopmbp kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 08 20:29:33 slaptopmbp kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Disabled all _OSI OS vendors
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Added _OSI(Module Device)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Added _OSI(Processor Device)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Added _OSI(Darwin)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Aug 08 20:29:33 slaptopmbp kernel: ACPI: EC: EC started
Aug 08 20:29:33 slaptopmbp kernel: ACPI: EC: interrupt blocked
Aug 08 20:29:33 slaptopmbp kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 08 20:29:33 slaptopmbp kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Aug 08 20:29:33 slaptopmbp kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Aug 08 20:29:33 slaptopmbp kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Dynamic OEM Table Load:
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF98C381650800 Table is already loaded (20230331/tbdata-548)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU0._OSC due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU1._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU2._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU3.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU3._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU4.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU4._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU5.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU5._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU6.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU6._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU7.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU7._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Dynamic OEM Table Load:
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF98C3811E9400 Table is already loaded (20230331/tbdata-548)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Dynamic OEM Table Load:
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF98C381655800 Table is already loaded (20230331/tbdata-548)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU1.APPT due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU1._PDC due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU2._PDC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU3.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI Error: Aborting method \_PR.CPU3._PDC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Interpreter enabled
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Using IOAPIC for interrupt routing
Aug 08 20:29:33 slaptopmbp kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 08 20:29:33 slaptopmbp kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
Aug 08 20:29:33 slaptopmbp kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 08 20:29:33 slaptopmbp kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 08 20:29:33 slaptopmbp kernel: ACPI: Enabled 12 GPEs in block 00 to 7F
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 08 20:29:33 slaptopmbp kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Aug 08 20:29:33 slaptopmbp kernel: PCI host bridge to bus 0000:00
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfeafffff window]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: [8086:1927] type 00 class 0x030000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: reg 0x10: [mem 0x81000000-0x81ffffff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:14.0: reg 0x10: [mem 0x82600000-0x8260ffff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:16.0: reg 0x10: [mem 0x82629000-0x82629fff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:19.0: [8086:9d66] type 00 class 0x118000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:19.0: reg 0x10: [mem 0x8262a000-0x8262afff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.3: [8086:9d1b] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.3: PME# supported from D0 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1e.0: reg 0x10: [mem 0x8262b000-0x8262bfff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1e.1: [8086:9d28] type 00 class 0x118000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1e.1: reg 0x10: [mem 0x8262c000-0x8262cfff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1e.3: [8086:9d2a] type 00 class 0x118000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1e.3: reg 0x10: [mem 0x8262d000-0x8262dfff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.2: reg 0x10: [mem 0x82624000-0x82627fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x82620000-0x82623fff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x00000000-0x0000ffff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x8262e000-0x8262e0ff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.4: reg 0x20: [io  0x3040-0x305f]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:01:00.0: [106b:2003] type 00 class 0x018002
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:01:00.0: reg 0x10: [mem 0x82500000-0x82503fff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.0:   bridge window [mem 0x82500000-0x825fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0: [8086:1578] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0: enabling Extended Tags
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0: supports D1 D2
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-78]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4:   bridge window [io  0x4000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4:   bridge window [mem 0x82700000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:00.0: [8086:15d3] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:00.0: enabling Extended Tags
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:00.0: supports D1 D2
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0: [8086:15d3] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0: enabling Extended Tags
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0: supports D1 D2
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: [8086:15d3] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: enabling Extended Tags
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: supports D1 D2
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0: [8086:15d3] type 01 class 0x060400
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0: enabling Extended Tags
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0: supports D1 D2
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0: PCI bridge to [bus 04-78]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0:   bridge window [io  0x4000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0:   bridge window [mem 0x82700000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0:   bridge window [mem 0xb0000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:05:00.0: [8086:15d2] type 00 class 0x088000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:05:00.0: reg 0x10: [mem 0x82800000-0x8283ffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:05:00.0: reg 0x14: [mem 0x82840000-0x82840fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:05:00.0: enabling Extended Tags
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:05:00.0: supports D1 D2
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:00.0:   bridge window [mem 0x82800000-0x828fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0: PCI bridge to [bus 07-3f]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0:   bridge window [io  0x4000-0x5fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0:   bridge window [mem 0x82900000-0x898fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0:   bridge window [mem 0xb0000000-0xb6ffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:06:00.0: [8086:15d4] type 00 class 0x0c0330
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:06:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:06:00.0: enabling Extended Tags
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:06:00.0: supports D1 D2
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:06:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:04:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: PCI bridge to [bus 06]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0:   bridge window [mem 0x82700000-0x827fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0: PCI bridge to [bus 40-78]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0:   bridge window [io  0x6000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0:   bridge window [mem 0x89900000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0:   bridge window [mem 0xb7000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.0: PCI bridge to [bus 79]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:02:00.0: [14e4:43ba] type 00 class 0x028000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:02:00.0: reg 0x10: [mem 0x82400000-0x82407fff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:02:00.0: reg 0x18: [mem 0x82000000-0x823fffff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:02:00.0: supports D1 D2
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.3: PCI bridge to [bus 02]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.3:   bridge window [mem 0x82000000-0x824fffff]
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: EC: interrupt unblocked
Aug 08 20:29:33 slaptopmbp kernel: ACPI: EC: event unblocked
Aug 08 20:29:33 slaptopmbp kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 08 20:29:33 slaptopmbp kernel: ACPI: EC: GPE=0x7
Aug 08 20:29:33 slaptopmbp kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Aug 08 20:29:33 slaptopmbp kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Aug 08 20:29:33 slaptopmbp kernel: iommu: Default domain type: Translated 
Aug 08 20:29:33 slaptopmbp kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Aug 08 20:29:33 slaptopmbp kernel: SCSI subsystem initialized
Aug 08 20:29:33 slaptopmbp kernel: libata version 3.00 loaded.
Aug 08 20:29:33 slaptopmbp kernel: ACPI: bus type USB registered
Aug 08 20:29:33 slaptopmbp kernel: usbcore: registered new interface driver usbfs
Aug 08 20:29:33 slaptopmbp kernel: usbcore: registered new interface driver hub
Aug 08 20:29:33 slaptopmbp kernel: usbcore: registered new device driver usb
Aug 08 20:29:33 slaptopmbp kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 08 20:29:33 slaptopmbp kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 08 20:29:33 slaptopmbp kernel: PTP clock support registered
Aug 08 20:29:33 slaptopmbp kernel: EDAC MC: Ver: 3.0.0
Aug 08 20:29:33 slaptopmbp kernel: efivars: Registered efivars operations
Aug 08 20:29:33 slaptopmbp kernel: NetLabel: Initializing
Aug 08 20:29:33 slaptopmbp kernel: NetLabel:  domain hash size = 128
Aug 08 20:29:33 slaptopmbp kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 08 20:29:33 slaptopmbp kernel: NetLabel:  unlabeled traffic allowed by default
Aug 08 20:29:33 slaptopmbp kernel: mctp: management component transport protocol core
Aug 08 20:29:33 slaptopmbp kernel: NET: Registered PF_MCTP protocol family
Aug 08 20:29:33 slaptopmbp kernel: PCI: Using ACPI for IRQ routing
Aug 08 20:29:33 slaptopmbp kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x6fbf0698-0x6fffffff]
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x71dfd000-0x73ffffff]
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x72e44000-0x73ffffff]
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x7307e000-0x73ffffff]
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x78c7f000-0x7bffffff]
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x79000000-0x7bffffff]
Aug 08 20:29:33 slaptopmbp kernel: e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 08 20:29:33 slaptopmbp kernel: vgaarb: loaded
Aug 08 20:29:33 slaptopmbp kernel: clocksource: Switched to clocksource tsc-early
Aug 08 20:29:33 slaptopmbp kernel: VFS: Disk quotas dquot_6.6.0
Aug 08 20:29:33 slaptopmbp kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 08 20:29:33 slaptopmbp kernel: pnp: PnP ACPI init
Aug 08 20:29:33 slaptopmbp kernel: system 00:00: [io  0xffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:00: [io  0x0800-0x087f] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xe0000000-0xefffffff] could not be reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xff000000-0xffffffff] could not be reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfd000000-0xfdffffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe000000-0xfe00ffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe010000-0xfe010fff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe020000-0xfe035fff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe036000-0xfe03bfff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe03c000-0xfe03cfff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe03d000-0xfe0bffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe0c0000-0xfe0fffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe100000-0xfe1fffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe200000-0xfe3fffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe400000-0xfe40ffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe410000-0xfe5fffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:02: [mem 0xfe600000-0xfe7fffff] has been reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:03: [mem 0x20000000-0x201fffff] could not be reserved
Aug 08 20:29:33 slaptopmbp kernel: system 00:03: [mem 0x40000000-0x401fffff] could not be reserved
Aug 08 20:29:33 slaptopmbp kernel: pnp: PnP ACPI: found 4 devices
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:02.0: assigning 10 device properties
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:05:00.0: assigning 8 device properties
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.3: assigning 4 device properties
Aug 08 20:29:33 slaptopmbp kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 08 20:29:33 slaptopmbp kernel: NET: Registered PF_INET protocol family
Aug 08 20:29:33 slaptopmbp kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 08 20:29:33 slaptopmbp kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 08 20:29:33 slaptopmbp kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 08 20:29:33 slaptopmbp kernel: NET: Registered PF_XDP protocol family
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1f.3: BAR 4: assigned [mem 0x80000000-0x8000ffff 64bit]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.0:   bridge window [mem 0x82500000-0x825fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: BAR 13: no space for [io  size 0x1000]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: BAR 13: failed to assign [io  size 0x1000]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: BAR 13: no space for [io  size 0x1000]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: BAR 13: failed to assign [io  size 0x1000]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:00.0:   bridge window [mem 0x82800000-0x828fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0: PCI bridge to [bus 07-3f]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0:   bridge window [io  0x4000-0x5fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0:   bridge window [mem 0x82900000-0x898fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:01.0:   bridge window [mem 0xb0000000-0xb6ffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:06:00.0: BAR 0: assigned [mem 0x82700000-0x8270ffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0: PCI bridge to [bus 06]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:02.0:   bridge window [mem 0x82700000-0x827fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0: PCI bridge to [bus 40-78]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0:   bridge window [io  0x6000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0:   bridge window [mem 0x89900000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:04:04.0:   bridge window [mem 0xb7000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0: PCI bridge to [bus 04-78]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0:   bridge window [io  0x4000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0:   bridge window [mem 0x82700000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:03:00.0:   bridge window [mem 0xb0000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-78]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4:   bridge window [io  0x4000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4:   bridge window [mem 0x82700000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.0: PCI bridge to [bus 79]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.3: PCI bridge to [bus 02]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:00:1d.3:   bridge window [mem 0x82000000-0x824fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xfeafffff window]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:01: resource 1 [mem 0x82500000-0x825fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:03: resource 1 [mem 0x82700000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:03: resource 2 [mem 0xb0000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:04: resource 0 [io  0x4000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:04: resource 1 [mem 0x82700000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:04: resource 2 [mem 0xb0000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:05: resource 1 [mem 0x82800000-0x828fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:07: resource 0 [io  0x4000-0x5fff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:07: resource 1 [mem 0x82900000-0x898fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:07: resource 2 [mem 0xb0000000-0xb6ffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:06: resource 1 [mem 0x82700000-0x827fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:40: resource 0 [io  0x6000-0x7fff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:40: resource 1 [mem 0x89900000-0x908fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:40: resource 2 [mem 0xb7000000-0xbdffffff 64bit pref]
Aug 08 20:29:33 slaptopmbp kernel: pci_bus 0000:02: resource 1 [mem 0x82000000-0x824fffff]
Aug 08 20:29:33 slaptopmbp kernel: pci 0000:06:00.0: enabling device (0000 -> 0002)
Aug 08 20:29:33 slaptopmbp kernel: PCI: CLS 256 bytes, default 64
Aug 08 20:29:33 slaptopmbp kernel: DMAR: ACPI device "device:8f" under DMAR at fed91000 as 00:1e.3
Aug 08 20:29:33 slaptopmbp kernel: DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA00
Aug 08 20:29:33 slaptopmbp kernel: DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA01
Aug 08 20:29:33 slaptopmbp kernel: DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA02
Aug 08 20:29:33 slaptopmbp kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 08 20:29:33 slaptopmbp kernel: software IO TLB: mapped [mem 0x000000006b322000-0x000000006f322000] (64MB)
Aug 08 20:29:33 slaptopmbp kernel: Trying to unpack rootfs image as initramfs...
Aug 08 20:29:33 slaptopmbp kernel: Initialise system trusted keyrings
Aug 08 20:29:33 slaptopmbp kernel: Key type blacklist registered
Aug 08 20:29:33 slaptopmbp kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 08 20:29:33 slaptopmbp kernel: zbud: loaded
Aug 08 20:29:33 slaptopmbp kernel: integrity: Platform Keyring initialized
Aug 08 20:29:33 slaptopmbp kernel: integrity: Machine keyring initialized
Aug 08 20:29:33 slaptopmbp kernel: Key type asymmetric registered
Aug 08 20:29:33 slaptopmbp kernel: Asymmetric key parser 'x509' registered
Aug 08 20:29:33 slaptopmbp kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 08 20:29:33 slaptopmbp kernel: io scheduler mq-deadline registered
Aug 08 20:29:33 slaptopmbp kernel: io scheduler kyber registered
Aug 08 20:29:33 slaptopmbp kernel: io scheduler bfq registered
Aug 08 20:29:33 slaptopmbp kernel: pcieport 0000:04:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 08 20:29:33 slaptopmbp kernel: pcieport 0000:04:02.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 08 20:29:33 slaptopmbp kernel: pcieport 0000:04:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 08 20:29:33 slaptopmbp kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 08 20:29:33 slaptopmbp kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Aug 08 20:29:33 slaptopmbp kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Aug 08 20:29:33 slaptopmbp kernel: ACPI: button: Lid Switch [LID0]
Aug 08 20:29:33 slaptopmbp kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 08 20:29:33 slaptopmbp kernel: ACPI: button: Power Button [PWRB]
Aug 08 20:29:33 slaptopmbp kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Aug 08 20:29:33 slaptopmbp kernel: ACPI: button: Sleep Button [SLPB]
Aug 08 20:29:33 slaptopmbp kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Aug 08 20:29:33 slaptopmbp kernel: ACPI: button: Power Button [PWRF]
Aug 08 20:29:33 slaptopmbp kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 08 20:29:33 slaptopmbp kernel: Non-volatile memory driver v1.3
Aug 08 20:29:33 slaptopmbp kernel: Linux agpgart interface v0.103
Aug 08 20:29:33 slaptopmbp kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 08 20:29:33 slaptopmbp kernel: ACPI: bus type drm_connector registered
Aug 08 20:29:33 slaptopmbp kernel: usbcore: registered new interface driver usbserial_generic
Aug 08 20:29:33 slaptopmbp kernel: usbserial: USB Serial support registered for generic
Aug 08 20:29:33 slaptopmbp kernel: rtc_cmos 00:01: RTC can wake from S4
Aug 08 20:29:33 slaptopmbp kernel: rtc_cmos 00:01: registered as rtc0
Aug 08 20:29:33 slaptopmbp kernel: rtc_cmos 00:01: setting system clock to 2023-08-09T00:29:28 UTC (1691540968)
Aug 08 20:29:33 slaptopmbp kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Aug 08 20:29:33 slaptopmbp kernel: intel_pstate: Intel P-state driver initializing
Aug 08 20:29:33 slaptopmbp kernel: intel_pstate: HWP enabled
Aug 08 20:29:33 slaptopmbp kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 08 20:29:33 slaptopmbp kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 08 20:29:33 slaptopmbp kernel: fbcon: Deferring console take-over
Aug 08 20:29:33 slaptopmbp kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 08 20:29:33 slaptopmbp kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 08 20:29:33 slaptopmbp kernel: intel_pmc_core intel_pmc_core.0:  initialized
Aug 08 20:29:33 slaptopmbp kernel: drop_monitor: Initializing network drop monitor service
Aug 08 20:29:33 slaptopmbp kernel: Initializing XFRM netlink socket
Aug 08 20:29:33 slaptopmbp kernel: NET: Registered PF_INET6 protocol family
Aug 08 20:29:33 slaptopmbp kernel: Freeing initrd memory: 21484K
Aug 08 20:29:33 slaptopmbp kernel: Segment Routing with IPv6
Aug 08 20:29:33 slaptopmbp kernel: RPL Segment Routing with IPv6
Aug 08 20:29:33 slaptopmbp kernel: In-situ OAM (IOAM) with IPv6
Aug 08 20:29:33 slaptopmbp kernel: NET: Registered PF_PACKET protocol family
Aug 08 20:29:33 slaptopmbp kernel: microcode: Microcode Update Driver: v2.2.
Aug 08 20:29:33 slaptopmbp kernel: IPI shorthand broadcast: enabled
Aug 08 20:29:33 slaptopmbp kernel: sched_clock: Marking stable (348386085, 1777653)->(378794206, -28630468)
Aug 08 20:29:33 slaptopmbp kernel: registered taskstats version 1
Aug 08 20:29:33 slaptopmbp kernel: Loading compiled-in X.509 certificates
Aug 08 20:29:33 slaptopmbp kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9feca50a1f793dedbe60eabd384d2879159d2696'
Aug 08 20:29:33 slaptopmbp kernel: zswap: loaded using pool zstd/zsmalloc
Aug 08 20:29:33 slaptopmbp kernel: Key type .fscrypt registered
Aug 08 20:29:33 slaptopmbp kernel: Key type fscrypt-provisioning registered
Aug 08 20:29:33 slaptopmbp kernel: PM:   Magic number: 3:610:455
Aug 08 20:29:33 slaptopmbp kernel: RAS: Correctable Errors collector initialized.
Aug 08 20:29:33 slaptopmbp kernel: clk: Disabling unused clocks
Aug 08 20:29:33 slaptopmbp kernel: Freeing unused decrypted memory: 2036K
Aug 08 20:29:33 slaptopmbp kernel: Freeing unused kernel image (initmem) memory: 3344K
Aug 08 20:29:33 slaptopmbp kernel: Write protecting the kernel read-only data: 30720k
Aug 08 20:29:33 slaptopmbp kernel: Freeing unused kernel image (rodata/data gap) memory: 1568K
Aug 08 20:29:33 slaptopmbp kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 08 20:29:33 slaptopmbp kernel: rodata_test: all tests were successful
Aug 08 20:29:33 slaptopmbp kernel: x86/mm: Checking user space page tables
Aug 08 20:29:33 slaptopmbp kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 08 20:29:33 slaptopmbp kernel: Run /init as init process
Aug 08 20:29:33 slaptopmbp kernel:   with arguments:
Aug 08 20:29:33 slaptopmbp kernel:     /init
Aug 08 20:29:33 slaptopmbp kernel:   with environment:
Aug 08 20:29:33 slaptopmbp kernel:     HOME=/
Aug 08 20:29:33 slaptopmbp kernel:     TERM=linux
Aug 08 20:29:33 slaptopmbp kernel:     BOOT_IMAGE=/vmlinuz-linux
Aug 08 20:29:33 slaptopmbp kernel: applespi: loading out-of-tree module taints kernel.
Aug 08 20:29:33 slaptopmbp kernel: applespi: module verification failed: signature and/or required key missing - tainting kernel
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Aug 08 20:29:33 slaptopmbp kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 08 20:29:33 slaptopmbp kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 08 20:29:33 slaptopmbp kernel: usb usb1: Product: xHCI Host Controller
Aug 08 20:29:33 slaptopmbp kernel: usb usb1: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
Aug 08 20:29:33 slaptopmbp kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 08 20:29:33 slaptopmbp kernel: hub 1-0:1.0: USB hub found
Aug 08 20:29:33 slaptopmbp kernel: hub 1-0:1.0: 12 ports detected
Aug 08 20:29:33 slaptopmbp kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 08 20:29:33 slaptopmbp kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 08 20:29:33 slaptopmbp kernel: usb usb2: Product: xHCI Host Controller
Aug 08 20:29:33 slaptopmbp kernel: usb usb2: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
Aug 08 20:29:33 slaptopmbp kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 08 20:29:33 slaptopmbp kernel: hub 2-0:1.0: USB hub found
Aug 08 20:29:33 slaptopmbp kernel: hub 2-0:1.0: 6 ports detected
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:06:00.0: xHCI Host Controller
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:06:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:06:00.0: xHCI Host Controller
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
Aug 08 20:29:33 slaptopmbp kernel: xhci_hcd 0000:06:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 08 20:29:33 slaptopmbp kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 08 20:29:33 slaptopmbp kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 08 20:29:33 slaptopmbp kernel: usb usb3: Product: xHCI Host Controller
Aug 08 20:29:33 slaptopmbp kernel: usb usb3: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
Aug 08 20:29:33 slaptopmbp kernel: usb usb3: SerialNumber: 0000:06:00.0
Aug 08 20:29:33 slaptopmbp kernel: hub 3-0:1.0: USB hub found
Aug 08 20:29:33 slaptopmbp kernel: hub 3-0:1.0: 2 ports detected
Aug 08 20:29:33 slaptopmbp kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 08 20:29:33 slaptopmbp kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 08 20:29:33 slaptopmbp kernel: usb usb4: Product: xHCI Host Controller
Aug 08 20:29:33 slaptopmbp kernel: usb usb4: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
Aug 08 20:29:33 slaptopmbp kernel: usb usb4: SerialNumber: 0000:06:00.0
Aug 08 20:29:33 slaptopmbp kernel: hub 4-0:1.0: USB hub found
Aug 08 20:29:33 slaptopmbp kernel: hub 4-0:1.0: 2 ports detected
Aug 08 20:29:33 slaptopmbp kernel: nvme nvme0: pci function 0000:01:00.0
Aug 08 20:29:33 slaptopmbp kernel: nvme nvme0: 1/0/0 default/read/poll queues
Aug 08 20:29:33 slaptopmbp kernel:  nvme0n1: p1 p2 p3
Aug 08 20:29:33 slaptopmbp kernel:  nvme0n2:
Aug 08 20:29:33 slaptopmbp kernel: usb 1-3: new high-speed USB device number 2 using xhci_hcd
Aug 08 20:29:33 slaptopmbp kernel: usb 1-3: New USB device found, idVendor=05ac, idProduct=1281, bcdDevice= 0.00
Aug 08 20:29:33 slaptopmbp kernel: usb 1-3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
Aug 08 20:29:33 slaptopmbp kernel: usb 1-3: Product: Apple Mobile Device (Recovery Mode)
Aug 08 20:29:33 slaptopmbp kernel: usb 1-3: Manufacturer: Apple Inc.
Aug 08 20:29:33 slaptopmbp kernel: usb 1-3: SerialNumber: CPID:8002 CPRV:10 CPFM:03 SCEP:01 BDID:12 ECID:00122D2A28320D26 IBFL:3D
Aug 08 20:29:33 slaptopmbp kernel: tsc: Refined TSC clocksource calibration: 2904.000 MHz
Aug 08 20:29:33 slaptopmbp kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
Aug 08 20:29:33 slaptopmbp kernel: clocksource: Switched to clocksource tsc
Aug 08 20:29:33 slaptopmbp kernel: i915 0000:00:02.0: [drm] Found 64MB of eDRAM
Aug 08 20:29:33 slaptopmbp kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 08 20:29:33 slaptopmbp kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Aug 08 20:29:33 slaptopmbp kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
Aug 08 20:29:33 slaptopmbp kernel: i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
Aug 08 20:29:33 slaptopmbp kernel: i915 0000:00:02.0: [drm] [ENCODER:117:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7: New USB device found, idVendor=05ac, idProduct=100f, bcdDevice=45.28
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7: Product: USB2.0 Hub
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7: Manufacturer: Apple Inc.
Aug 08 20:29:33 slaptopmbp kernel: hub 1-7:1.0: USB hub found
Aug 08 20:29:33 slaptopmbp kernel: hub 1-7:1.0: 2 ports detected
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.2: new low-speed USB device number 4 using xhci_hcd
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.2: No LPM exit latency info found, disabling LPM.
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.2: config 1 has no interfaces?
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.2: New USB device found, idVendor=05ac, idProduct=1460, bcdDevice= 2.35
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.2: Product: USB-C Digital AV Multiport Adapter
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.2: Manufacturer: Apple Inc.
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.2: SerialNumber: DLC734701MBG2KQAA
Aug 08 20:29:33 slaptopmbp kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Aug 08 20:29:33 slaptopmbp kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Aug 08 20:29:33 slaptopmbp kernel: ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Aug 08 20:29:33 slaptopmbp kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Aug 08 20:29:33 slaptopmbp kernel: acpi device:02: registered as cooling_device4
Aug 08 20:29:33 slaptopmbp kernel: fbcon: i915drmfb (fb0) is primary device
Aug 08 20:29:33 slaptopmbp kernel: fbcon: Deferring console take-over
Aug 08 20:29:33 slaptopmbp kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 08 20:29:33 slaptopmbp kernel: fbcon: Taking over console
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.1: new high-speed USB device number 5 using xhci_hcd
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.1: New USB device found, idVendor=0781, idProduct=5599, bcdDevice= 1.00
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.1: Product: Cruzer Dial
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.1: Manufacturer: SanDisk
Aug 08 20:29:33 slaptopmbp kernel: usb 1-7.1: SerialNumber: 4C530001060423116532
Aug 08 20:29:33 slaptopmbp kernel: usb-storage 1-7.1:1.0: USB Mass Storage device detected
Aug 08 20:29:33 slaptopmbp kernel: scsi host0: usb-storage 1-7.1:1.0
Aug 08 20:29:33 slaptopmbp kernel: usbcore: registered new interface driver usb-storage
Aug 08 20:29:33 slaptopmbp kernel: usbcore: registered new interface driver uas
Aug 08 20:29:33 slaptopmbp kernel: scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Dial      1.00 PQ: 0 ANSI: 6
Aug 08 20:29:33 slaptopmbp kernel: sd 0:0:0:0: [sda] 61341696 512-byte logical blocks: (31.4 GB/29.3 GiB)
Aug 08 20:29:33 slaptopmbp kernel: sd 0:0:0:0: [sda] Write Protect is off
Aug 08 20:29:33 slaptopmbp kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Aug 08 20:29:33 slaptopmbp kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 08 20:29:33 slaptopmbp kernel:  sda: sda1
Aug 08 20:29:33 slaptopmbp kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Aug 08 20:29:33 slaptopmbp kernel: Console: switching to colour frame buffer device 180x56
Aug 08 20:29:33 slaptopmbp kernel: EXT4-fs (nvme0n1p3): mounted filesystem 08a78292-d2bf-411f-920c-fd2fb051735e r/w with ordered data mode. Quota mode: none.
Aug 08 20:29:33 slaptopmbp systemd[1]: systemd 254-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 08 20:29:33 slaptopmbp systemd[1]: Detected architecture x86-64.
Aug 08 20:29:33 slaptopmbp systemd[1]: Hostname set to <slaptopmbp>.
Aug 08 20:29:33 slaptopmbp systemd[1]: bpf-lsm: LSM BPF program attached
Aug 08 20:29:33 slaptopmbp systemd[1]: Queued start job for default target Graphical Interface.
Aug 08 20:29:33 slaptopmbp systemd[1]: Created slice Slice /system/getty.
Aug 08 20:29:33 slaptopmbp systemd[1]: Created slice Slice /system/modprobe.
Aug 08 20:29:33 slaptopmbp systemd[1]: Created slice User and Session Slice.
Aug 08 20:29:33 slaptopmbp systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 08 20:29:33 slaptopmbp systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 08 20:29:33 slaptopmbp systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 08 20:29:33 slaptopmbp systemd[1]: Reached target Local Encrypted Volumes.
Aug 08 20:29:33 slaptopmbp systemd[1]: Reached target Login Prompts.
Aug 08 20:29:33 slaptopmbp systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 08 20:29:33 slaptopmbp systemd[1]: Reached target Path Units.
Aug 08 20:29:33 slaptopmbp systemd[1]: Reached target Remote File Systems.
Aug 08 20:29:33 slaptopmbp systemd[1]: Reached target Slice Units.
Aug 08 20:29:33 slaptopmbp systemd[1]: Reached target Local Verity Protected Volumes.
Aug 08 20:29:33 slaptopmbp systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 08 20:29:33 slaptopmbp systemd[1]: Listening on Process Core Dump Socket.
Aug 08 20:29:33 slaptopmbp systemd[1]: Listening on Journal Socket (/dev/log).
Aug 08 20:29:33 slaptopmbp systemd[1]: Listening on Journal Socket.
Aug 08 20:29:33 slaptopmbp systemd[1]: Listening on udev Control Socket.
Aug 08 20:29:33 slaptopmbp systemd[1]: Listening on udev Kernel Socket.
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounting Huge Pages File System...
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounting POSIX Message Queue File System...
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounting Kernel Debug File System...
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounting Kernel Trace File System...
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Create List of Static Device Nodes...
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Load Kernel Module configfs...
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Load Kernel Module dm_mod...
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Load Kernel Module drm...
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Load Kernel Module fuse...
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Load Kernel Module loop...
Aug 08 20:29:33 slaptopmbp systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Journal Service...
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Load Kernel Modules...
Aug 08 20:29:33 slaptopmbp systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 08 20:29:33 slaptopmbp kernel: loop: module loaded
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Coldplug All udev Devices...
Aug 08 20:29:33 slaptopmbp kernel: device-mapper: uevent: version 1.0.3
Aug 08 20:29:33 slaptopmbp kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounted Huge Pages File System.
Aug 08 20:29:33 slaptopmbp kernel: EXT4-fs (nvme0n1p3): re-mounted 08a78292-d2bf-411f-920c-fd2fb051735e r/w. Quota mode: none.
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounted POSIX Message Queue File System.
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounted Kernel Debug File System.
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounted Kernel Trace File System.
Aug 08 20:29:33 slaptopmbp systemd-journald[196]: Collecting audit messages is disabled.
Aug 08 20:29:33 slaptopmbp kernel: fuse: init (API version 7.38)
Aug 08 20:29:33 slaptopmbp kernel: Asymmetric key parser 'pkcs8' registered
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Create List of Static Device Nodes.
Aug 08 20:29:33 slaptopmbp systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Load Kernel Module configfs.
Aug 08 20:29:33 slaptopmbp systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Load Kernel Module dm_mod.
Aug 08 20:29:33 slaptopmbp systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 08 20:29:33 slaptopmbp systemd-journald[196]: Journal started
Aug 08 20:29:33 slaptopmbp systemd-journald[196]: Runtime Journal (/run/log/journal/f3f25595cdbe412299715b387706cde6) is 8.0M, max 793.1M, 785.1M free.
Aug 08 20:29:33 slaptopmbp systemd-modules-load[197]: Inserted module 'crypto_user'
Aug 08 20:29:33 slaptopmbp systemd-modules-load[197]: Inserted module 'dm_multipath'
Aug 08 20:29:33 slaptopmbp systemd-modules-load[197]: Inserted module 'pkcs8_key_parser'
Aug 08 20:29:33 slaptopmbp systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Load Kernel Module drm.
Aug 08 20:29:33 slaptopmbp systemd[1]: Started Journal Service.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Load Kernel Module fuse.
Aug 08 20:29:33 slaptopmbp systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Load Kernel Module loop.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Load Kernel Modules.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounting FUSE Control File System...
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounting Kernel Configuration File System...
Aug 08 20:29:33 slaptopmbp systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Load/Save OS Random Seed...
Aug 08 20:29:33 slaptopmbp systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 08 20:29:33 slaptopmbp systemd-journald[196]: Time spent on flushing to /var/log/journal/f3f25595cdbe412299715b387706cde6 is 67.827ms for 932 entries.
Aug 08 20:29:33 slaptopmbp systemd-journald[196]: System Journal (/var/log/journal/f3f25595cdbe412299715b387706cde6) is 421.7M, max 4.0G, 3.5G free.
Aug 08 20:29:33 slaptopmbp systemd-journald[196]: Received client request to flush runtime journal.
Aug 08 20:29:33 slaptopmbp systemd-journald[196]: /var/log/journal/f3f25595cdbe412299715b387706cde6/system.journal: Boot ID changed since last record, rotating.
Aug 08 20:29:33 slaptopmbp systemd-journald[196]: Rotating system journal.
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Apply Kernel Variables...
Aug 08 20:29:33 slaptopmbp systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounted FUSE Control File System.
Aug 08 20:29:33 slaptopmbp systemd[1]: Mounted Kernel Configuration File System.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Apply Kernel Variables.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Load/Save OS Random Seed.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Coldplug All udev Devices.
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Wait for udev To Complete Device Initialization...
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 08 20:29:33 slaptopmbp udevadm[229]: systemd-udev-settle.service is deprecated. Please fix udevmon.service not to pull it in.
Aug 08 20:29:33 slaptopmbp systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 08 20:29:33 slaptopmbp systemd[1]: Reached target Preparation for Local File Systems.
Aug 08 20:29:33 slaptopmbp systemd[1]: Set up automount EFI System Partition Automount.
Aug 08 20:29:33 slaptopmbp systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 08 20:29:33 slaptopmbp systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 08 20:29:33 slaptopmbp systemd-udevd[234]: Using default interface naming scheme 'v253'.
Aug 08 20:29:34 slaptopmbp systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 08 20:29:34 slaptopmbp systemd[1]: Found device APPLE SSD AP0512J 2.
Aug 08 20:29:34 slaptopmbp systemd[1]: Found device APPLE SSD AP0512J 1.
Aug 08 20:29:34 slaptopmbp systemd[1]: Activating swap /dev/disk/by-uuid/c1a36bd9-139c-4129-b4ae-8cf284fb58b0...
Aug 08 20:29:34 slaptopmbp systemd[1]: Mounting /boot...
Aug 08 20:29:34 slaptopmbp kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 08 20:29:34 slaptopmbp kernel: Adding 8388604k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:8388604k SSFS
Aug 08 20:29:34 slaptopmbp systemd[1]: Activated swap /dev/disk/by-uuid/c1a36bd9-139c-4129-b4ae-8cf284fb58b0.
Aug 08 20:29:34 slaptopmbp systemd[1]: Mounted /boot.
Aug 08 20:29:34 slaptopmbp systemd[1]: Reached target Swaps.
Aug 08 20:29:34 slaptopmbp systemd[1]: Mounting Temporary Directory /tmp...
Aug 08 20:29:34 slaptopmbp systemd[1]: Mounted Temporary Directory /tmp.
Aug 08 20:29:34 slaptopmbp systemd[1]: Reached target Local File Systems.
Aug 08 20:29:34 slaptopmbp systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 08 20:29:34 slaptopmbp systemd[1]: Starting Set Up Additional Binary Formats...
Aug 08 20:29:34 slaptopmbp systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 08 20:29:34 slaptopmbp systemd[1]: Starting Create Volatile Files and Directories...
Aug 08 20:29:34 slaptopmbp systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 278 (systemd-binfmt)
Aug 08 20:29:34 slaptopmbp systemd[1]: Mounting Arbitrary Executable File Formats File System...
Aug 08 20:29:34 slaptopmbp systemd[1]: Mounted Arbitrary Executable File Formats File System.
Aug 08 20:29:34 slaptopmbp kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Aug 08 20:29:34 slaptopmbp systemd[1]: Finished Set Up Additional Binary Formats.
Aug 08 20:29:34 slaptopmbp systemd[1]: Finished Create Volatile Files and Directories.
Aug 08 20:29:34 slaptopmbp systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 08 20:29:34 slaptopmbp systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 08 20:29:34 slaptopmbp systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 08 20:29:34 slaptopmbp systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 08 20:29:34 slaptopmbp systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 08 20:29:34 slaptopmbp systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 08 20:29:34 slaptopmbp systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 08 20:29:34 slaptopmbp systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Aug 08 20:29:34 slaptopmbp systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Aug 08 20:29:34 slaptopmbp kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Aug 08 20:29:34 slaptopmbp kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Aug 08 20:29:34 slaptopmbp kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Aug 08 20:29:34 slaptopmbp kernel: pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
Aug 08 20:29:34 slaptopmbp kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
Aug 08 20:29:34 slaptopmbp systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 08 20:29:34 slaptopmbp kernel: i2c i2c-6: 2/2 memory slots populated (from DMI)
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: Core ver 2.22
Aug 08 20:29:34 slaptopmbp kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI device and connection manager initialized
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI socket layer initialized
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: L2CAP socket layer initialized
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: SCO socket layer initialized
Aug 08 20:29:34 slaptopmbp kernel: ACPI: bus type thunderbolt registered
Aug 08 20:29:34 slaptopmbp kernel: intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
Aug 08 20:29:34 slaptopmbp kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Aug 08 20:29:34 slaptopmbp kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Aug 08 20:29:34 slaptopmbp kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Aug 08 20:29:34 slaptopmbp kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Aug 08 20:29:34 slaptopmbp kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Aug 08 20:29:34 slaptopmbp kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Aug 08 20:29:34 slaptopmbp kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Aug 08 20:29:34 slaptopmbp kernel: intel-lpss 0000:00:1e.1: enabling device (0000 -> 0002)
Aug 08 20:29:34 slaptopmbp kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Aug 08 20:29:34 slaptopmbp kernel: intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
Aug 08 20:29:34 slaptopmbp kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Aug 08 20:29:34 slaptopmbp kernel: cryptd: max_cpu_qlen set to 1000
Aug 08 20:29:34 slaptopmbp kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 08 20:29:34 slaptopmbp kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 08 20:29:34 slaptopmbp kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 08 20:29:34 slaptopmbp kernel: cfg80211: failed to load regulatory.db
Aug 08 20:29:34 slaptopmbp kernel: iTCO_vendor_support: vendor-support=0
Aug 08 20:29:34 slaptopmbp systemd[1]: Starting Virtual Console Setup...
Aug 08 20:29:34 slaptopmbp kernel: AVX2 version of gcm_enc/dec engaged.
Aug 08 20:29:34 slaptopmbp kernel: AES CTR mode by8 optimization enabled
Aug 08 20:29:34 slaptopmbp systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Aug 08 20:29:34 slaptopmbp systemd[1]: Stopped Virtual Console Setup.
Aug 08 20:29:34 slaptopmbp systemd[1]: Starting Virtual Console Setup...
Aug 08 20:29:34 slaptopmbp kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART driver ver 2.3
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol H4 registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol BCSP registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol LL registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol ATH3K registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol Intel registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol Broadcom registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol QCA registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol AG6XX registered
Aug 08 20:29:34 slaptopmbp kernel: Bluetooth: HCI UART protocol Marvell registered
Aug 08 20:29:34 slaptopmbp kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Aug 08 20:29:34 slaptopmbp kernel: applesmc: key=873 fan=2 temp=41 index=40 acc=0 lux=0 kbd=0
Aug 08 20:29:34 slaptopmbp kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Aug 08 20:29:34 slaptopmbp kernel: dw-apb-uart.0: ttyS4 at MMIO 0x8262a000 (irq = 21, base_baud = 115200) is a 16550A
Aug 08 20:29:34 slaptopmbp kernel: serial serial0: tty port ttyS4 registered
Aug 08 20:29:34 slaptopmbp kernel: usbcore: registered new interface driver brcmfmac
Aug 08 20:29:34 slaptopmbp kernel: dw-apb-uart.1: ttyS5 at MMIO 0x8262b000 (irq = 20, base_baud = 3000000) is a 16550A
Aug 08 20:29:34 slaptopmbp kernel: hci_uart_bcm serial1-0: Unexpected ACPI gpio_int_idx: -1
Aug 08 20:29:34 slaptopmbp kernel: hci_uart_bcm serial1-0: Unexpected number of ACPI GPIOs: 0
Aug 08 20:29:34 slaptopmbp kernel: hci_uart_bcm serial1-0: No reset resource, using default baud rate
Aug 08 20:29:34 slaptopmbp kernel: serial serial1: tty port ttyS5 registered
Aug 08 20:29:34 slaptopmbp kernel: dw-apb-uart.2: ttyS6 at MMIO 0x8262c000 (irq = 21, base_baud = 115200) is a 16550A
Aug 08 20:29:34 slaptopmbp kernel: serial serial2: tty port ttyS6 registered
Aug 08 20:29:34 slaptopmbp kernel: input: Apple SPI Keyboard as /devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.3/spi_master/spi2/spi-APP000D:00/input/input6
Aug 08 20:29:34 slaptopmbp kernel: input: Apple SPI Touchpad as /devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.3/spi_master/spi2/spi-APP000D:00/input/input7
Aug 08 20:29:34 slaptopmbp kernel: applespi spi-APP000D:00: modeswitch done.
Aug 08 20:29:34 slaptopmbp systemd[1]: Finished Virtual Console Setup.
Aug 08 20:29:34 slaptopmbp mtp-probe[402]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
Aug 08 20:29:34 slaptopmbp mtp-probe[402]: bus: 1, device: 2 was not an MTP device
Aug 08 20:29:34 slaptopmbp kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/2
Aug 08 20:29:34 slaptopmbp kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.Apple Inc.-MacBookPro13,2.bin failed with error -2
Aug 08 20:29:34 slaptopmbp kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.clm_blob failed with error -2
Aug 08 20:29:34 slaptopmbp kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txcap_blob failed with error -2
Aug 08 20:29:35 slaptopmbp kernel: brcmfmac_wcc: brcmf_wcc_attach: executing
Aug 08 20:29:35 slaptopmbp kernel: Bluetooth: hci0: BCM: failed to write update baudrate (-16)
Aug 08 20:29:35 slaptopmbp kernel: Bluetooth: hci0: Failed to set baudrate
Aug 08 20:29:35 slaptopmbp kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
Aug 08 20:29:35 slaptopmbp kernel: brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
Aug 08 20:29:35 slaptopmbp kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43602/2 wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
Aug 08 20:29:35 slaptopmbp systemd[1]: Reached target Bluetooth Support.
Aug 08 20:29:35 slaptopmbp kernel: Bluetooth: hci0: BCM: chip id 126
Aug 08 20:29:35 slaptopmbp kernel: Bluetooth: hci0: BCM: features 0x2f
Aug 08 20:29:35 slaptopmbp kernel: Bluetooth: hci0: BCM20703A2 Generic UART UHE Apple 40MHz wlcsp_x100
Aug 08 20:29:35 slaptopmbp kernel: Bluetooth: hci0: BCM (001.002.109) build 0229
Aug 08 20:29:35 slaptopmbp kernel: Bluetooth: hci0: BCM: firmware Patch file not found, tried:
Aug 08 20:29:35 slaptopmbp kernel: Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
Aug 08 20:29:35 slaptopmbp systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:spi::kbd_backlight...
Aug 08 20:29:35 slaptopmbp mtp-probe[581]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1"
Aug 08 20:29:35 slaptopmbp mtp-probe[581]: bus: 1, device: 5 was not an MTP device
Aug 08 20:29:35 slaptopmbp systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:spi::kbd_backlight.
Aug 08 20:29:35 slaptopmbp kernel: usbcore: registered new device driver apple-mfi-fastcharge
Aug 08 20:29:35 slaptopmbp kernel: mousedev: PS/2 mouse device common for all mice
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Aug 08 20:29:35 slaptopmbp kernel: intel_tcc_cooling: Programmable TCC Offset detected
Aug 08 20:29:35 slaptopmbp kernel: intel_rapl_common: Found RAPL domain package
Aug 08 20:29:35 slaptopmbp kernel: intel_rapl_common: Found RAPL domain core
Aug 08 20:29:35 slaptopmbp kernel: intel_rapl_common: Found RAPL domain uncore
Aug 08 20:29:35 slaptopmbp kernel: intel_rapl_common: Found RAPL domain dram
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_intel: Primary patch_cs8409
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_intel: Primary patch_cs8409 NOT FOUND trying APPLE
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_codec_cs8409 hdaudioC0D0: autoconfig for CS8409: line_outs=2 (0x24/0x25/0x0/0x0/0x0) type:speaker
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_codec_cs8409 hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_codec_cs8409 hdaudioC0D0:    hp_outs=1 (0x2c/0x0/0x0/0x0/0x0)
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_codec_cs8409 hdaudioC0D0:    mono: mono_out=0x0
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_codec_cs8409 hdaudioC0D0:    inputs:
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_codec_cs8409 hdaudioC0D0:      Internal Mic=0x44
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_codec_cs8409 hdaudioC0D0:      Mic=0x3c
Aug 08 20:29:35 slaptopmbp kernel: snd_hda_intel: hda_generic_check_dyn_adc_switch shrinking
Aug 08 20:29:35 slaptopmbp mtp-probe[623]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
Aug 08 20:29:35 slaptopmbp mtp-probe[623]: bus: 1, device: 2 was not an MTP device
Aug 08 20:29:36 slaptopmbp kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
Aug 08 20:29:36 slaptopmbp kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
Aug 08 20:29:36 slaptopmbp kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
Aug 08 20:29:36 slaptopmbp kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Aug 08 20:29:36 slaptopmbp kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Aug 08 20:29:36 slaptopmbp systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 08 20:29:36 slaptopmbp systemd[1]: Starting Load Kernel Module dm_mod...
Aug 08 20:29:36 slaptopmbp systemd[1]: Starting Load Kernel Module loop...
Aug 08 20:29:36 slaptopmbp systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 08 20:29:36 slaptopmbp systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 08 20:29:36 slaptopmbp systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 08 20:29:36 slaptopmbp systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 08 20:29:36 slaptopmbp systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 08 20:29:36 slaptopmbp systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 08 20:29:36 slaptopmbp systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 08 20:29:36 slaptopmbp systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 08 20:29:36 slaptopmbp systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 08 20:29:36 slaptopmbp systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 08 20:29:36 slaptopmbp systemd[1]: Finished Load Kernel Module dm_mod.
Aug 08 20:29:36 slaptopmbp systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 08 20:29:36 slaptopmbp systemd[1]: Finished Load Kernel Module loop.
Aug 08 20:29:36 slaptopmbp systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 08 20:29:38 slaptopmbp systemd[1]: Finished Wait for udev To Complete Device Initialization.
Aug 08 20:29:38 slaptopmbp systemd[1]: Reached target System Initialization.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started Daily man-db regeneration.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started Daily verification of password and group files.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 08 20:29:38 slaptopmbp systemd[1]: Reached target Timer Units.
Aug 08 20:29:38 slaptopmbp systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 08 20:29:38 slaptopmbp systemd[1]: Reached target Socket Units.
Aug 08 20:29:38 slaptopmbp systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 08 20:29:38 slaptopmbp systemd[1]: Reached target Basic System.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started Monitor input devices for launching tasks.
Aug 08 20:29:38 slaptopmbp systemd[1]: Starting Save/Restore Sound Card State...
Aug 08 20:29:38 slaptopmbp systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Aug 08 20:29:38 slaptopmbp systemd[1]: Starting D-Bus System Message Bus...
Aug 08 20:29:38 slaptopmbp alsactl[757]: /usr/bin/alsactl: set_control:1475: Cannot write control '2:0:0:Internal Mic Boost Volume:0' : Invalid argument
Aug 08 20:29:38 slaptopmbp systemd[1]: Starting User Login Management...
Aug 08 20:29:38 slaptopmbp systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 08 20:29:38 slaptopmbp systemd[1]: Starting Permit User Sessions...
Aug 08 20:29:38 slaptopmbp dbus-daemon[758]: dbus[758]: Unknown group "netdev" in message bus configuration file
Aug 08 20:29:38 slaptopmbp dbus-daemon[758]: dbus[758]: Unknown group "netdev" in message bus configuration file
Aug 08 20:29:38 slaptopmbp systemd[1]: Finished Save/Restore Sound Card State.
Aug 08 20:29:38 slaptopmbp systemd[1]: Reached target Sound Card.
Aug 08 20:29:38 slaptopmbp systemd[1]: Finished Permit User Sessions.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started Greeter daemon.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started D-Bus System Message Bus.
Aug 08 20:29:38 slaptopmbp greetd[763]: config: Config { file: ConfigFile { terminal: ConfigTerminal { vt: Specific(1), switch: true }, general: ConfigGeneral { source_profile: true, runfile: "/run/greetd.run" }, default_session: ConfigSession { command: "tuigreet --issue -t -r  --asterisks", user: "greeter" }, initial_session: None }, internal: ConfigInternal { session_worker: 0 } }
Aug 08 20:29:38 slaptopmbp greetd[764]: config: Config { file: ConfigFile { terminal: ConfigTerminal { vt: None, switch: false }, general: ConfigGeneral { source_profile: true, runfile: "/run/greetd.run" }, default_session: ConfigSession { command: "", user: "" }, initial_session: None }, internal: ConfigInternal { session_worker: 11 } }
Aug 08 20:29:38 slaptopmbp systemd-logind[759]: New seat seat0.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started User Login Management.
Aug 08 20:29:38 slaptopmbp systemd[1]: Reached target Multi-User System.
Aug 08 20:29:38 slaptopmbp systemd[1]: Reached target Graphical Interface.
Aug 08 20:29:38 slaptopmbp systemd[1]: Starting TLP system startup/shutdown...
Aug 08 20:29:38 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.2' (uid=0 pid=764 comm="/usr/bin/greetd --session-worker 11")
Aug 08 20:29:38 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:29:38 slaptopmbp greetd[764]: pam_unix(greetd:session): session opened for user greeter(uid=970) by greeter(uid=0)
Aug 08 20:29:38 slaptopmbp systemd-logind[759]: New session 1 of user greeter.
Aug 08 20:29:38 slaptopmbp systemd[1]: Created slice User Slice of UID 970.
Aug 08 20:29:38 slaptopmbp systemd[1]: Starting User Runtime Directory /run/user/970...
Aug 08 20:29:38 slaptopmbp systemd[1]: Finished User Runtime Directory /run/user/970.
Aug 08 20:29:38 slaptopmbp systemd[1]: Starting User Manager for UID 970...
Aug 08 20:29:38 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5' (uid=0 pid=807 comm="(systemd)")
Aug 08 20:29:38 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:29:38 slaptopmbp (systemd)[807]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[greeter] ruser=[<unknown>] rhost=[<unknown>]
Aug 08 20:29:38 slaptopmbp (systemd)[807]: pam_unix(systemd-user:session): session opened for user greeter(uid=970) by greeter(uid=0)
Aug 08 20:29:38 slaptopmbp kernel: input: Apple SPI Keyboard as /devices/virtual/input/input13
Aug 08 20:29:38 slaptopmbp tlp[765]: Applying power save settings...done.
Aug 08 20:29:38 slaptopmbp systemd[807]: Queued start job for default target Main User Target.
Aug 08 20:29:38 slaptopmbp systemd[807]: Created slice User Application Slice.
Aug 08 20:29:38 slaptopmbp systemd[807]: Reached target Paths.
Aug 08 20:29:38 slaptopmbp systemd[807]: Reached target Timers.
Aug 08 20:29:38 slaptopmbp systemd[807]: Starting D-Bus User Message Bus Socket...
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on GnuPG network certificate management daemon.
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on GCR ssh-agent wrapper.
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on GNOME Keyring daemon.
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on p11-kit server.
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on PipeWire PulseAudio.
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on PipeWire Multimedia System Socket.
Aug 08 20:29:38 slaptopmbp systemd[807]: Listening on D-Bus User Message Bus Socket.
Aug 08 20:29:38 slaptopmbp systemd[807]: Reached target Sockets.
Aug 08 20:29:38 slaptopmbp systemd[807]: Reached target Basic System.
Aug 08 20:29:38 slaptopmbp systemd[807]: Reached target Main User Target.
Aug 08 20:29:38 slaptopmbp systemd[807]: Startup finished in 229ms.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started User Manager for UID 970.
Aug 08 20:29:38 slaptopmbp systemd[1]: Started Session 1 of User greeter.
Aug 08 20:29:39 slaptopmbp greetd[956]: config: Config { file: ConfigFile { terminal: ConfigTerminal { vt: None, switch: false }, general: ConfigGeneral { source_profile: true, runfile: "/run/greetd.run" }, default_session: ConfigSession { command: "", user: "" }, initial_session: None }, internal: ConfigInternal { session_worker: 12 } }
Aug 08 20:29:39 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=956 comm="/usr/bin/greetd --session-worker 12")
Aug 08 20:29:39 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:29:39 slaptopmbp tlp[765]: Setting battery charge thresholds...done.
Aug 08 20:29:39 slaptopmbp systemd[1]: Finished TLP system startup/shutdown.
Aug 08 20:29:39 slaptopmbp systemd[1]: Startup finished in 4.843s (kernel) + 6.051s (userspace) = 10.894s.
Aug 08 20:29:45 slaptopmbp greetd[764]: pam_unix(greetd:session): session closed for user greeter
Aug 08 20:29:45 slaptopmbp systemd[1]: session-1.scope: Deactivated successfully.
Aug 08 20:29:45 slaptopmbp systemd-logind[759]: Session 1 logged out. Waiting for processes to exit.
Aug 08 20:29:45 slaptopmbp greetd[956]: pam_unix(greetd:session): session opened for user <USER>(uid=1000) by <USER>(uid=0)
Aug 08 20:29:45 slaptopmbp systemd-logind[759]: Removed session 1.
Aug 08 20:29:45 slaptopmbp systemd[1]: Created slice User Slice of UID 1000.
Aug 08 20:29:45 slaptopmbp systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 08 20:29:45 slaptopmbp systemd-logind[759]: New session 3 of user <USER>.
Aug 08 20:29:45 slaptopmbp systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 08 20:29:45 slaptopmbp systemd[1]: Starting User Manager for UID 1000...
Aug 08 20:29:45 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=997 comm="(systemd)")
Aug 08 20:29:45 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:29:45 slaptopmbp (systemd)[997]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[<USER>] ruser=[<unknown>] rhost=[<unknown>]
Aug 08 20:29:45 slaptopmbp (systemd)[997]: pam_unix(systemd-user:session): session opened for user <USER>(uid=1000) by <USER>(uid=0)
Aug 08 20:29:45 slaptopmbp systemd[997]: Queued start job for default target Main User Target.
Aug 08 20:29:45 slaptopmbp systemd-journald[196]: /var/log/journal/f3f25595cdbe412299715b387706cde6/user-1000.journal: Boot ID changed since last record, rotating.
Aug 08 20:29:45 slaptopmbp systemd[997]: Created slice User Application Slice.
Aug 08 20:29:45 slaptopmbp systemd[997]: Created slice User Core Session Slice.
Aug 08 20:29:45 slaptopmbp systemd[997]: Reached target Paths.
Aug 08 20:29:45 slaptopmbp systemd[997]: Reached target Timers.
Aug 08 20:29:45 slaptopmbp systemd[997]: Starting D-Bus User Message Bus Socket...
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on GnuPG network certificate management daemon.
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on GCR ssh-agent wrapper.
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on GNOME Keyring daemon.
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on p11-kit server.
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on PipeWire PulseAudio.
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on PipeWire Multimedia System Socket.
Aug 08 20:29:45 slaptopmbp systemd[997]: Listening on D-Bus User Message Bus Socket.
Aug 08 20:29:45 slaptopmbp systemd[997]: Reached target Sockets.
Aug 08 20:29:45 slaptopmbp systemd[997]: Reached target Basic System.
Aug 08 20:29:45 slaptopmbp systemd[1]: Started User Manager for UID 1000.
Aug 08 20:29:45 slaptopmbp systemd[1]: Started Session 3 of User <USER>.
Aug 08 20:29:45 slaptopmbp systemd[997]: Starting Emacs text editor...
Aug 08 20:29:45 slaptopmbp systemd[997]: Started PipeWire Multimedia Service.
Aug 08 20:29:45 slaptopmbp systemd[997]: Started Multimedia Service Session Manager.
Aug 08 20:29:45 slaptopmbp systemd[997]: Started PipeWire PulseAudio.
Aug 08 20:29:45 slaptopmbp systemd[997]: Starting D-Bus User Message Bus...
Aug 08 20:29:45 slaptopmbp systemd[997]: Started D-Bus User Message Bus.
Aug 08 20:29:45 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.13' (uid=1000 pid=1005 comm="/usr/bin/pipewire")
Aug 08 20:29:45 slaptopmbp systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Aug 08 20:29:45 slaptopmbp kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1005 'pipewire'
Aug 08 20:29:45 slaptopmbp dbus-daemon[758]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Aug 08 20:29:45 slaptopmbp systemd[1]: Started RealtimeKit Scheduling Policy Service.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Successfully called chroot.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Successfully dropped privileges.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Successfully limited resources.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Canary thread running.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Running.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Watchdog thread running.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Aug 08 20:29:45 slaptopmbp rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Aug 08 20:29:45 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.16' (uid=0 pid=1020 comm="/usr/lib/rtkit-daemon")
Aug 08 20:29:45 slaptopmbp systemd[1]: Starting Authorization Manager...
Aug 08 20:29:45 slaptopmbp polkitd[1031]: Started polkitd version 123
Aug 08 20:29:45 slaptopmbp wireplumber[1006]: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Aug 08 20:29:45 slaptopmbp wireplumber[1006]: [0:00:17.761095622] [1006] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Aug 08 20:29:45 slaptopmbp wireplumber[1006]: [0:00:17.761124150] [1006] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Aug 08 20:29:45 slaptopmbp wireplumber[1006]: [0:00:17.761194179] [1006]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Aug 08 20:29:45 slaptopmbp polkitd[1031]: Loading rules from directory /etc/polkit-1/rules.d
Aug 08 20:29:45 slaptopmbp polkitd[1031]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 08 20:29:45 slaptopmbp polkitd[1031]: Finished loading, compiling and executing 6 rules
Aug 08 20:29:45 slaptopmbp dbus-daemon[758]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 08 20:29:45 slaptopmbp systemd[1]: Started Authorization Manager.
Aug 08 20:29:45 slaptopmbp polkitd[1031]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Successfully made thread 1006 of process 1006 owned by '1000' high priority at nice level -11.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Supervising 1 threads of 1 processes of 1 users.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Successfully made thread 1022 of process 1006 owned by '1000' RT at priority 20.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Supervising 2 threads of 1 processes of 1 users.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Supervising 2 threads of 1 processes of 1 users.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Supervising 2 threads of 1 processes of 1 users.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Successfully made thread 1007 of process 1007 owned by '1000' high priority at nice level -11.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Supervising 3 threads of 2 processes of 1 users.
Aug 08 20:29:46 slaptopmbp emacs[1004]: Warning: due to a long standing Gtk+ bug
Aug 08 20:29:46 slaptopmbp emacs[1004]: https://gitlab.gnome.org/GNOME/gtk/issues/221
Aug 08 20:29:46 slaptopmbp emacs[1004]: Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.
Aug 08 20:29:46 slaptopmbp emacs[1004]: Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Successfully made thread 1030 of process 1007 owned by '1000' RT at priority 20.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Supervising 4 threads of 2 processes of 1 users.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Successfully made thread 1005 of process 1005 owned by '1000' high priority at nice level -11.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Supervising 5 threads of 3 processes of 1 users.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Successfully made thread 1025 of process 1005 owned by '1000' RT at priority 20.
Aug 08 20:29:46 slaptopmbp rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Aug 08 20:29:47 slaptopmbp wireplumber[1006]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Aug 08 20:29:47 slaptopmbp wireplumber[1006]: <WpSiAudioAdapter:0x55e6816640d0> Object activation aborted: proxy destroyed
Aug 08 20:29:47 slaptopmbp wireplumber[1006]: <WpSiAudioAdapter:0x55e6816640d0> failed to activate item: Object activation aborted: proxy destroyed
Aug 08 20:29:50 slaptopmbp emacs[1004]: Starting Emacs daemon.
Aug 08 20:29:52 slaptopmbp emacs[1004]: [yas] Check your `yas-snippet-dirs': /home/<USER>/.config/doom/snippets/ is not a directory
Aug 08 20:29:52 slaptopmbp emacs[1004]: [yas] Prepared just-in-time loading of snippets with some errors.  Check *Messages*.
Aug 08 20:29:54 slaptopmbp emacs[1004]: Doom loaded 219 packages across 43 modules in 8.070s
Aug 08 20:29:54 slaptopmbp systemd[997]: Started Emacs text editor.
Aug 08 20:29:54 slaptopmbp systemd[997]: Reached target Main User Target.
Aug 08 20:29:54 slaptopmbp systemd[997]: Startup finished in 8.782s.
Aug 08 20:29:55 slaptopmbp systemd[1]: Stopping User Manager for UID 970...
Aug 08 20:29:55 slaptopmbp systemd[807]: Activating special unit Exit the Session...
Aug 08 20:29:55 slaptopmbp systemd[807]: Stopped target Main User Target.
Aug 08 20:29:55 slaptopmbp systemd[807]: Stopped target Basic System.
Aug 08 20:29:55 slaptopmbp systemd[807]: Stopped target Paths.
Aug 08 20:29:55 slaptopmbp systemd[807]: Stopped target Sockets.
Aug 08 20:29:55 slaptopmbp systemd[807]: Stopped target Timers.
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed D-Bus User Message Bus Socket.
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed GnuPG network certificate management daemon.
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed GCR ssh-agent wrapper.
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed GNOME Keyring daemon.
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed p11-kit server.
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed PipeWire PulseAudio.
Aug 08 20:29:55 slaptopmbp systemd[807]: Closed PipeWire Multimedia System Socket.
Aug 08 20:29:55 slaptopmbp systemd[807]: Removed slice User Application Slice.
Aug 08 20:29:55 slaptopmbp systemd[807]: Reached target Shutdown.
Aug 08 20:29:55 slaptopmbp systemd[807]: Finished Exit the Session.
Aug 08 20:29:55 slaptopmbp systemd[807]: Reached target Exit the Session.
Aug 08 20:29:55 slaptopmbp (sd-pam)[832]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[greeter] ruser=[<unknown>] rhost=[<unknown>]
Aug 08 20:29:55 slaptopmbp systemd[1]: user@970.service: Deactivated successfully.
Aug 08 20:29:55 slaptopmbp systemd[1]: Stopped User Manager for UID 970.
Aug 08 20:29:55 slaptopmbp systemd[1]: Stopping User Runtime Directory /run/user/970...
Aug 08 20:29:55 slaptopmbp systemd[1]: run-user-970.mount: Deactivated successfully.
Aug 08 20:29:55 slaptopmbp systemd[1]: user-runtime-dir@970.service: Deactivated successfully.
Aug 08 20:29:55 slaptopmbp systemd[1]: Stopped User Runtime Directory /run/user/970.
Aug 08 20:29:55 slaptopmbp systemd[1]: Removed slice User Slice of UID 970.
Aug 08 20:34:54 slaptopmbp emacs[1004]: Cleaning up the recentf list...
Aug 08 20:34:54 slaptopmbp emacs[1004]: Cleaning up the recentf list...done (0 removed)
Aug 08 20:45:13 slaptopmbp systemd[1]: Starting Cleanup of Temporary Directories...
Aug 08 20:45:13 slaptopmbp systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Aug 08 20:45:13 slaptopmbp systemd[1]: Finished Cleanup of Temporary Directories.
Aug 08 20:46:01 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.9' (uid=1000 pid=1158 comm="dbus-send --reply-timeout=100 --print-reply=litera")
Aug 08 20:46:01 slaptopmbp systemd[997]: Starting Portal service...
Aug 08 20:46:01 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.10' (uid=1000 pid=1159 comm="/usr/lib/xdg-desktop-portal")
Aug 08 20:46:01 slaptopmbp systemd[997]: Starting flatpak document portal service...
Aug 08 20:46:01 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.11' (uid=1000 pid=1164 comm="/usr/lib/xdg-document-portal")
Aug 08 20:46:01 slaptopmbp systemd[997]: Starting sandboxed app permission store...
Aug 08 20:46:01 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Aug 08 20:46:01 slaptopmbp systemd[997]: Started sandboxed app permission store.
Aug 08 20:46:01 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Successfully activated service 'org.freedesktop.portal.Documents'
Aug 08 20:46:01 slaptopmbp systemd[997]: Started flatpak document portal service.
Aug 08 20:46:01 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.10' (uid=1000 pid=1159 comm="/usr/lib/xdg-desktop-portal")
Aug 08 20:46:02 slaptopmbp systemd[997]: Starting Portal service (GTK/GNOME implementation)...
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.14' (uid=1000 pid=1183 comm="/usr/lib/xdg-desktop-portal-gtk")
Aug 08 20:46:02 slaptopmbp systemd[997]: Starting Accessibility services bus...
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Successfully activated service 'org.a11y.Bus'
Aug 08 20:46:02 slaptopmbp systemd[997]: Started Accessibility services bus.
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.13' (uid=1000 pid=1183 comm="/usr/lib/xdg-desktop-portal-gtk")
Aug 08 20:46:02 slaptopmbp systemd[997]: Starting Virtual filesystem service...
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Successfully activated service 'org.gtk.vfs.Daemon'
Aug 08 20:46:02 slaptopmbp systemd[997]: Started Virtual filesystem service.
Aug 08 20:46:02 slaptopmbp at-spi-bus-launcher[1211]: dbus-daemon[1211]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1183 comm="/usr/lib/xdg-desktop-portal-gtk")
Aug 08 20:46:02 slaptopmbp at-spi-bus-launcher[1211]: dbus-daemon[1211]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 08 20:46:02 slaptopmbp at-spi-bus-launcher[1234]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Aug 08 20:46:02 slaptopmbp systemd[997]: Started Portal service (GTK/GNOME implementation).
Aug 08 20:46:02 slaptopmbp rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Aug 08 20:46:02 slaptopmbp rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Aug 08 20:46:02 slaptopmbp rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.hyprland' unit='xdg-desktop-portal-hyprland.service' requested by ':1.10' (uid=1000 pid=1159 comm="/usr/lib/xdg-desktop-portal")
Aug 08 20:46:02 slaptopmbp systemd[997]: Starting Portal service (Hyprland implementation)...
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Successfully activated service 'org.freedesktop.impl.portal.desktop.hyprland'
Aug 08 20:46:02 slaptopmbp systemd[997]: Started Portal service (Hyprland implementation).
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Activating service name='org.freedesktop.secrets' requested by ':1.10' (uid=1000 pid=1159 comm="/usr/lib/xdg-desktop-portal")
Aug 08 20:46:02 slaptopmbp systemd[997]: Started GNOME Keyring daemon.
Aug 08 20:46:02 slaptopmbp gnome-keyring-daemon[1277]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Successfully activated service 'org.freedesktop.secrets'
Aug 08 20:46:02 slaptopmbp gnome-keyring-daemon[1277]: The Secret Service was already initialized
Aug 08 20:46:02 slaptopmbp gnome-keyring-d[1277]: The Secret Service was already initialized
Aug 08 20:46:02 slaptopmbp gnome-keyring-daemon[1270]: discover_other_daemon: 1
Aug 08 20:46:02 slaptopmbp org.freedesktop.secrets[1270]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Aug 08 20:46:02 slaptopmbp dbus-daemon[1015]: [session uid=1000 pid=1015] Successfully activated service 'org.freedesktop.portal.Desktop'
Aug 08 20:46:02 slaptopmbp systemd[997]: Started Portal service.
Aug 08 20:46:05 slaptopmbp polkitd[1031]: Registered Authentication Agent for unix-process:1410:99760 (system bus name :1.23 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Aug 08 20:46:07 slaptopmbp polkitd[1031]: Unregistered Authentication Agent for unix-process:1410:99760 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Aug 08 20:46:07 slaptopmbp polkitd[1031]: Operator of unix-process:1410:99760 FAILED to authenticate to gain authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.24 [<unknown>] (owned by unix-user:<USER>)
Aug 08 20:46:08 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.25' (uid=0 pid=1430 comm="sudo netctl start wlan0-ATTHHEqB5S-5Ghz")
Aug 08 20:46:08 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:46:08 slaptopmbp sudo[1430]: <USER> : TTY=pts/0 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/netctl start wlan0-ATTHHEqB5S-5Ghz
Aug 08 20:46:08 slaptopmbp sudo[1430]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)
Aug 08 20:46:08 slaptopmbp systemd[1]: Created slice Slice /system/netctl.
Aug 08 20:46:08 slaptopmbp systemd[1]: Starting Networking for netctl profile wlan0-ATTHHEqB5S-5Ghz...
Aug 08 20:46:08 slaptopmbp network[1436]: Starting network profile 'wlan0-ATTHHEqB5S-5Ghz'...
Aug 08 20:46:08 slaptopmbp systemd[1]: Started Networking for netctl profile wlan0-ATTHHEqB5S-5Ghz.
Aug 08 20:46:08 slaptopmbp systemd[1]: Reached target Network.
Aug 08 20:46:08 slaptopmbp sudo[1430]: pam_unix(sudo:session): session closed for user root
Aug 08 20:46:17 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.26' (uid=0 pid=1747 comm="sudo netctl status wlan0-ATTHHEqB5S-5Ghz")
Aug 08 20:46:17 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:46:17 slaptopmbp sudo[1747]: <USER> : TTY=pts/0 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/netctl status wlan0-ATTHHEqB5S-5Ghz
Aug 08 20:46:17 slaptopmbp sudo[1747]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)
Aug 08 20:46:17 slaptopmbp sudo[1747]: pam_unix(sudo:session): session closed for user root
Aug 08 20:46:25 slaptopmbp network[1436]: WPA association/authentication failed for interface 'wlan0'
Aug 08 20:46:26 slaptopmbp network[1436]: Failed to bring the network up for profile 'wlan0-ATTHHEqB5S-5Ghz'
Aug 08 20:46:26 slaptopmbp systemd[1]: netctl@wlan0\x2dATTHHEqB5S\x2d5Ghz.service: Main process exited, code=exited, status=1/FAILURE
Aug 08 20:46:26 slaptopmbp systemd[1]: netctl@wlan0\x2dATTHHEqB5S\x2d5Ghz.service: Failed with result 'exit-code'.
Aug 08 20:46:26 slaptopmbp systemd[1]: netctl@wlan0\x2dATTHHEqB5S\x2d5Ghz.service: Consumed 3.343s CPU time.
Aug 08 20:46:29 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.27' (uid=0 pid=1983 comm="sudo netctl status wlan0-ATTHHEqB5S-5Ghz")
Aug 08 20:46:29 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:46:29 slaptopmbp sudo[1983]: <USER> : TTY=pts/0 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/netctl status wlan0-ATTHHEqB5S-5Ghz
Aug 08 20:46:29 slaptopmbp sudo[1983]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)
Aug 08 20:46:29 slaptopmbp sudo[1983]: pam_unix(sudo:session): session closed for user root
Aug 08 20:47:05 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.28' (uid=0 pid=2379 comm="sudo journalctl -b")
Aug 08 20:47:05 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:47:05 slaptopmbp sudo[2379]: <USER> : TTY=pts/0 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 08 20:47:05 slaptopmbp sudo[2379]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)
Aug 08 20:47:06 slaptopmbp sudo[2379]: pam_unix(sudo:session): session closed for user root
Aug 08 20:48:06 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.29' (uid=0 pid=2740 comm="sudo journalctl -b")
Aug 08 20:48:06 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:48:06 slaptopmbp sudo[2740]: <USER> : TTY=pts/0 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 08 20:48:06 slaptopmbp sudo[2740]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)
Aug 08 20:48:07 slaptopmbp sudo[2740]: pam_unix(sudo:session): session closed for user root
Aug 08 20:48:13 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.30' (uid=0 pid=2860 comm="sudo journalctl -b")
Aug 08 20:48:13 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:48:13 slaptopmbp sudo[2860]: <USER> : TTY=pts/0 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 08 20:48:13 slaptopmbp sudo[2860]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)
Aug 08 20:48:14 slaptopmbp sudo[2860]: pam_unix(sudo:session): session closed for user root
Aug 08 20:48:27 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.31' (uid=0 pid=3018 comm="sudo journalctl -b")
Aug 08 20:48:27 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:48:27 slaptopmbp sudo[3018]: <USER> : TTY=pts/0 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 08 20:48:27 slaptopmbp sudo[3018]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)
Aug 08 20:48:27 slaptopmbp sudo[3018]: pam_unix(sudo:session): session closed for user root
Aug 08 20:48:47 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.32' (uid=0 pid=3333 comm="sudo mount /dev/sda1 /mnt")
Aug 08 20:48:47 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:48:47 slaptopmbp sudo[3333]: <USER> : TTY=pts/1 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/mount /dev/sda1 /mnt
Aug 08 20:48:47 slaptopmbp sudo[3333]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)
Aug 08 20:48:47 slaptopmbp ntfs-3g[3337]: Version 2022.10.3 external FUSE 29
Aug 08 20:48:47 slaptopmbp ntfs-3g[3337]: Mounted /dev/sda1 (Read-Write, label "", NTFS 3.1)
Aug 08 20:48:47 slaptopmbp ntfs-3g[3337]: Cmdline options: rw
Aug 08 20:48:47 slaptopmbp ntfs-3g[3337]: Mount options: allow_other,nonempty,relatime,rw,fsname=/dev/sda1,blkdev,blksize=4096
Aug 08 20:48:47 slaptopmbp ntfs-3g[3337]: Ownership and permissions disabled, configuration type 7
Aug 08 20:48:47 slaptopmbp sudo[3333]: pam_unix(sudo:session): session closed for user root
Aug 08 20:49:00 slaptopmbp dbus-daemon[758]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.33' (uid=0 pid=3538 comm="sudo journalctl -b")
Aug 08 20:49:00 slaptopmbp dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 08 20:49:00 slaptopmbp sudo[3538]: <USER> : TTY=pts/0 ; PWD=/home/<USER> ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 08 20:49:00 slaptopmbp sudo[3538]: pam_unix(sudo:session): session opened for user root(uid=0) by <USER>(uid=1000)

Dmesg logs:

[    0.000000] Linux version 6.4.8-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=08a78292-d2bf-411f-920c-fd2fb051735e rw loglevel=3 quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000071dfcfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000071dfd000-0x000000007214efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007214f000-0x0000000072e43fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000072e44000-0x0000000072e44fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000072e45000-0x0000000072e6efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000072e6f000-0x000000007307dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007307e000-0x000000007307efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007307f000-0x0000000078c7efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078c7f000-0x0000000078f4efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078f4f000-0x0000000078f9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000078f9f000-0x0000000078ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000078fff000-0x0000000078ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00fa000-0x00000000e00fafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00fd000-0x00000000e00fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff939000-0x00000000ff968fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6fbf0698-0x6fbf0cb6] usable ==> usable
[    0.000000] e820: update [mem 0x6fbf0698-0x6fbf0cb6] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000006fbf0697] usable
[    0.000000] reserve setup_data: [mem 0x000000006fbf0698-0x000000006fbf0cb6] usable
[    0.000000] reserve setup_data: [mem 0x000000006fbf0cb7-0x0000000071dfcfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000071dfd000-0x000000007214efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007214f000-0x0000000072e43fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000072e44000-0x0000000072e44fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000072e45000-0x0000000072e6efff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000072e6f000-0x000000007307dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000007307e000-0x000000007307efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007307f000-0x0000000078c7efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000078c7f000-0x0000000078f4efff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000078f4f000-0x0000000078f9efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000078f9f000-0x0000000078ffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000078fff000-0x0000000078ffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000079000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e00fa000-0x00000000e00fafff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e00fd000-0x00000000e00fdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff939000-0x00000000ff968fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] efi: EFI v2.4 by Apple
[    0.000000] efi: Apple Mac detected, using EFI v1.10 runtime services only
[    0.000000] efi: ACPI=0x78ffe000 ACPI 2.0=0x78ffe014 SMBIOS=0x78f1f000 SMBIOS 3.0=0x78f1d000 INITRD=0x6fc19898 
[    0.000000] efi: Not removing mem42: MMIO range=[0xe00fa000-0xe00fafff] (4KB) from e820 map
[    0.000000] efi: Not removing mem43: MMIO range=[0xe00fd000-0xe00fdfff] (4KB) from e820 map
[    0.000000] efi: Not removing mem44: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem45: MMIO range=[0xff939000-0xff968fff] (192KB) from e820 map
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Apple Inc. MacBookPro13,2/Mac-66E35819EE2D0D05, BIOS 512.0.0.0.0 04/05/2023
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.000000] tsc: Detected 2899.886 MHz TSC
[    0.000348] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000351] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000360] last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[    0.000364] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000743] last_pfn = 0x79000 max_arch_pfn = 0x400000000
[    0.013440] Using GB pages for direct mapping
[    0.013909] Secure boot disabled
[    0.013910] RAMDISK: [mem 0x6980c000-0x6ad06fff]
[    0.013914] ACPI: Early table checksum verification disabled
[    0.013917] ACPI: RSDP 0x0000000078FFE014 000024 (v02 APPLE )
[    0.013921] ACPI: XSDT 0x0000000078FFD0E8 0000BC (v01 APPLE  Apple00  00000000      01000013)
[    0.013927] ACPI: FACP 0x0000000078FF8000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
[    0.013932] ACPI: DSDT 0x0000000078FEB000 0085AC (v02 APPLE  MacBookP 00130002 INTL 20140424)
[    0.013935] ACPI: FACS 0x0000000078F9B000 000040
[    0.013937] ACPI: UEFI 0x0000000078F9D000 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.013940] ACPI: ECDT 0x0000000078FFA000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.013942] ACPI: HPET 0x0000000078FF7000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.013945] ACPI: APIC 0x0000000078FF6000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.013947] ACPI: MCFG 0x0000000078FF5000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.013950] ACPI: SBST 0x0000000078FF4000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.013952] ACPI: SSDT 0x0000000078FEA000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20140424)
[    0.013955] ACPI: SSDT 0x0000000078FE5000 000031 (v01 APPLE  SsdtS3   00001000 INTL 20140424)
[    0.013958] ACPI: SSDT 0x0000000078FE4000 000111 (v01 APPLE  SataAhci 00001000 INTL 20140424)
[    0.013960] ACPI: SSDT 0x0000000078FE3000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20140424)
[    0.013963] ACPI: SSDT 0x0000000078FDA000 008BA2 (v02 APPLE  TbtOnPCH 00001000 INTL 20140424)
[    0.013966] ACPI: SSDT 0x0000000078FD6000 000B2A (v02 APPLE  Xhci     00001000 INTL 20140424)
[    0.013968] ACPI: SSDT 0x0000000078FD5000 000696 (v02 PmRef  Cpu0Ist  00003000 INTL 20140424)
[    0.013971] ACPI: SSDT 0x0000000078FD4000 0005AA (v02 PmRef  ApIst    00003000 INTL 20140424)
[    0.013973] ACPI: SSDT 0x0000000078FD3000 000295 (v02 PmRef  Cpu0Cst  00003001 INTL 20140424)
[    0.013976] ACPI: SSDT 0x0000000078FD2000 000119 (v02 PmRef  ApCst    00003000 INTL 20140424)
[    0.013979] ACPI: SSDT 0x0000000078FD1000 000EEF (v02 CpuRef CpuSsdt  00003000 INTL 20140424)
[    0.013981] ACPI: DMAR 0x0000000078FD0000 000118 (v01 APPLE  SKL      00000001 INTL 00000001)
[    0.013983] ACPI: Reserving FACP table memory at [mem 0x78ff8000-0x78ff80f3]
[    0.013985] ACPI: Reserving DSDT table memory at [mem 0x78feb000-0x78ff35ab]
[    0.013986] ACPI: Reserving FACS table memory at [mem 0x78f9b000-0x78f9b03f]
[    0.013986] ACPI: Reserving UEFI table memory at [mem 0x78f9d000-0x78f9d041]
[    0.013987] ACPI: Reserving ECDT table memory at [mem 0x78ffa000-0x78ffa052]
[    0.013988] ACPI: Reserving HPET table memory at [mem 0x78ff7000-0x78ff7037]
[    0.013988] ACPI: Reserving APIC table memory at [mem 0x78ff6000-0x78ff60bb]
[    0.013989] ACPI: Reserving MCFG table memory at [mem 0x78ff5000-0x78ff503b]
[    0.013990] ACPI: Reserving SBST table memory at [mem 0x78ff4000-0x78ff402f]
[    0.013991] ACPI: Reserving SSDT table memory at [mem 0x78fea000-0x78fea023]
[    0.013991] ACPI: Reserving SSDT table memory at [mem 0x78fe5000-0x78fe5030]
[    0.013992] ACPI: Reserving SSDT table memory at [mem 0x78fe4000-0x78fe4110]
[    0.013993] ACPI: Reserving SSDT table memory at [mem 0x78fe3000-0x78fe30b7]
[    0.013993] ACPI: Reserving SSDT table memory at [mem 0x78fda000-0x78fe2ba1]
[    0.013994] ACPI: Reserving SSDT table memory at [mem 0x78fd6000-0x78fd6b29]
[    0.013995] ACPI: Reserving SSDT table memory at [mem 0x78fd5000-0x78fd5695]
[    0.013995] ACPI: Reserving SSDT table memory at [mem 0x78fd4000-0x78fd45a9]
[    0.013996] ACPI: Reserving SSDT table memory at [mem 0x78fd3000-0x78fd3294]
[    0.013997] ACPI: Reserving SSDT table memory at [mem 0x78fd2000-0x78fd2118]
[    0.013998] ACPI: Reserving SSDT table memory at [mem 0x78fd1000-0x78fd1eee]
[    0.013998] ACPI: Reserving DMAR table memory at [mem 0x78fd0000-0x78fd0117]
[    0.014006] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.014133] No NUMA configuration found
[    0.014133] Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[    0.014136] NODE_DATA(0) allocated [mem 0x47effb000-0x47effffff]
[    0.014163] Zone ranges:
[    0.014164]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014166]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014167]   Normal   [mem 0x0000000100000000-0x000000047effffff]
[    0.014168]   Device   empty
[    0.014169] Movable zone start for each node
[    0.014170] Early memory node ranges
[    0.014170]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.014172]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.014173]   node   0: [mem 0x0000000000100000-0x0000000071dfcfff]
[    0.014174]   node   0: [mem 0x000000007214f000-0x0000000072e43fff]
[    0.014174]   node   0: [mem 0x0000000072e6f000-0x000000007307dfff]
[    0.014175]   node   0: [mem 0x000000007307f000-0x0000000078c7efff]
[    0.014176]   node   0: [mem 0x0000000078fff000-0x0000000078ffffff]
[    0.014176]   node   0: [mem 0x0000000100000000-0x000000047effffff]
[    0.014178] Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[    0.014183] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014185] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014244] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.018672] On node 0, zone DMA32: 850 pages in unavailable ranges
[    0.018679] On node 0, zone DMA32: 43 pages in unavailable ranges
[    0.018879] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.018889] On node 0, zone DMA32: 896 pages in unavailable ranges
[    0.053943] On node 0, zone Normal: 28672 pages in unavailable ranges
[    0.053984] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.053993] Reserving Intel graphics memory at [mem 0x7a000000-0x7fffffff]
[    0.055342] ACPI: PM-Timer IO Port: 0x1808
[    0.055348] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.055349] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.055350] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.055351] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.055352] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.055352] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.055353] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.055353] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.055380] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.055382] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.055384] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.055388] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.055389] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.055391] TSC deadline timer available
[    0.055392] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.055407] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.055409] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.055411] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.055413] PM: hibernation: Registered nosave memory: [mem 0x6fbf0000-0x6fbf0fff]
[    0.055414] PM: hibernation: Registered nosave memory: [mem 0x6fbf0000-0x6fbf0fff]
[    0.055416] PM: hibernation: Registered nosave memory: [mem 0x71dfd000-0x7214efff]
[    0.055417] PM: hibernation: Registered nosave memory: [mem 0x72e44000-0x72e44fff]
[    0.055418] PM: hibernation: Registered nosave memory: [mem 0x72e45000-0x72e6efff]
[    0.055419] PM: hibernation: Registered nosave memory: [mem 0x7307e000-0x7307efff]
[    0.055421] PM: hibernation: Registered nosave memory: [mem 0x78c7f000-0x78f4efff]
[    0.055421] PM: hibernation: Registered nosave memory: [mem 0x78f4f000-0x78f9efff]
[    0.055422] PM: hibernation: Registered nosave memory: [mem 0x78f9f000-0x78ffefff]
[    0.055423] PM: hibernation: Registered nosave memory: [mem 0x79000000-0x7fffffff]
[    0.055424] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xe00f9fff]
[    0.055425] PM: hibernation: Registered nosave memory: [mem 0xe00fa000-0xe00fafff]
[    0.055425] PM: hibernation: Registered nosave memory: [mem 0xe00fb000-0xe00fcfff]
[    0.055426] PM: hibernation: Registered nosave memory: [mem 0xe00fd000-0xe00fdfff]
[    0.055426] PM: hibernation: Registered nosave memory: [mem 0xe00fe000-0xfdffffff]
[    0.055427] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.055428] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xff938fff]
[    0.055428] PM: hibernation: Registered nosave memory: [mem 0xff939000-0xff968fff]
[    0.055429] PM: hibernation: Registered nosave memory: [mem 0xff969000-0xffffffff]
[    0.055430] [mem 0x80000000-0xe00f9fff] available for PCI devices
[    0.055432] Booting paravirtualized kernel on bare hardware
[    0.055434] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.060973] setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.061428] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
[    0.061434] pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
[    0.061436] pcpu-alloc: [0] 0 1 2 3 
[    0.061453] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=08a78292-d2bf-411f-920c-fd2fb051735e rw loglevel=3 quiet
[    0.061510] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.061546] random: crng init done
[    0.064004] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.065270] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.065325] Fallback order for Node 0: 0 
[    0.065328] Built 1 zonelists, mobility grouping on.  Total pages: 4094493
[    0.065329] Policy zone: Normal
[    0.065641] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.065649] software IO TLB: area num 4.
[    0.123322] Memory: 16068660K/16638584K available (16384K kernel code, 2120K rwdata, 12768K rodata, 3344K init, 3992K bss, 569664K reserved, 0K cma-reserved)
[    0.123423] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.123432] Kernel/User page tables isolation: enabled
[    0.123456] ftrace: allocating 47552 entries in 186 pages
[    0.131407] ftrace: allocated 186 pages with 5 groups
[    0.131479] Dynamic Preempt: full
[    0.131501] rcu: Preemptible hierarchical RCU implementation.
[    0.131502] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.131503] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.131504] 	Trampoline variant of Tasks RCU enabled.
[    0.131504] 	Rude variant of Tasks RCU enabled.
[    0.131505] 	Tracing variant of Tasks RCU enabled.
[    0.131505] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.131506] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.134049] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.134245] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.134453] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.134478] Console: colour dummy device 80x25
[    0.134480] printk: console [tty0] enabled
[    0.134516] ACPI: Core revision 20230331
[    0.134632] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.134634] APIC: Switch to symmetric I/O mode setup
[    0.134635] DMAR: Host address width 39
[    0.134636] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.134641] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.134644] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.134647] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.134649] DMAR: RMRR base: 0x00000079800000 end: 0x0000007fffffff
[    0.134650] DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
[    0.134651] DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
[    0.134652] DMAR: ANDD device: a name: \_SB.PCI0.UA01
[    0.134653] DMAR: ANDD device: b name: \_SB.PCI0.UA02
[    0.134654] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.134655] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.134656] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.135276] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.135277] x2apic enabled
[    0.135287] Switched APIC routing to cluster x2apic.
[    0.136145] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[    0.136151] Calibrating delay loop (skipped), value calculated using timer frequency.. 5802.42 BogoMIPS (lpj=9666286)
[    0.136154] pid_max: default: 32768 minimum: 301
[    0.139482] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[    0.139482] landlock: Up and running.
[    0.139482] Yama: becoming mindful.
[    0.139482] LSM support for eBPF active
[    0.139482] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.139482] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.139482] x86/cpu: SGX disabled by BIOS.
[    0.139482] CPU0: Thermal monitoring enabled (TM1)
[    0.139482] process: using mwait in idle threads
[    0.139482] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.139482] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.139482] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.139482] Spectre V2 : Mitigation: IBRS
[    0.139482] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.139482] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.139482] RETBleed: Mitigation: IBRS
[    0.139482] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.139482] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.139482] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.139482] MDS: Mitigation: Clear CPU buffers
[    0.139482] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.139482] SRBDS: Mitigation: Microcode
[    0.139482] Freeing SMP alternatives memory: 40K
[    0.139482] smpboot: CPU0: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[    0.139482] cblist_init_generic: Setting adjustable number of callback queues.
[    0.139482] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.139482] cblist_init_generic: Setting adjustable number of callback queues.
[    0.139482] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.139482] cblist_init_generic: Setting adjustable number of callback queues.
[    0.139482] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.139482] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.139482] ... version:                4
[    0.139482] ... bit width:              48
[    0.139482] ... generic registers:      4
[    0.139482] ... value mask:             0000ffffffffffff
[    0.139482] ... max period:             00007fffffffffff
[    0.139482] ... fixed-purpose events:   3
[    0.139482] ... event mask:             000000070000000f
[    0.139482] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.139482] rcu: Hierarchical SRCU implementation.
[    0.139482] rcu: 	Max phase no-delay instances is 1000.
[    0.139482] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.139482] smp: Bringing up secondary CPUs ...
[    0.139482] x86: Booting SMP configuration:
[    0.139482] .... node  #0, CPUs:      #1 #2
[    0.140690] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.140690] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.140690]  #3
[    0.141173] smp: Brought up 1 node, 4 CPUs
[    0.141173] smpboot: Max logical packages: 1
[    0.141173] smpboot: Total of 4 processors activated (23208.71 BogoMIPS)
[    0.143293] devtmpfs: initialized
[    0.143293] x86/mm: Memory block size: 128MB
[    0.143987] ACPI: PM: Registering ACPI NVS region [mem 0x72e44000-0x72e44fff] (4096 bytes)
[    0.143987] ACPI: PM: Registering ACPI NVS region [mem 0x78f4f000-0x78f9efff] (327680 bytes)
[    0.143987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.143987] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.143987] pinctrl core: initialized pinctrl subsystem
[    0.143987] PM: RTC time: 00:29:27, date: 2023-08-09
[    0.143987] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.143987] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.143987] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.144036] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.144057] audit: initializing netlink subsys (disabled)
[    0.144075] audit: type=2000 audit(1691540967.006:1): state=initialized audit_enabled=0 res=1
[    0.144075] thermal_sys: Registered thermal governor 'fair_share'
[    0.144075] thermal_sys: Registered thermal governor 'bang_bang'
[    0.144075] thermal_sys: Registered thermal governor 'step_wise'
[    0.144075] thermal_sys: Registered thermal governor 'user_space'
[    0.144075] thermal_sys: Registered thermal governor 'power_allocator'
[    0.144075] cpuidle: using governor ladder
[    0.144075] cpuidle: using governor menu
[    0.144075] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.144075] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.144075] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.144075] PCI: not using MMCONFIG
[    0.144075] PCI: Using configuration type 1 for base access
[    0.146296] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.146303] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.149536] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.149538] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.149540] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.149541] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.149953] ACPI: Disabled all _OSI OS vendors
[    0.149955] ACPI: Added _OSI(Module Device)
[    0.149957] ACPI: Added _OSI(Processor Device)
[    0.149958] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.149959] ACPI: Added _OSI(Processor Aggregator Device)
[    0.149961] ACPI: Added _OSI(Darwin)
[    0.164017] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.165219] ACPI: EC: EC started
[    0.165220] ACPI: EC: interrupt blocked
[    0.165913] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.165915] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.166301] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.167239] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.170717] ACPI: Dynamic OEM Table Load:
[    0.170717] ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF98C381650800 Table is already loaded (20230331/tbdata-548)
[    0.170717] ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
[    0.170717] ACPI Error: Aborting method \_PR.CPU0._OSC due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
[    0.170717] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[    0.170717] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.170717] ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI Error: Aborting method \_PR.CPU1._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.170717] ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI Error: Aborting method \_PR.CPU2._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.170717] ACPI Error: Aborting method \_PR.CPU3.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI Error: Aborting method \_PR.CPU3._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.170717] ACPI Error: Aborting method \_PR.CPU4.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI Error: Aborting method \_PR.CPU4._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.170717] ACPI Error: Aborting method \_PR.CPU5.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI Error: Aborting method \_PR.CPU5._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.170717] ACPI Error: Aborting method \_PR.CPU6.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI Error: Aborting method \_PR.CPU6._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.170717] ACPI Error: Aborting method \_PR.CPU7.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.170717] ACPI Error: Aborting method \_PR.CPU7._OSC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.171055] ACPI: Dynamic OEM Table Load:
[    0.171063] ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF98C3811E9400 Table is already loaded (20230331/tbdata-548)
[    0.171070] ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
[    0.171077] ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
[    0.171082] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.171633] ACPI: Dynamic OEM Table Load:
[    0.171641] ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF98C381655800 Table is already loaded (20230331/tbdata-548)
[    0.171648] ACPI Error: Aborting method \_PR.CPU1.APPT due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
[    0.171655] ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
[    0.171662] ACPI Error: Aborting method \_PR.CPU1._PDC due to previous error (AE_ALREADY_EXISTS) (20230331/psparse-529)
[    0.171667] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.172048] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.172056] ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.172062] ACPI Error: Aborting method \_PR.CPU2._PDC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.172428] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.OSCP], AE_NOT_FOUND (20230331/psargs-330)
[    0.172433] ACPI Error: Aborting method \_PR.CPU3.GCAP due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.172438] ACPI Error: Aborting method \_PR.CPU3._PDC due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
[    0.172721] ACPI: Interpreter enabled
[    0.172742] ACPI: PM: (supports S0 S3 S4 S5)
[    0.172744] ACPI: Using IOAPIC for interrupt routing
[    0.173890] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.174447] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.174461] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.174462] PCI: Ignoring E820 reservations for host bridge windows
[    0.174797] ACPI: Enabled 12 GPEs in block 00 to 7F
[    0.189165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.189171] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
[    0.193010] PCI host bridge to bus 0000:00
[    0.193013] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.193015] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.193017] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.193019] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfeafffff window]
[    0.193020] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.193036] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[    0.193126] pci 0000:00:02.0: [8086:1927] type 00 class 0x030000
[    0.193134] pci 0000:00:02.0: reg 0x10: [mem 0x81000000-0x81ffffff 64bit]
[    0.193140] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.193143] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.193156] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.193159] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.193374] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.193391] pci 0000:00:14.0: reg 0x10: [mem 0x82600000-0x8260ffff 64bit]
[    0.193448] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.193545] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.193564] pci 0000:00:16.0: reg 0x10: [mem 0x82629000-0x82629fff 64bit]
[    0.193639] pci 0000:00:16.0: PME# supported from D3hot
[    0.193807] pci 0000:00:19.0: [8086:9d66] type 00 class 0x118000
[    0.193900] pci 0000:00:19.0: reg 0x10: [mem 0x8262a000-0x8262afff 64bit]
[    0.194179] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.194249] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.194432] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.194493] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.194693] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.194763] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.194966] pci 0000:00:1d.3: [8086:9d1b] type 01 class 0x060400
[    0.195033] pci 0000:00:1d.3: PME# supported from D0 D3hot D3cold
[    0.195280] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
[    0.195320] pci 0000:00:1e.0: reg 0x10: [mem 0x8262b000-0x8262bfff 64bit]
[    0.195783] pci 0000:00:1e.1: [8086:9d28] type 00 class 0x118000
[    0.195864] pci 0000:00:1e.1: reg 0x10: [mem 0x8262c000-0x8262cfff 64bit]
[    0.196397] pci 0000:00:1e.3: [8086:9d2a] type 00 class 0x118000
[    0.196437] pci 0000:00:1e.3: reg 0x10: [mem 0x8262d000-0x8262dfff 64bit]
[    0.196810] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[    0.196978] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.196990] pci 0000:00:1f.2: reg 0x10: [mem 0x82624000-0x82627fff]
[    0.197086] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
[    0.197108] pci 0000:00:1f.3: reg 0x10: [mem 0x82620000-0x82623fff 64bit]
[    0.197138] pci 0000:00:1f.3: reg 0x20: [mem 0x00000000-0x0000ffff 64bit]
[    0.197181] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.197321] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.197379] pci 0000:00:1f.4: reg 0x10: [mem 0x8262e000-0x8262e0ff 64bit]
[    0.197451] pci 0000:00:1f.4: reg 0x20: [io  0x3040-0x305f]
[    0.198726] pci 0000:01:00.0: [106b:2003] type 00 class 0x018002
[    0.198743] pci 0000:01:00.0: reg 0x10: [mem 0x82500000-0x82503fff 64bit]
[    0.199394] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.199398] pci 0000:00:1c.0:   bridge window [mem 0x82500000-0x825fffff]
[    0.199463] pci 0000:03:00.0: [8086:1578] type 01 class 0x060400
[    0.199463] pci 0000:03:00.0: enabling Extended Tags
[    0.199463] pci 0000:03:00.0: supports D1 D2
[    0.199463] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.212861] pci 0000:00:1c.4: PCI bridge to [bus 03-78]
[    0.212865] pci 0000:00:1c.4:   bridge window [io  0x4000-0x7fff]
[    0.212868] pci 0000:00:1c.4:   bridge window [mem 0x82700000-0x908fffff]
[    0.212872] pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xbdffffff 64bit pref]
[    0.213001] pci 0000:04:00.0: [8086:15d3] type 01 class 0x060400
[    0.213054] pci 0000:04:00.0: enabling Extended Tags
[    0.213146] pci 0000:04:00.0: supports D1 D2
[    0.213147] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.213515] pci 0000:04:01.0: [8086:15d3] type 01 class 0x060400
[    0.213567] pci 0000:04:01.0: enabling Extended Tags
[    0.213656] pci 0000:04:01.0: supports D1 D2
[    0.213657] pci 0000:04:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.213848] pci 0000:04:02.0: [8086:15d3] type 01 class 0x060400
[    0.213900] pci 0000:04:02.0: enabling Extended Tags
[    0.213989] pci 0000:04:02.0: supports D1 D2
[    0.213990] pci 0000:04:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.214326] pci 0000:04:04.0: [8086:15d3] type 01 class 0x060400
[    0.214379] pci 0000:04:04.0: enabling Extended Tags
[    0.214467] pci 0000:04:04.0: supports D1 D2
[    0.214468] pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.214664] pci 0000:03:00.0: PCI bridge to [bus 04-78]
[    0.214670] pci 0000:03:00.0:   bridge window [io  0x4000-0x7fff]
[    0.214674] pci 0000:03:00.0:   bridge window [mem 0x82700000-0x908fffff]
[    0.214679] pci 0000:03:00.0:   bridge window [mem 0xb0000000-0xbdffffff 64bit pref]
[    0.214759] pci 0000:05:00.0: [8086:15d2] type 00 class 0x088000
[    0.214779] pci 0000:05:00.0: reg 0x10: [mem 0x82800000-0x8283ffff]
[    0.214791] pci 0000:05:00.0: reg 0x14: [mem 0x82840000-0x82840fff]
[    0.214849] pci 0000:05:00.0: enabling Extended Tags
[    0.214956] pci 0000:05:00.0: supports D1 D2
[    0.214957] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.215512] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.215521] pci 0000:04:00.0:   bridge window [mem 0x82800000-0x828fffff]
[    0.215598] pci 0000:04:01.0: PCI bridge to [bus 07-3f]
[    0.215604] pci 0000:04:01.0:   bridge window [io  0x4000-0x5fff]
[    0.215607] pci 0000:04:01.0:   bridge window [mem 0x82900000-0x898fffff]
[    0.215613] pci 0000:04:01.0:   bridge window [mem 0xb0000000-0xb6ffffff 64bit pref]
[    0.215690] pci 0000:06:00.0: [8086:15d4] type 00 class 0x0c0330
[    0.215709] pci 0000:06:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[    0.215765] pci 0000:06:00.0: enabling Extended Tags
[    0.215881] pci 0000:06:00.0: supports D1 D2
[    0.215882] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.215995] pci 0000:06:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:04:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.216462] pci 0000:04:02.0: PCI bridge to [bus 06]
[    0.216471] pci 0000:04:02.0:   bridge window [mem 0x82700000-0x827fffff]
[    0.216548] pci 0000:04:04.0: PCI bridge to [bus 40-78]
[    0.216554] pci 0000:04:04.0:   bridge window [io  0x6000-0x7fff]
[    0.216558] pci 0000:04:04.0:   bridge window [mem 0x89900000-0x908fffff]
[    0.216564] pci 0000:04:04.0:   bridge window [mem 0xb7000000-0xbdffffff 64bit pref]
[    0.216639] pci 0000:00:1d.0: PCI bridge to [bus 79]
[    0.216729] pci 0000:02:00.0: [14e4:43ba] type 00 class 0x028000
[    0.216754] pci 0000:02:00.0: reg 0x10: [mem 0x82400000-0x82407fff 64bit]
[    0.216770] pci 0000:02:00.0: reg 0x18: [mem 0x82000000-0x823fffff 64bit]
[    0.216901] pci 0000:02:00.0: supports D1 D2
[    0.216902] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.217157] pci 0000:00:1d.3: PCI bridge to [bus 02]
[    0.217161] pci 0000:00:1d.3:   bridge window [mem 0x82000000-0x824fffff]
[    0.218444] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.218507] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.218568] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.218628] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.218689] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.218749] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.218809] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.218869] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.224504] ACPI: EC: interrupt unblocked
[    0.224505] ACPI: EC: event unblocked
[    0.224516] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.224517] ACPI: EC: GPE=0x7
[    0.224519] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[    0.224521] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[    0.226199] iommu: Default domain type: Translated 
[    0.226199] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.226331] SCSI subsystem initialized
[    0.226337] libata version 3.00 loaded.
[    0.226337] ACPI: bus type USB registered
[    0.226337] usbcore: registered new interface driver usbfs
[    0.226337] usbcore: registered new interface driver hub
[    0.226337] usbcore: registered new device driver usb
[    0.226337] pps_core: LinuxPPS API ver. 1 registered
[    0.226337] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.226337] PTP clock support registered
[    0.226337] EDAC MC: Ver: 3.0.0
[    0.226532] efivars: Registered efivars operations
[    0.226532] NetLabel: Initializing
[    0.226532] NetLabel:  domain hash size = 128
[    0.226532] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.226532] NetLabel:  unlabeled traffic allowed by default
[    0.226532] mctp: management component transport protocol core
[    0.226532] NET: Registered PF_MCTP protocol family
[    0.226532] PCI: Using ACPI for IRQ routing
[    0.247061] PCI: pci_cache_line_size set to 64 bytes
[    0.247551] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.247569] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.247571] e820: reserve RAM buffer [mem 0x6fbf0698-0x6fffffff]
[    0.247572] e820: reserve RAM buffer [mem 0x71dfd000-0x73ffffff]
[    0.247573] e820: reserve RAM buffer [mem 0x72e44000-0x73ffffff]
[    0.247574] e820: reserve RAM buffer [mem 0x7307e000-0x73ffffff]
[    0.247575] e820: reserve RAM buffer [mem 0x78c7f000-0x7bffffff]
[    0.247577] e820: reserve RAM buffer [mem 0x79000000-0x7bffffff]
[    0.247578] e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[    0.247608] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.247608] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.247608] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.247608] vgaarb: loaded
[    0.249483] clocksource: Switched to clocksource tsc-early
[    0.258513] VFS: Disk quotas dquot_6.6.0
[    0.258526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.258590] pnp: PnP ACPI init
[    0.259362] system 00:00: [io  0xffff] has been reserved
[    0.259367] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.259369] system 00:00: [io  0x0800-0x087f] has been reserved
[    0.259611] system 00:02: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.259614] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.259616] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.259617] system 00:02: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.259619] system 00:02: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.259621] system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.259623] system 00:02: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.259624] system 00:02: [mem 0xff000000-0xffffffff] could not be reserved
[    0.259626] system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.259628] system 00:02: [mem 0xfd000000-0xfdffffff] has been reserved
[    0.259630] system 00:02: [mem 0xfe000000-0xfe00ffff] has been reserved
[    0.259632] system 00:02: [mem 0xfe010000-0xfe010fff] has been reserved
[    0.259633] system 00:02: [mem 0xfe020000-0xfe035fff] has been reserved
[    0.259635] system 00:02: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.259637] system 00:02: [mem 0xfe03c000-0xfe03cfff] has been reserved
[    0.259639] system 00:02: [mem 0xfe03d000-0xfe0bffff] has been reserved
[    0.259641] system 00:02: [mem 0xfe0c0000-0xfe0fffff] has been reserved
[    0.259642] system 00:02: [mem 0xfe100000-0xfe1fffff] has been reserved
[    0.259644] system 00:02: [mem 0xfe200000-0xfe3fffff] has been reserved
[    0.259646] system 00:02: [mem 0xfe400000-0xfe40ffff] has been reserved
[    0.259648] system 00:02: [mem 0xfe410000-0xfe5fffff] has been reserved
[    0.259650] system 00:02: [mem 0xfe600000-0xfe7fffff] has been reserved
[    0.259698] system 00:03: [mem 0x20000000-0x201fffff] could not be reserved
[    0.259700] system 00:03: [mem 0x40000000-0x401fffff] could not be reserved
[    0.259857] pnp: PnP ACPI: found 4 devices
[    0.260937] pci 0000:00:02.0: assigning 10 device properties
[    0.260951] pci 0000:05:00.0: assigning 8 device properties
[    0.260959] pci 0000:00:1f.3: assigning 4 device properties
[    0.265485] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.265540] NET: Registered PF_INET protocol family
[    0.265665] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.268326] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.268358] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.268413] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.268627] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.268854] TCP: Hash tables configured (established 131072 bind 65536)
[    0.268925] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.268966] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.269001] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.269055] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.269062] NET: Registered PF_XDP protocol family
[    0.269071] pci 0000:04:02.0: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.269075] pci 0000:04:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
[    0.269085] pci 0000:00:1f.3: BAR 4: assigned [mem 0x80000000-0x8000ffff 64bit]
[    0.269097] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.269102] pci 0000:00:1c.0:   bridge window [mem 0x82500000-0x825fffff]
[    0.269110] pci 0000:04:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.269112] pci 0000:04:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.269114] pci 0000:04:02.0: BAR 13: no space for [io  size 0x1000]
[    0.269115] pci 0000:04:02.0: BAR 13: failed to assign [io  size 0x1000]
[    0.269118] pci 0000:04:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.269119] pci 0000:04:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.269121] pci 0000:04:02.0: BAR 13: no space for [io  size 0x1000]
[    0.269122] pci 0000:04:02.0: BAR 13: failed to assign [io  size 0x1000]
[    0.269126] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.269130] pci 0000:04:00.0:   bridge window [mem 0x82800000-0x828fffff]
[    0.269139] pci 0000:04:01.0: PCI bridge to [bus 07-3f]
[    0.269141] pci 0000:04:01.0:   bridge window [io  0x4000-0x5fff]
[    0.269146] pci 0000:04:01.0:   bridge window [mem 0x82900000-0x898fffff]
[    0.269149] pci 0000:04:01.0:   bridge window [mem 0xb0000000-0xb6ffffff 64bit pref]
[    0.269156] pci 0000:06:00.0: BAR 0: assigned [mem 0x82700000-0x8270ffff]
[    0.269160] pci 0000:04:02.0: PCI bridge to [bus 06]
[    0.269165] pci 0000:04:02.0:   bridge window [mem 0x82700000-0x827fffff]
[    0.269173] pci 0000:04:04.0: PCI bridge to [bus 40-78]
[    0.269175] pci 0000:04:04.0:   bridge window [io  0x6000-0x7fff]
[    0.269180] pci 0000:04:04.0:   bridge window [mem 0x89900000-0x908fffff]
[    0.269183] pci 0000:04:04.0:   bridge window [mem 0xb7000000-0xbdffffff 64bit pref]
[    0.269189] pci 0000:03:00.0: PCI bridge to [bus 04-78]
[    0.269191] pci 0000:03:00.0:   bridge window [io  0x4000-0x7fff]
[    0.269196] pci 0000:03:00.0:   bridge window [mem 0x82700000-0x908fffff]
[    0.269199] pci 0000:03:00.0:   bridge window [mem 0xb0000000-0xbdffffff 64bit pref]
[    0.269205] pci 0000:00:1c.4: PCI bridge to [bus 03-78]
[    0.269206] pci 0000:00:1c.4:   bridge window [io  0x4000-0x7fff]
[    0.269209] pci 0000:00:1c.4:   bridge window [mem 0x82700000-0x908fffff]
[    0.269212] pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xbdffffff 64bit pref]
[    0.269216] pci 0000:00:1d.0: PCI bridge to [bus 79]
[    0.269225] pci 0000:00:1d.3: PCI bridge to [bus 02]
[    0.269228] pci 0000:00:1d.3:   bridge window [mem 0x82000000-0x824fffff]
[    0.269235] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.269236] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.269238] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
[    0.269239] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfeafffff window]
[    0.269241] pci_bus 0000:01: resource 1 [mem 0x82500000-0x825fffff]
[    0.269242] pci_bus 0000:03: resource 0 [io  0x4000-0x7fff]
[    0.269244] pci_bus 0000:03: resource 1 [mem 0x82700000-0x908fffff]
[    0.269245] pci_bus 0000:03: resource 2 [mem 0xb0000000-0xbdffffff 64bit pref]
[    0.269246] pci_bus 0000:04: resource 0 [io  0x4000-0x7fff]
[    0.269248] pci_bus 0000:04: resource 1 [mem 0x82700000-0x908fffff]
[    0.269249] pci_bus 0000:04: resource 2 [mem 0xb0000000-0xbdffffff 64bit pref]
[    0.269250] pci_bus 0000:05: resource 1 [mem 0x82800000-0x828fffff]
[    0.269252] pci_bus 0000:07: resource 0 [io  0x4000-0x5fff]
[    0.269253] pci_bus 0000:07: resource 1 [mem 0x82900000-0x898fffff]
[    0.269254] pci_bus 0000:07: resource 2 [mem 0xb0000000-0xb6ffffff 64bit pref]
[    0.269256] pci_bus 0000:06: resource 1 [mem 0x82700000-0x827fffff]
[    0.269257] pci_bus 0000:40: resource 0 [io  0x6000-0x7fff]
[    0.269258] pci_bus 0000:40: resource 1 [mem 0x89900000-0x908fffff]
[    0.269259] pci_bus 0000:40: resource 2 [mem 0xb7000000-0xbdffffff 64bit pref]
[    0.269261] pci_bus 0000:02: resource 1 [mem 0x82000000-0x824fffff]
[    0.270063] pci 0000:06:00.0: enabling device (0000 -> 0002)
[    0.270173] PCI: CLS 256 bytes, default 64
[    0.270183] DMAR: ACPI device "device:8f" under DMAR at fed91000 as 00:1e.3
[    0.270186] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA00
[    0.270188] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA01
[    0.270189] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA02
[    0.270199] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.270200] software IO TLB: mapped [mem 0x000000006b322000-0x000000006f322000] (64MB)
[    0.270223] Trying to unpack rootfs image as initramfs...
[    0.279020] Initialise system trusted keyrings
[    0.279032] Key type blacklist registered
[    0.279079] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.279097] zbud: loaded
[    0.279267] integrity: Platform Keyring initialized
[    0.279270] integrity: Machine keyring initialized
[    0.286621] Key type asymmetric registered
[    0.286625] Asymmetric key parser 'x509' registered
[    0.286651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.286734] io scheduler mq-deadline registered
[    0.286736] io scheduler kyber registered
[    0.286747] io scheduler bfq registered
[    0.289753] pcieport 0000:04:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.289996] pcieport 0000:04:02.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.290249] pcieport 0000:04:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.290449] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.290872] ACPI: AC: AC Adapter [ADP1] (off-line)
[    0.290927] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.291809] ACPI: button: Lid Switch [LID0]
[    0.291839] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.291854] ACPI: button: Power Button [PWRB]
[    0.291877] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.291891] ACPI: button: Sleep Button [SLPB]
[    0.291913] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.295154] ACPI: button: Power Button [PWRF]
[    0.295643] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.296950] Non-volatile memory driver v1.3
[    0.296952] Linux agpgart interface v0.103
[    0.296980] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.297008] ACPI: bus type drm_connector registered
[    0.297564] usbcore: registered new interface driver usbserial_generic
[    0.297568] usbserial: USB Serial support registered for generic
[    0.297659] rtc_cmos 00:01: RTC can wake from S4
[    0.298336] rtc_cmos 00:01: registered as rtc0
[    0.298488] rtc_cmos 00:01: setting system clock to 2023-08-09T00:29:28 UTC (1691540968)
[    0.298522] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.298613] intel_pstate: Intel P-state driver initializing
[    0.298718] intel_pstate: HWP enabled
[    0.298742] ledtrig-cpu: registered to indicate activity on CPUs
[    0.298996] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.300571] fbcon: Deferring console take-over
[    0.300575] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.300612] hid: raw HID events driver (C) Jiri Kosina
[    0.300713] intel_pmc_core intel_pmc_core.0:  initialized
[    0.300789] drop_monitor: Initializing network drop monitor service
[    0.313473] Initializing XFRM netlink socket
[    0.313503] NET: Registered PF_INET6 protocol family
[    0.343427] Freeing initrd memory: 21484K
[    0.349854] Segment Routing with IPv6
[    0.349857] RPL Segment Routing with IPv6
[    0.349868] In-situ OAM (IOAM) with IPv6
[    0.349897] NET: Registered PF_PACKET protocol family
[    0.350177] microcode: Microcode Update Driver: v2.2.
[    0.350183] IPI shorthand broadcast: enabled
[    0.351752] sched_clock: Marking stable (348386085, 1777653)->(378794206, -28630468)
[    0.351920] registered taskstats version 1
[    0.352135] Loading compiled-in X.509 certificates
[    0.354799] Loaded X.509 cert 'Build time autogenerated kernel key: 9feca50a1f793dedbe60eabd384d2879159d2696'
[    0.355367] zswap: loaded using pool zstd/zsmalloc
[    0.357104] Key type .fscrypt registered
[    0.357106] Key type fscrypt-provisioning registered
[    0.363120] PM:   Magic number: 3:610:455
[    0.367071] RAS: Correctable Errors collector initialized.
[    0.367135] clk: Disabling unused clocks
[    0.368063] Freeing unused decrypted memory: 2036K
[    0.368466] Freeing unused kernel image (initmem) memory: 3344K
[    0.391980] Write protecting the kernel read-only data: 30720k
[    0.392505] Freeing unused kernel image (rodata/data gap) memory: 1568K
[    0.443266] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.443269] rodata_test: all tests were successful
[    0.443271] x86/mm: Checking user space page tables
[    0.488037] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.488047] Run /init as init process
[    0.488049]   with arguments:
[    0.488050]     /init
[    0.488051]   with environment:
[    0.488051]     HOME=/
[    0.488052]     TERM=linux
[    0.488053]     BOOT_IMAGE=/vmlinuz-linux
[    0.833420] applespi: loading out-of-tree module taints kernel.
[    0.833430] applespi: module verification failed: signature and/or required key missing - tainting kernel
[    0.852193] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.852203] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.854841] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    0.862234] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.862242] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.862247] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.862394] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[    0.862398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.862400] usb usb1: Product: xHCI Host Controller
[    0.862402] usb usb1: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
[    0.862404] usb usb1: SerialNumber: 0000:00:14.0
[    0.862636] hub 1-0:1.0: USB hub found
[    0.862755] hub 1-0:1.0: 12 ports detected
[    0.863390] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[    0.863394] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.863396] usb usb2: Product: xHCI Host Controller
[    0.863398] usb usb2: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
[    0.863400] usb usb2: SerialNumber: 0000:00:14.0
[    0.863496] hub 2-0:1.0: USB hub found
[    0.863509] hub 2-0:1.0: 6 ports detected
[    0.863942] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    0.863947] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
[    0.865073] xhci_hcd 0000:06:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    0.865355] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    0.865360] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
[    0.865363] xhci_hcd 0000:06:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.865520] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[    0.865524] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.865526] usb usb3: Product: xHCI Host Controller
[    0.865528] usb usb3: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
[    0.865530] usb usb3: SerialNumber: 0000:06:00.0
[    0.865741] hub 3-0:1.0: USB hub found
[    0.865751] hub 3-0:1.0: 2 ports detected
[    0.866094] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[    0.866098] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.866100] usb usb4: Product: xHCI Host Controller
[    0.866102] usb usb4: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
[    0.866104] usb usb4: SerialNumber: 0000:06:00.0
[    0.866199] hub 4-0:1.0: USB hub found
[    0.866403] hub 4-0:1.0: 2 ports detected
[    0.875887] nvme nvme0: pci function 0000:01:00.0
[    0.881652] nvme nvme0: 1/0/0 default/read/poll queues
[    0.883865]  nvme0n1: p1 p2 p3
[    0.903256]  nvme0n2:
[    1.115165] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    1.255901] usb 1-3: New USB device found, idVendor=05ac, idProduct=1281, bcdDevice= 0.00
[    1.255904] usb 1-3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[    1.255906] usb 1-3: Product: Apple Mobile Device (Recovery Mode)
[    1.255908] usb 1-3: Manufacturer: Apple Inc.
[    1.255909] usb 1-3: SerialNumber: CPID:8002 CPRV:10 CPFM:03 SCEP:01 BDID:12 ECID:00122D2A28320D26 IBFL:3D
[    1.281844] tsc: Refined TSC clocksource calibration: 2904.000 MHz
[    1.281853] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[    1.281953] clocksource: Switched to clocksource tsc
[    1.325495] i915 0000:00:02.0: [drm] Found 64MB of eDRAM
[    1.356006] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.356902] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.357332] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[    1.364267] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[    1.364272] i915 0000:00:02.0: [drm] [ENCODER:117:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[    1.378644] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    1.522249] usb 1-7: New USB device found, idVendor=05ac, idProduct=100f, bcdDevice=45.28
[    1.522261] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.522266] usb 1-7: Product: USB2.0 Hub
[    1.522270] usb 1-7: Manufacturer: Apple Inc.
[    1.524345] hub 1-7:1.0: USB hub found
[    1.524765] hub 1-7:1.0: 2 ports detected
[    1.805360] usb 1-7.2: new low-speed USB device number 4 using xhci_hcd
[    1.899689] usb 1-7.2: No LPM exit latency info found, disabling LPM.
[    1.901472] usb 1-7.2: config 1 has no interfaces?
[    1.906600] usb 1-7.2: New USB device found, idVendor=05ac, idProduct=1460, bcdDevice= 2.35
[    1.906614] usb 1-7.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    1.906621] usb 1-7.2: Product: USB-C Digital AV Multiport Adapter
[    1.906625] usb 1-7.2: Manufacturer: Apple Inc.
[    1.906630] usb 1-7.2: SerialNumber: DLC734701MBG2KQAA
[    2.793907] i915 0000:00:02.0: [drm] Skipping intel_backlight registration
[    2.794612] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[    2.797595] ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
[    2.798092] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    2.798979] acpi device:02: registered as cooling_device4
[    2.912489] fbcon: i915drmfb (fb0) is primary device
[    2.912494] fbcon: Deferring console take-over
[    2.912501] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.985658] fbcon: Taking over console
[    3.245351] usb 1-7.1: new high-speed USB device number 5 using xhci_hcd
[    3.336103] usb 1-7.1: New USB device found, idVendor=0781, idProduct=5599, bcdDevice= 1.00
[    3.336116] usb 1-7.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.336122] usb 1-7.1: Product: Cruzer Dial
[    3.336126] usb 1-7.1: Manufacturer: SanDisk
[    3.336130] usb 1-7.1: SerialNumber: 4C530001060423116532
[    3.346814] usb-storage 1-7.1:1.0: USB Mass Storage device detected
[    3.346944] scsi host0: usb-storage 1-7.1:1.0
[    3.347015] usbcore: registered new interface driver usb-storage
[    3.350760] usbcore: registered new interface driver uas
[    4.350555] scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Dial      1.00 PQ: 0 ANSI: 6
[    4.352130] sd 0:0:0:0: [sda] 61341696 512-byte logical blocks: (31.4 GB/29.3 GiB)
[    4.353335] sd 0:0:0:0: [sda] Write Protect is off
[    4.353343] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    4.353800] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    4.376954]  sda: sda1
[    4.377210] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    4.473785] Console: switching to colour frame buffer device 180x56
[    4.756878] EXT4-fs (nvme0n1p3): mounted filesystem 08a78292-d2bf-411f-920c-fd2fb051735e r/w with ordered data mode. Quota mode: none.
[    4.918330] systemd[1]: systemd 254-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    4.918340] systemd[1]: Detected architecture x86-64.
[    4.919462] systemd[1]: Hostname set to <slaptopmbp>.
[    5.060746] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.306371] systemd[1]: Queued start job for default target Graphical Interface.
[    5.330070] systemd[1]: Created slice Slice /system/getty.
[    5.330435] systemd[1]: Created slice Slice /system/modprobe.
[    5.330662] systemd[1]: Created slice User and Session Slice.
[    5.330740] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.330801] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.330988] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.331022] systemd[1]: Reached target Local Encrypted Volumes.
[    5.331035] systemd[1]: Reached target Login Prompts.
[    5.331047] systemd[1]: Reached target Local Integrity Protected Volumes.
[    5.331062] systemd[1]: Reached target Path Units.
[    5.331073] systemd[1]: Reached target Remote File Systems.
[    5.331086] systemd[1]: Reached target Slice Units.
[    5.331103] systemd[1]: Reached target Local Verity Protected Volumes.
[    5.331176] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.332665] systemd[1]: Listening on Process Core Dump Socket.
[    5.332810] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.332951] systemd[1]: Listening on Journal Socket.
[    5.333107] systemd[1]: Listening on udev Control Socket.
[    5.333222] systemd[1]: Listening on udev Kernel Socket.
[    5.334124] systemd[1]: Mounting Huge Pages File System...
[    5.335053] systemd[1]: Mounting POSIX Message Queue File System...
[    5.336374] systemd[1]: Mounting Kernel Debug File System...
[    5.337657] systemd[1]: Mounting Kernel Trace File System...
[    5.339226] systemd[1]: Starting Create List of Static Device Nodes...
[    5.340528] systemd[1]: Starting Load Kernel Module configfs...
[    5.341883] systemd[1]: Starting Load Kernel Module dm_mod...
[    5.343220] systemd[1]: Starting Load Kernel Module drm...
[    5.344570] systemd[1]: Starting Load Kernel Module fuse...
[    5.346219] systemd[1]: Starting Load Kernel Module loop...
[    5.346337] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    5.348614] systemd[1]: Starting Journal Service...
[    5.358371] systemd[1]: Starting Load Kernel Modules...
[    5.358427] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    5.359972] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.360647] loop: module loaded
[    5.361789] systemd[1]: Starting Coldplug All udev Devices...
[    5.367571] device-mapper: uevent: version 1.0.3
[    5.368313] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    5.369035] systemd[1]: Mounted Huge Pages File System.
[    5.369086] EXT4-fs (nvme0n1p3): re-mounted 08a78292-d2bf-411f-920c-fd2fb051735e r/w. Quota mode: none.
[    5.369726] systemd[1]: Mounted POSIX Message Queue File System.
[    5.369958] systemd[1]: Mounted Kernel Debug File System.
[    5.370110] systemd[1]: Mounted Kernel Trace File System.
[    5.370736] systemd-journald[196]: Collecting audit messages is disabled.
[    5.373254] fuse: init (API version 7.38)
[    5.383017] Asymmetric key parser 'pkcs8' registered
[    5.398843] systemd[1]: Finished Create List of Static Device Nodes.
[    5.399352] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.411990] systemd[1]: Finished Load Kernel Module configfs.
[    5.412407] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    5.431994] systemd[1]: Finished Load Kernel Module dm_mod.
[    5.432545] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.448681] systemd[1]: Finished Load Kernel Module drm.
[    5.448863] systemd[1]: Started Journal Service.
[    5.554525] systemd-journald[196]: Received client request to flush runtime journal.
[    5.583488] systemd-journald[196]: /var/log/journal/f3f25595cdbe412299715b387706cde6/system.journal: Boot ID changed since last record, rotating.
[    5.583495] systemd-journald[196]: Rotating system journal.
[    6.018524] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    6.022321] Adding 8388604k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:8388604k SSFS
[    6.066060] smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
[    6.272860] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    6.285097] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    6.285159] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.285215] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
[    6.285298] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
[    6.287555] i2c i2c-6: 2/2 memory slots populated (from DMI)
[    6.295699] Bluetooth: Core ver 2.22
[    6.295732] NET: Registered PF_BLUETOOTH protocol family
[    6.295734] Bluetooth: HCI device and connection manager initialized
[    6.295739] Bluetooth: HCI socket layer initialized
[    6.295741] Bluetooth: L2CAP socket layer initialized
[    6.295745] Bluetooth: SCO socket layer initialized
[    6.328635] ACPI: bus type thunderbolt registered
[    6.361800] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
[    6.378468] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    6.378872] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    6.387232] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    6.387236] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.387237] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.387238] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.387240] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.391068] intel-lpss 0000:00:1e.1: enabling device (0000 -> 0002)
[    6.391447] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    6.401807] intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
[    6.402363] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    6.449002] cryptd: max_cpu_qlen set to 1000
[    6.449361] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.449647] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.451407] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    6.451412] cfg80211: failed to load regulatory.db
[    6.464483] iTCO_vendor_support: vendor-support=0
[    6.478809] AVX2 version of gcm_enc/dec engaged.
[    6.478857] AES CTR mode by8 optimization enabled
[    6.541608] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[    6.542177] Bluetooth: HCI UART driver ver 2.3
[    6.542180] Bluetooth: HCI UART protocol H4 registered
[    6.542181] Bluetooth: HCI UART protocol BCSP registered
[    6.542203] Bluetooth: HCI UART protocol LL registered
[    6.542205] Bluetooth: HCI UART protocol ATH3K registered
[    6.542213] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    6.544412] Bluetooth: HCI UART protocol Intel registered
[    6.544900] Bluetooth: HCI UART protocol Broadcom registered
[    6.544910] Bluetooth: HCI UART protocol QCA registered
[    6.544911] Bluetooth: HCI UART protocol AG6XX registered
[    6.544920] Bluetooth: HCI UART protocol Marvell registered
[    6.552772] iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    6.557931] applesmc: key=873 fan=2 temp=41 index=40 acc=0 lux=0 kbd=0
[    6.562072] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    6.566084] dw-apb-uart.0: ttyS4 at MMIO 0x8262a000 (irq = 21, base_baud = 115200) is a 16550A
[    6.566484] serial serial0: tty port ttyS4 registered
[    6.571599] usbcore: registered new interface driver brcmfmac
[    6.578738] dw-apb-uart.1: ttyS5 at MMIO 0x8262b000 (irq = 20, base_baud = 3000000) is a 16550A
[    6.579147] hci_uart_bcm serial1-0: Unexpected ACPI gpio_int_idx: -1
[    6.579151] hci_uart_bcm serial1-0: Unexpected number of ACPI GPIOs: 0
[    6.579156] hci_uart_bcm serial1-0: No reset resource, using default baud rate
[    6.580927] serial serial1: tty port ttyS5 registered
[    6.591987] dw-apb-uart.2: ttyS6 at MMIO 0x8262c000 (irq = 21, base_baud = 115200) is a 16550A
[    6.592335] serial serial2: tty port ttyS6 registered
[    6.609592] input: Apple SPI Keyboard as /devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.3/spi_master/spi2/spi-APP000D:00/input/input6
[    6.612365] input: Apple SPI Touchpad as /devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.3/spi_master/spi2/spi-APP000D:00/input/input7
[    6.614472] applespi spi-APP000D:00: modeswitch done.
[    6.678698] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/2
[    6.681543] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.Apple Inc.-MacBookPro13,2.bin failed with error -2
[    6.694176] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.clm_blob failed with error -2
[    6.694276] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txcap_blob failed with error -2
[    7.111384] brcmfmac_wcc: brcmf_wcc_attach: executing
[    7.111820] Bluetooth: hci0: BCM: failed to write update baudrate (-16)
[    7.111834] Bluetooth: hci0: Failed to set baudrate
[    7.114992] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[    7.115007] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[    7.115624] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43602/2 wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
[    7.246936] Bluetooth: hci0: BCM: chip id 126
[    7.247576] Bluetooth: hci0: BCM: features 0x2f
[    7.249073] Bluetooth: hci0: BCM20703A2 Generic UART UHE Apple 40MHz wlcsp_x100
[    7.249085] Bluetooth: hci0: BCM (001.002.109) build 0229
[    7.249231] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    7.249236] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[    7.410167] usbcore: registered new device driver apple-mfi-fastcharge
[    7.412122] mousedev: PS/2 mouse device common for all mice
[    7.458180] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.502293] intel_tcc_cooling: Programmable TCC Offset detected
[    7.525070] intel_rapl_common: Found RAPL domain package
[    7.525076] intel_rapl_common: Found RAPL domain core
[    7.525078] intel_rapl_common: Found RAPL domain uncore
[    7.525080] intel_rapl_common: Found RAPL domain dram
[    7.528971] snd_hda_intel: Primary patch_cs8409
[    7.528976] snd_hda_intel: Primary patch_cs8409 NOT FOUND trying APPLE
[    7.529291] snd_hda_codec_cs8409 hdaudioC0D0: autoconfig for CS8409: line_outs=2 (0x24/0x25/0x0/0x0/0x0) type:speaker
[    7.529297] snd_hda_codec_cs8409 hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.529301] snd_hda_codec_cs8409 hdaudioC0D0:    hp_outs=1 (0x2c/0x0/0x0/0x0/0x0)
[    7.529304] snd_hda_codec_cs8409 hdaudioC0D0:    mono: mono_out=0x0
[    7.529306] snd_hda_codec_cs8409 hdaudioC0D0:    inputs:
[    7.529309] snd_hda_codec_cs8409 hdaudioC0D0:      Internal Mic=0x44
[    7.529311] snd_hda_codec_cs8409 hdaudioC0D0:      Mic=0x3c
[    7.532259] snd_hda_intel: hda_generic_check_dyn_adc_switch shrinking
[    7.986876] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    7.987101] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    7.987253] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    7.987408] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    7.987563] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[   10.574873] input: Apple SPI Keyboard as /devices/virtual/input/input13
[   17.503582] systemd-journald[196]: /var/log/journal/f3f25595cdbe412299715b387706cde6/user-1000.journal: Boot ID changed since last record, rotating.
[   17.625418] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1005 'pipewire'

Last edited by romanovisaac (2023-08-12 18:26:05)

Offline

#2 2023-08-08 06:32:03

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

Re: [Solved] Netctl Unable to Authenticate

Don't grep, post the complete journal showing the failed auth.
Your chip might be supported by https://archlinux.org/packages/extra/x8 … oadcom-wl/ (or not, your grep excludes the actual ID)

Offline

#3 2023-08-08 13:16:48

romanovisaac
Member
Registered: 2023-08-07
Posts: 4

Re: [Solved] Netctl Unable to Authenticate

Sorry about the grepping I'll edit my post. I'll also try broadcom-wl, I remember using it a while ago with no discernible improvement but it's worth trying it again.

Offline

#4 2023-08-08 13:30:56

romanovisaac
Member
Registered: 2023-08-07
Posts: 4

Re: [Solved] Netctl Unable to Authenticate

OK, when I boot with the new broadcom-wl driver installed, "ip l" shows no available network cards. When I force wl to unload and then load broadcom_wcc using modprobe it reappears. I'm guessing that broadcom-wl doesn't support the BCM43602.

Offline

#5 2023-08-12 18:24:56

romanovisaac
Member
Registered: 2023-08-07
Posts: 4

Re: [Solved] Netctl Unable to Authenticate

Solved! It turns out somewhere along the line I somehow disabled systemd-resolved. Without this none of the resolution features work and it also was causing netctl to fail. Really dumb, closing as solved and renaming.

Offline

Board footer

Powered by FluxBB