You are not logged in.

#1 2025-08-21 00:55:02

spaghettyii
Member
Registered: 2025-08-11
Posts: 13

Cannot Find Wireless Wi-fi Device on New MacT2 Arch Install

Hello, great community!
I'm new to Arch and Linux in general and wanted to install Arch Linux (the right way) on my old Macbook Pro.

The model is a MacBook Pro (16-inch, 2019) with the 2.3 GHz 8-Core Intel Core i9 processor and 2.3 GHz 1TB SSD. It also has a T2 Security Chip which means I had to follow the T2 Linux support guide and used the T2 specific iso

I am dual-booting this thing with 200GB for my MacOS and 800GB for Arch and have managed to get Arch started. My struggles with the installing process and network issues during the installation phase were somewhat recorded on this thread.

However, one thing I'm noticing is that the wireless wlan0 device that I used to connect to the internet during the install phase is suddenly missing/not showing up. When I try to connect to the internet with Network Manager using

nmtui

or

nmcli device wifi connect SSID --ask

wlan0 doesn't show up on nmtui and nmcli throws an error with

Error: No Wi-Fi device found

Also, when I run ip link, only lo and enp4s0f1u1 shows up.
The weird thing is, during the installation phase, the device was showing up which is how I got to install Arch in the first place. I do have the hardware for it as lspci -k shows

05:00.0 Network controller: Broadcom Inc. and subbsidiaries BCM4364 802.11ac Wireless Network Adapter (rev 04)
        Subsystem: Apple Inc. Device 07bf
        Kernel modules: brcmfmac, wl

When I do rfkill I get

ID TYPE      DEVICE      SOFT      HARD
 0 bluetooth hci0   unblocked unblocked

and nothing else
When I do ls -a /sys/class/net I get

.  ..  enp4s0f1u1  lo

Did I magically make my wifi module disappear during the installation process? How could I fix this?

Thanks

Offline

#2 2025-08-21 07:35:15

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

Re: Cannot Find Wireless Wi-fi Device on New MacT2 Arch Install

wl seems available but not in use.
Please post your complete system journal for the boot:

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

W/o internet you might have to

sudo journalctl -b > /mpt/journal.txt

and usb-walk that file to a system  w/ internet access for upload, alternatively see https://wiki.archlinux.org/title/Tethering

Online

#3 2025-08-21 19:25:21

spaghettyii
Member
Registered: 2025-08-11
Posts: 13

Re: Cannot Find Wireless Wi-fi Device on New MacT2 Arch Install

Took some time but got it out but here it is

Aug 21 14:18:33 Obsidian kernel: Linux version 6.16.1-arch1-Watanare-T2-1-t2 (renakoamaori@There-s-No-Freaking-Way-I-ll-Be-Your-Lover-Unless) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Sun, 17 Aug 2025 07:08:35 +0000
Aug 21 14:18:33 Obsidian kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-t2 root=UUID=1778f208-ab9d-4245-8d96-2e94944c0d6a rw quiet splash intel_iommu=on iommu=pt pcie_ports=compat loglevel=3 quiet
Aug 21 14:18:33 Obsidian kernel: BIOS-provided physical RAM map:
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000040400000-0x0000000067503fff] usable
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000067504000-0x0000000067683fff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000067684000-0x0000000068185fff] usable
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000068186000-0x0000000068186fff] ACPI NVS
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000068187000-0x0000000068187fff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000068188000-0x000000006850dfff] usable
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x000000006850e000-0x000000006850efff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x000000006850f000-0x000000007ac0efff] usable
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x000000007ac0f000-0x000000007aedefff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x000000007aedf000-0x000000007af9efff] ACPI NVS
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x000000007af9f000-0x000000007affefff] ACPI data
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x000000007afff000-0x000000007affffff] usable
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x00000000ff95b000-0x00000000ff989fff] reserved
Aug 21 14:18:33 Obsidian kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
Aug 21 14:18:33 Obsidian kernel: NX (Execute Disable) protection: active
Aug 21 14:18:33 Obsidian kernel: APIC: Static calls initialized
Aug 21 14:18:33 Obsidian kernel: efi: EFI v2.4 by Apple
Aug 21 14:18:33 Obsidian kernel: efi: Apple Mac detected, using EFI v1.10 runtime services only
Aug 21 14:18:33 Obsidian kernel: efi: ACPI=0x7affe000 ACPI 2.0=0x7affe014 SMBIOS=0x7aecf000 SMBIOS 3.0=0x7aecd000 INITRD=0x68507d98 
Aug 21 14:18:33 Obsidian kernel: efi: Remove mem178: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Aug 21 14:18:33 Obsidian kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Aug 21 14:18:33 Obsidian kernel: efi: Not removing mem179: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map
Aug 21 14:18:33 Obsidian kernel: efi: Not removing mem180: MMIO range=[0xff95b000-0xff989fff] (188KB) from e820 map
Aug 21 14:18:33 Obsidian kernel: SMBIOS 3.3.0 present.
Aug 21 14:18:33 Obsidian kernel: DMI: Apple Inc. MacBookPro16,1/Mac-E1008331FDC96864, BIOS 2075.140.4.0.0 (iBridge: 22.16.16083.0.0,0) 07/11/2025
Aug 21 14:18:33 Obsidian kernel: DMI: Memory slots populated: 2/2
Aug 21 14:18:33 Obsidian kernel: tsc: Detected 2300.000 MHz processor
Aug 21 14:18:33 Obsidian kernel: tsc: Detected 2299.968 MHz TSC
Aug 21 14:18:33 Obsidian kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 21 14:18:33 Obsidian kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 21 14:18:33 Obsidian kernel: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
Aug 21 14:18:33 Obsidian kernel: MTRR map: 4 entries (2 fixed + 2 variable; max 22), built from 10 variable MTRRs
Aug 21 14:18:33 Obsidian kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 21 14:18:33 Obsidian kernel: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
Aug 21 14:18:33 Obsidian kernel: Using GB pages for direct mapping
Aug 21 14:18:33 Obsidian kernel: Secure boot disabled
Aug 21 14:18:33 Obsidian kernel: RAMDISK: [mem 0x62049000-0x64e66fff]
Aug 21 14:18:33 Obsidian kernel: ACPI: Early table checksum verification disabled
Aug 21 14:18:33 Obsidian kernel: ACPI: RSDP 0x000000007AFFE014 000024 (v02 APPLE )
Aug 21 14:18:33 Obsidian kernel: ACPI: XSDT 0x000000007AFFD148 0000CC (v01 APPLE  Apple00  00000000      01000013)
Aug 21 14:18:33 Obsidian kernel: ACPI: FACP 0x000000007AFF0000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
Aug 21 14:18:33 Obsidian kernel: ACPI: DSDT 0x000000007AFE4000 0072C3 (v02 APPLE  MacXX    00150001 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: FACS 0x000000007AF17000 000040
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFFC000 00051E (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFFB000 0005FC (v02 PmRef  ApIst    00003000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFFA000 000370 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFF9000 00024A (v02 PmRef  ApCst    00003000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFF7000 001BCD (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFF3000 0031C6 (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: ECDT 0x000000007AFF2000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 21 14:18:33 Obsidian kernel: ACPI: HPET 0x000000007AFEF000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 21 14:18:33 Obsidian kernel: ACPI: APIC 0x000000007AFEE000 00012C (v02 APPLE  Apple00  00000001 Loki 0000005F)
Aug 21 14:18:33 Obsidian kernel: ACPI: SBST 0x000000007AFEC000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFE3000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFE2000 000AF0 (v02 APPLE  PEG0GFX0 00001000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFDE000 000031 (v01 APPLE  SsdtS3   00001000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFDD000 000051 (v01 APPLE  SataAhci 00001000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFDC000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFCB000 00D1DB (v02 APPLE  TbtPEG12 00001000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0x000000007AFCA000 000B9A (v02 APPLE  Xhci     00001000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: DMAR 0x000000007AFC9000 000088 (v01 APPLE  EDK2     00000002      01000013)
Aug 21 14:18:33 Obsidian kernel: ACPI: MCFG 0x000000007AFED000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 21 14:18:33 Obsidian kernel: ACPI: VFCT 0x000000007AFB9000 00F684 (v01 APPLE  Apple00  00000001 AMD  31504F47)
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving FACP table memory at [mem 0x7aff0000-0x7aff00f3]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving DSDT table memory at [mem 0x7afe4000-0x7afeb2c2]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving FACS table memory at [mem 0x7af17000-0x7af1703f]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7affc000-0x7affc51d]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7affb000-0x7affb5fb]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7affa000-0x7affa36f]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7aff9000-0x7aff9249]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7aff7000-0x7aff8bcc]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7aff3000-0x7aff61c5]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving ECDT table memory at [mem 0x7aff2000-0x7aff2052]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving HPET table memory at [mem 0x7afef000-0x7afef037]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving APIC table memory at [mem 0x7afee000-0x7afee12b]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SBST table memory at [mem 0x7afec000-0x7afec02f]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7afe3000-0x7afe3023]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7afe2000-0x7afe2aef]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7afde000-0x7afde030]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7afdd000-0x7afdd050]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7afdc000-0x7afdc0b7]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7afcb000-0x7afd81da]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving SSDT table memory at [mem 0x7afca000-0x7afcab99]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving DMAR table memory at [mem 0x7afc9000-0x7afc9087]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving MCFG table memory at [mem 0x7afed000-0x7afed03b]
Aug 21 14:18:33 Obsidian kernel: ACPI: Reserving VFCT table memory at [mem 0x7afb9000-0x7afc8683]
Aug 21 14:18:33 Obsidian kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Aug 21 14:18:33 Obsidian kernel: No NUMA configuration found
Aug 21 14:18:33 Obsidian kernel: Faking a node at [mem 0x0000000000000000-0x000000047effffff]
Aug 21 14:18:33 Obsidian kernel: NODE_DATA(0) allocated [mem 0x47efd5280-0x47effffff]
Aug 21 14:18:33 Obsidian kernel: Zone ranges:
Aug 21 14:18:33 Obsidian kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 21 14:18:33 Obsidian kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 21 14:18:33 Obsidian kernel:   Normal   [mem 0x0000000100000000-0x000000047effffff]
Aug 21 14:18:33 Obsidian kernel:   Device   empty
Aug 21 14:18:33 Obsidian kernel: Movable zone start for each node
Aug 21 14:18:33 Obsidian kernel: Early memory node ranges
Aug 21 14:18:33 Obsidian kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Aug 21 14:18:33 Obsidian kernel:   node   0: [mem 0x0000000000100000-0x000000003fffffff]
Aug 21 14:18:33 Obsidian kernel:   node   0: [mem 0x0000000040400000-0x0000000067503fff]
Aug 21 14:18:33 Obsidian kernel:   node   0: [mem 0x0000000067684000-0x0000000068185fff]
Aug 21 14:18:33 Obsidian kernel:   node   0: [mem 0x0000000068188000-0x000000006850dfff]
Aug 21 14:18:33 Obsidian kernel:   node   0: [mem 0x000000006850f000-0x000000007ac0efff]
Aug 21 14:18:33 Obsidian kernel:   node   0: [mem 0x000000007afff000-0x000000007affffff]
Aug 21 14:18:33 Obsidian kernel:   node   0: [mem 0x0000000100000000-0x000000047effffff]
Aug 21 14:18:33 Obsidian kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
Aug 21 14:18:33 Obsidian kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: On node 0, zone DMA32: 1024 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: On node 0, zone DMA32: 384 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: On node 0, zone DMA32: 1008 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Aug 21 14:18:33 Obsidian kernel: Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
Aug 21 14:18:33 Obsidian kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Aug 21 14:18:33 Obsidian kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Aug 21 14:18:33 Obsidian kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 21 14:18:33 Obsidian kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 21 14:18:33 Obsidian kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 21 14:18:33 Obsidian kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 21 14:18:33 Obsidian kernel: TSC deadline timer available
Aug 21 14:18:33 Obsidian kernel: CPU topo: Max. logical packages:   1
Aug 21 14:18:33 Obsidian kernel: CPU topo: Max. logical dies:       1
Aug 21 14:18:33 Obsidian kernel: CPU topo: Max. dies per package:   1
Aug 21 14:18:33 Obsidian kernel: CPU topo: Max. threads per core:   2
Aug 21 14:18:33 Obsidian kernel: CPU topo: Num. cores per package:     8
Aug 21 14:18:33 Obsidian kernel: CPU topo: Num. threads per package:  16
Aug 21 14:18:33 Obsidian kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Aug 21 14:18:33 Obsidian kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 21 14:18:33 Obsidian kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Aug 21 14:18:33 Obsidian kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
Aug 21 14:18:33 Obsidian kernel: PM: hibernation: Registered nosave memory: [mem 0x67504000-0x67683fff]
Aug 21 14:18:33 Obsidian kernel: PM: hibernation: Registered nosave memory: [mem 0x68186000-0x68187fff]
Aug 21 14:18:33 Obsidian kernel: PM: hibernation: Registered nosave memory: [mem 0x6850e000-0x6850efff]
Aug 21 14:18:33 Obsidian kernel: PM: hibernation: Registered nosave memory: [mem 0x7ac0f000-0x7affefff]
Aug 21 14:18:33 Obsidian kernel: PM: hibernation: Registered nosave memory: [mem 0x7b000000-0xffffffff]
Aug 21 14:18:33 Obsidian kernel: [mem 0x80000000-0xfe00ffff] available for PCI devices
Aug 21 14:18:33 Obsidian kernel: Booting paravirtualized kernel on bare hardware
Aug 21 14:18:33 Obsidian kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Aug 21 14:18:33 Obsidian kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Aug 21 14:18:33 Obsidian kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Aug 21 14:18:33 Obsidian kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Aug 21 14:18:33 Obsidian kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Aug 21 14:18:33 Obsidian kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-t2 root=UUID=1778f208-ab9d-4245-8d96-2e94944c0d6a rw quiet splash intel_iommu=on iommu=pt pcie_ports=compat loglevel=3 quiet
Aug 21 14:18:33 Obsidian kernel: DMAR: IOMMU enabled
Aug 21 14:18:33 Obsidian kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/vmlinuz-linux-t2", will be passed to user space.
Aug 21 14:18:33 Obsidian kernel: random: crng init done
Aug 21 14:18:33 Obsidian kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Aug 21 14:18:33 Obsidian kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: software IO TLB: area num 16.
Aug 21 14:18:33 Obsidian kernel: Fallback order for Node 0: 0 
Aug 21 14:18:33 Obsidian kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4167211
Aug 21 14:18:33 Obsidian kernel: Policy zone: Normal
Aug 21 14:18:33 Obsidian kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 21 14:18:33 Obsidian kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Aug 21 14:18:33 Obsidian kernel: ftrace: allocating 51896 entries in 204 pages
Aug 21 14:18:33 Obsidian kernel: ftrace: allocated 204 pages with 4 groups
Aug 21 14:18:33 Obsidian kernel: Dynamic Preempt: full
Aug 21 14:18:33 Obsidian kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 21 14:18:33 Obsidian kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Aug 21 14:18:33 Obsidian kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 21 14:18:33 Obsidian kernel:         Trampoline variant of Tasks RCU enabled.
Aug 21 14:18:33 Obsidian kernel:         Rude variant of Tasks RCU enabled.
Aug 21 14:18:33 Obsidian kernel:         Tracing variant of Tasks RCU enabled.
Aug 21 14:18:33 Obsidian kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Aug 21 14:18:33 Obsidian kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Aug 21 14:18:33 Obsidian kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Aug 21 14:18:33 Obsidian kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Aug 21 14:18:33 Obsidian kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Aug 21 14:18:33 Obsidian kernel: NR_IRQS: 524544, nr_irqs: 552, preallocated irqs: 16
Aug 21 14:18:33 Obsidian kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 21 14:18:33 Obsidian kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 21 14:18:33 Obsidian kernel: Console: colour dummy device 80x25
Aug 21 14:18:33 Obsidian kernel: printk: legacy console [tty0] enabled
Aug 21 14:18:33 Obsidian kernel: ACPI: Core revision 20250404
Aug 21 14:18:33 Obsidian kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 21 14:18:33 Obsidian kernel: APIC: Switch to symmetric I/O mode setup
Aug 21 14:18:33 Obsidian kernel: DMAR: Host address width 39
Aug 21 14:18:33 Obsidian kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 21 14:18:33 Obsidian kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Aug 21 14:18:33 Obsidian kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 21 14:18:33 Obsidian kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 21 14:18:33 Obsidian kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
Aug 21 14:18:33 Obsidian kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Aug 21 14:18:33 Obsidian kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 21 14:18:33 Obsidian kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 21 14:18:33 Obsidian kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Aug 21 14:18:33 Obsidian kernel: x2apic enabled
Aug 21 14:18:33 Obsidian kernel: APIC: Switched APIC routing to: cluster x2apic
Aug 21 14:18:33 Obsidian kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212717146a7, max_idle_ns: 440795291431 ns
Aug 21 14:18:33 Obsidian kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4599.93 BogoMIPS (lpj=2299968)
Aug 21 14:18:33 Obsidian kernel: x86/cpu: SGX disabled or unsupported by BIOS.
Aug 21 14:18:33 Obsidian kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 21 14:18:33 Obsidian kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Aug 21 14:18:33 Obsidian kernel: Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
Aug 21 14:18:33 Obsidian kernel: process: using mwait in idle threads
Aug 21 14:18:33 Obsidian kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 21 14:18:33 Obsidian kernel: SRBDS: Mitigation: Microcode
Aug 21 14:18:33 Obsidian kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Aug 21 14:18:33 Obsidian kernel: RETBleed: Mitigation: Enhanced IBRS
Aug 21 14:18:33 Obsidian kernel: ITS: Mitigation: Aligned branch/return thunks
Aug 21 14:18:33 Obsidian kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Aug 21 14:18:33 Obsidian kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 21 14:18:33 Obsidian kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Aug 21 14:18:33 Obsidian kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 21 14:18:33 Obsidian kernel: GDS: Mitigation: Microcode
Aug 21 14:18:33 Obsidian kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Aug 21 14:18:33 Obsidian kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 21 14:18:33 Obsidian kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 21 14:18:33 Obsidian kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 21 14:18:33 Obsidian kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Aug 21 14:18:33 Obsidian kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Aug 21 14:18:33 Obsidian kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 21 14:18:33 Obsidian kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Aug 21 14:18:33 Obsidian kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Aug 21 14:18:33 Obsidian kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Aug 21 14:18:33 Obsidian kernel: Freeing SMP alternatives memory: 48K
Aug 21 14:18:33 Obsidian kernel: pid_max: default: 32768 minimum: 301
Aug 21 14:18:33 Obsidian kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Aug 21 14:18:33 Obsidian kernel: landlock: Up and running.
Aug 21 14:18:33 Obsidian kernel: Yama: becoming mindful.
Aug 21 14:18:33 Obsidian kernel: LSM support for eBPF active
Aug 21 14:18:33 Obsidian kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: smpboot: CPU0: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (family: 0x6, model: 0x9e, stepping: 0xd)
Aug 21 14:18:33 Obsidian kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 21 14:18:33 Obsidian kernel: ... version:                4
Aug 21 14:18:33 Obsidian kernel: ... bit width:              48
Aug 21 14:18:33 Obsidian kernel: ... generic registers:      4
Aug 21 14:18:33 Obsidian kernel: ... value mask:             0000ffffffffffff
Aug 21 14:18:33 Obsidian kernel: ... max period:             00007fffffffffff
Aug 21 14:18:33 Obsidian kernel: ... fixed-purpose events:   3
Aug 21 14:18:33 Obsidian kernel: ... event mask:             000000070000000f
Aug 21 14:18:33 Obsidian kernel: signal: max sigframe size: 2032
Aug 21 14:18:33 Obsidian kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2048
Aug 21 14:18:33 Obsidian kernel: rcu: Hierarchical SRCU implementation.
Aug 21 14:18:33 Obsidian kernel: rcu:         Max phase no-delay instances is 400.
Aug 21 14:18:33 Obsidian kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Aug 21 14:18:33 Obsidian kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 21 14:18:33 Obsidian kernel: smp: Bringing up secondary CPUs ...
Aug 21 14:18:33 Obsidian kernel: smpboot: x86: Booting SMP configuration:
Aug 21 14:18:33 Obsidian kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Aug 21 14:18:33 Obsidian 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 21 14:18:33 Obsidian kernel: smp: Brought up 1 node, 16 CPUs
Aug 21 14:18:33 Obsidian kernel: smpboot: Total of 16 processors activated (73598.97 BogoMIPS)
Aug 21 14:18:33 Obsidian kernel: Memory: 16179932K/16668844K available (17846K kernel code, 2714K rwdata, 14708K rodata, 4364K init, 4040K bss, 458916K reserved, 0K cma-reserved)
Aug 21 14:18:33 Obsidian kernel: devtmpfs: initialized
Aug 21 14:18:33 Obsidian kernel: x86/mm: Memory block size: 128MB
Aug 21 14:18:33 Obsidian kernel: ACPI: PM: Registering ACPI NVS region [mem 0x68186000-0x68186fff] (4096 bytes)
Aug 21 14:18:33 Obsidian kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7aedf000-0x7af9efff] (786432 bytes)
Aug 21 14:18:33 Obsidian kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Aug 21 14:18:33 Obsidian kernel: posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
Aug 21 14:18:33 Obsidian kernel: pinctrl core: initialized pinctrl subsystem
Aug 21 14:18:33 Obsidian kernel: PM: RTC time: 18:18:29, date: 2025-08-21
Aug 21 14:18:33 Obsidian kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 21 14:18:33 Obsidian kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 21 14:18:33 Obsidian kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 21 14:18:33 Obsidian kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 21 14:18:33 Obsidian kernel: audit: initializing netlink subsys (disabled)
Aug 21 14:18:33 Obsidian kernel: audit: type=2000 audit(1755800309.009:1): state=initialized audit_enabled=0 res=1
Aug 21 14:18:33 Obsidian kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 21 14:18:33 Obsidian kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 21 14:18:33 Obsidian kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 21 14:18:33 Obsidian kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 21 14:18:33 Obsidian kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 21 14:18:33 Obsidian kernel: cpuidle: using governor ladder
Aug 21 14:18:33 Obsidian kernel: cpuidle: using governor menu
Aug 21 14:18:33 Obsidian kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Aug 21 14:18:33 Obsidian kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 21 14:18:33 Obsidian kernel: PCI: ECAM [mem 0xe0000000-0xef1fffff] (base 0xe0000000) for domain 0000 [bus 00-f1]
Aug 21 14:18:33 Obsidian kernel: PCI: Using configuration type 1 for base access
Aug 21 14:18:33 Obsidian kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 21 14:18:33 Obsidian kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=4
Aug 21 14:18:33 Obsidian kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 21 14:18:33 Obsidian kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 21 14:18:33 Obsidian kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 21 14:18:33 Obsidian kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 21 14:18:33 Obsidian kernel: ACPI: Disabled all _OSI OS vendors
Aug 21 14:18:33 Obsidian kernel: ACPI: Added _OSI(Module Device)
Aug 21 14:18:33 Obsidian kernel: ACPI: Added _OSI(Processor Device)
Aug 21 14:18:33 Obsidian kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 21 14:18:33 Obsidian kernel: ACPI: Added _OSI(Darwin)
Aug 21 14:18:33 Obsidian kernel: ACPI: 14 ACPI AML tables successfully acquired and loaded
Aug 21 14:18:33 Obsidian kernel: ACPI: EC: EC started
Aug 21 14:18:33 Obsidian kernel: ACPI: EC: interrupt blocked
Aug 21 14:18:33 Obsidian kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 21 14:18:33 Obsidian kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Aug 21 14:18:33 Obsidian kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Aug 21 14:18:33 Obsidian kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 21 14:18:33 Obsidian kernel: ACPI: Dynamic OEM Table Load:
Aug 21 14:18:33 Obsidian kernel: ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF8CBB01638800 Table is already loaded (20250404/tbdata-548)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU0._OSC due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
Aug 21 14:18:33 Obsidian kernel: ACPI: Dynamic OEM Table Load:
Aug 21 14:18:33 Obsidian kernel: ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF8CBB01630000 Table is already loaded (20250404/tbdata-548)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU0.GCAP due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
Aug 21 14:18:33 Obsidian kernel: ACPI: Dynamic OEM Table Load:
Aug 21 14:18:33 Obsidian kernel: ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF8CBB01636000 Table is already loaded (20250404/tbdata-548)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU1.APPT due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU1.GCAP due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU1._PDC due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
Aug 21 14:18:33 Obsidian kernel: ACPI: Dynamic OEM Table Load:
Aug 21 14:18:33 Obsidian kernel: ACPI: SSDT 0xFFFF8CBB0164E000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160930)
Aug 21 14:18:33 Obsidian kernel: ACPI: Dynamic OEM Table Load:
Aug 21 14:18:33 Obsidian kernel: ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF8CBB01638800 Table is already loaded (20250404/tbdata-548)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU1.APCT due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU2.GCAP due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI Error: Aborting method \_PR.CPU2._PDC due to previous error (AE_ALREADY_EXISTS) (20250404/psparse-529)
Aug 21 14:18:33 Obsidian kernel: ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
Aug 21 14:18:33 Obsidian kernel: ACPI: Interpreter enabled
Aug 21 14:18:33 Obsidian kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 21 14:18:33 Obsidian kernel: ACPI: Using IOAPIC for interrupt routing
Aug 21 14:18:33 Obsidian kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 21 14:18:33 Obsidian kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 21 14:18:33 Obsidian kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 21 14:18:33 Obsidian kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Aug 21 14:18:33 Obsidian kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xe0000000-0xef1fffff] for domain 0000 [bus 00-f1] only partially covers this bridge
Aug 21 14:18:33 Obsidian kernel: PCI host bridge to bus 0000:00
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfeafffff window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:00.0: [8086:3e20] type 00 class 0x060000 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0:   bridge window [mem 0x81500000-0x816fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1: [8086:1905] type 01 class 0x060400 PCIe Root Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1: PCI bridge to [bus 06-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1:   bridge window [io  0x5000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1:   bridge window [mem 0x81800000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1:   bridge window [mem 0xc1700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2: [8086:1909] type 01 class 0x060400 PCIe Root Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2: PCI bridge to [bus 7c-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2:   bridge window [io  0x9000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2:   bridge window [mem 0x8fa00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2:   bridge window [mem 0xcf700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: BAR 0 [mem 0x80000000-0x80ffffff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: BAR 4 [io  0x4000-0x403f]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:12.0: BAR 0 [mem 0x81712000-0x81712fff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:14.0: BAR 0 [mem 0x81700000-0x8170ffff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:14.2: BAR 0 [mem 0x81710000-0x81711fff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:14.2: BAR 2 [mem 0x81713000-0x81713fff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:16.0: BAR 0 [mem 0x81714000-0x81714fff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400 PCIe Root Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0: PCI bridge to [bus 04]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0:   bridge window [mem 0xc0400000-0xc16fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400 PCIe Root Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0:   bridge window [mem 0x81000000-0x814fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.0: [8086:a313] type 00 class 0x060100 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.4: BAR 0 [mem 0x81716000-0x817160ff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.4: BAR 4 [io  0x4040-0x405f]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000 conventional PCI endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0: BAR 0 [mem 0x81600000-0x81603fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0:   bridge window [mem 0x81500000-0x815fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0:   bridge window [mem 0x81500000-0x815fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: [1002:7340] type 00 class 0x030000 PCIe Legacy Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: BAR 0 [mem 0xb0000000-0xbfffffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: BAR 2 [mem 0xc0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: BAR 4 [io  0x3000-0x30ff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: BAR 5 [mem 0x81500000-0x8157ffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: ROM [mem 0x81580000-0x8159ffff pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.1: [1002:ab38] type 00 class 0x040300 PCIe Legacy Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.1: BAR 0 [mem 0x815a0000-0x815a3fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Upstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0: PCI bridge to [bus 07-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0:   bridge window [io  0x5000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0:   bridge window [mem 0x81800000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0:   bridge window [mem 0xc1700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1: PCI bridge to [bus 06-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0:   bridge window [mem 0x81900000-0x819fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0: PCI bridge to [bus 0a-42]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0:   bridge window [io  0x5000-0x6fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0:   bridge window [mem 0x81a00000-0x889fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0:   bridge window [mem 0xc1700000-0xc86fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0: PCI bridge to [bus 09]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0:   bridge window [mem 0x81800000-0x818fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0: PCI bridge to [bus 43-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0:   bridge window [io  0x7000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0:   bridge window [mem 0x88a00000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0:   bridge window [mem 0xc8700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0: PCI bridge to [bus 07-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:08:00.0: [8086:15eb] type 00 class 0x088000 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:08:00.0: BAR 0 [mem 0x81900000-0x8193ffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:08:00.0: BAR 1 [mem 0x81940000-0x81940fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:08:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0: PCI bridge to [bus 0a-42]
Aug 21 14:18:33 Obsidian kernel: pci 0000:09:00.0: [8086:15ec] type 00 class 0x0c0330 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:09:00.0: BAR 0 [mem 0x81800000-0x8180ffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:09:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0: PCI bridge to [bus 09]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0: PCI bridge to [bus 43-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Upstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0: PCI bridge to [bus 7d-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0:   bridge window [io  0x9000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0:   bridge window [mem 0x8fa00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0:   bridge window [mem 0xcf700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2: PCI bridge to [bus 7c-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0: PCI bridge to [bus 7e]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0:   bridge window [mem 0x8fb00000-0x8fbfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0: PCI bridge to [bus 80-b8]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0:   bridge window [io  0x9000-0xafff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0:   bridge window [mem 0x8fc00000-0x96bfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0:   bridge window [mem 0xcf700000-0xd66fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0: PCI bridge to [bus 7f]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0:   bridge window [mem 0x8fa00000-0x8fafffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0: PCI bridge to [bus b9-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0:   bridge window [io  0xb000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0:   bridge window [mem 0x96c00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0:   bridge window [mem 0xd6700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0: PCI bridge to [bus 7d-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7e:00.0: [8086:15eb] type 00 class 0x088000 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:7e:00.0: BAR 0 [mem 0x8fb00000-0x8fb3ffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7e:00.0: BAR 1 [mem 0x8fb40000-0x8fb40fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7e:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7e:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0: PCI bridge to [bus 7e]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0: PCI bridge to [bus 80-b8]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7f:00.0: [8086:15ec] type 00 class 0x0c0330 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:7f:00.0: BAR 0 [mem 0x8fa00000-0x8fa0ffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7f:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7f:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0: PCI bridge to [bus 7f]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0: PCI bridge to [bus b9-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.0: [106b:2005] type 00 class 0x018002 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.0: BAR 0 [mem 0xc0400000-0xc07fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.0: BAR 2 [mem 0xc1400000-0xc147ffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.0: BAR 4 [mem 0xc1600000-0xc160ffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.1: [106b:1801] type 00 class 0x000000 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.1: BAR 0 [mem 0xc0800000-0xc0bfffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.1: BAR 2 [mem 0xc1480000-0xc14fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.1: BAR 4 [mem 0xc1610000-0xc161ffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.2: [106b:1802] type 00 class 0x000000 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.2: BAR 0 [mem 0xc0c00000-0xc0ffffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.2: BAR 2 [mem 0xc1500000-0xc157ffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.2: BAR 4 [mem 0xc1620000-0xc162ffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.2: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.3: [106b:1803] type 00 class 0x040100 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.3: BAR 0 [mem 0xc1000000-0xc13fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.3: BAR 2 [mem 0xc1580000-0xc15fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.3: BAR 4 [mem 0xc1630000-0xc163ffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0: PCI bridge to [bus 04]
Aug 21 14:18:33 Obsidian kernel: pci 0000:05:00.0: [14e4:4464] type 00 class 0x028000 PCIe Endpoint
Aug 21 14:18:33 Obsidian kernel: pci 0000:05:00.0: BAR 0 [mem 0x81400000-0x81407fff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:05:00.0: BAR 2 [mem 0x81000000-0x813fffff 64bit]
Aug 21 14:18:33 Obsidian kernel: pci 0000:05:00.0: supports D1 D2
Aug 21 14:18:33 Obsidian kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Aug 21 14:18:33 Obsidian kernel: ERROR: Unable to locate IOAPIC for GSI 34
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug 21 14:18:33 Obsidian kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug 21 14:18:33 Obsidian kernel: ACPI: EC: interrupt unblocked
Aug 21 14:18:33 Obsidian kernel: ACPI: EC: event unblocked
Aug 21 14:18:33 Obsidian kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 21 14:18:33 Obsidian kernel: ACPI: EC: GPE=0x6e
Aug 21 14:18:33 Obsidian kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Aug 21 14:18:33 Obsidian kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Aug 21 14:18:33 Obsidian kernel: iommu: Default domain type: Passthrough (set via kernel command line)
Aug 21 14:18:33 Obsidian kernel: SCSI subsystem initialized
Aug 21 14:18:33 Obsidian kernel: libata version 3.00 loaded.
Aug 21 14:18:33 Obsidian kernel: ACPI: bus type USB registered
Aug 21 14:18:33 Obsidian kernel: usbcore: registered new interface driver usbfs
Aug 21 14:18:33 Obsidian kernel: usbcore: registered new interface driver hub
Aug 21 14:18:33 Obsidian kernel: usbcore: registered new device driver usb
Aug 21 14:18:33 Obsidian kernel: EDAC MC: Ver: 3.0.0
Aug 21 14:18:33 Obsidian kernel: efivars: Registered efivars operations
Aug 21 14:18:33 Obsidian kernel: NetLabel: Initializing
Aug 21 14:18:33 Obsidian kernel: NetLabel:  domain hash size = 128
Aug 21 14:18:33 Obsidian kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 21 14:18:33 Obsidian kernel: NetLabel:  unlabeled traffic allowed by default
Aug 21 14:18:33 Obsidian kernel: mctp: management component transport protocol core
Aug 21 14:18:33 Obsidian kernel: NET: Registered PF_MCTP protocol family
Aug 21 14:18:33 Obsidian kernel: PCI: Using ACPI for IRQ routing
Aug 21 14:18:33 Obsidian kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 21 14:18:33 Obsidian kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Aug 21 14:18:33 Obsidian kernel: e820: reserve RAM buffer [mem 0x67504000-0x67ffffff]
Aug 21 14:18:33 Obsidian kernel: e820: reserve RAM buffer [mem 0x68186000-0x6bffffff]
Aug 21 14:18:33 Obsidian kernel: e820: reserve RAM buffer [mem 0x6850e000-0x6bffffff]
Aug 21 14:18:33 Obsidian kernel: e820: reserve RAM buffer [mem 0x7ac0f000-0x7bffffff]
Aug 21 14:18:33 Obsidian kernel: e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
Aug 21 14:18:33 Obsidian kernel: e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device (overriding previous)
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 21 14:18:33 Obsidian kernel: vgaarb: loaded
Aug 21 14:18:33 Obsidian kernel: clocksource: Switched to clocksource tsc-early
Aug 21 14:18:33 Obsidian kernel: VFS: Disk quotas dquot_6.6.0
Aug 21 14:18:33 Obsidian kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 21 14:18:33 Obsidian kernel: pnp: PnP ACPI init
Aug 21 14:18:33 Obsidian kernel: system 00:00: [io  0xffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:00: [io  0x0800-0x087f] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xe0000000-0xefffffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xff000000-0xffffffff] could not be reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0x40000000-0x403fffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfd000000-0xfdffffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfe010000-0xfe010fff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfe036000-0xfe0affff] could not be reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfc800000-0xfcffffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfe100000-0xfe1fffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: system 00:02: [mem 0xfe200000-0xfe3fffff] has been reserved
Aug 21 14:18:33 Obsidian kernel: pnp: PnP ACPI: found 3 devices
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: assigning 4 device properties
Aug 21 14:18:33 Obsidian kernel: pci 0000:08:00.0: assigning 8 device properties
Aug 21 14:18:33 Obsidian kernel: pci 0000:7e:00.0: assigning 8 device properties
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: assigning 76 device properties
Aug 21 14:18:33 Obsidian kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 21 14:18:33 Obsidian kernel: NET: Registered PF_INET protocol family
Aug 21 14:18:33 Obsidian kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 21 14:18:33 Obsidian kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
Aug 21 14:18:33 Obsidian kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 21 14:18:33 Obsidian kernel: NET: Registered PF_XDP protocol family
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1e.0: BAR 0 [mem 0x4000000000-0x4000000fff 64bit]: assigned
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0:   bridge window [mem 0x81500000-0x815fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0:   bridge window [mem 0x81500000-0x815fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0:   bridge window [mem 0x81500000-0x816fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0:   bridge window [mem 0x81900000-0x819fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0: PCI bridge to [bus 0a-42]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0:   bridge window [io  0x5000-0x6fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0:   bridge window [mem 0x81a00000-0x889fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0:   bridge window [mem 0xc1700000-0xc86fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0: PCI bridge to [bus 09]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0:   bridge window [mem 0x81800000-0x818fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0: PCI bridge to [bus 43-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0:   bridge window [io  0x7000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0:   bridge window [mem 0x88a00000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0:   bridge window [mem 0xc8700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0: PCI bridge to [bus 07-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0:   bridge window [io  0x5000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0:   bridge window [mem 0x81800000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0:   bridge window [mem 0xc1700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1: PCI bridge to [bus 06-7b]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1:   bridge window [io  0x5000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1:   bridge window [mem 0x81800000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1:   bridge window [mem 0xc1700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0: PCI bridge to [bus 7e]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0:   bridge window [mem 0x8fb00000-0x8fbfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0: PCI bridge to [bus 80-b8]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0:   bridge window [io  0x9000-0xafff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0:   bridge window [mem 0x8fc00000-0x96bfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0:   bridge window [mem 0xcf700000-0xd66fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0: PCI bridge to [bus 7f]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0:   bridge window [mem 0x8fa00000-0x8fafffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0: PCI bridge to [bus b9-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0:   bridge window [io  0xb000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0:   bridge window [mem 0x96c00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0:   bridge window [mem 0xd6700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0: PCI bridge to [bus 7d-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0:   bridge window [io  0x9000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0:   bridge window [mem 0x8fa00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0:   bridge window [mem 0xcf700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2: PCI bridge to [bus 7c-f1]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2:   bridge window [io  0x9000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2:   bridge window [mem 0x8fa00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2:   bridge window [mem 0xcf700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0: PCI bridge to [bus 04]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0:   bridge window [mem 0xc0400000-0xc16fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0:   bridge window [mem 0x81000000-0x814fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xfeafffff window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:01: resource 1 [mem 0x81500000-0x816fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:02: resource 1 [mem 0x81500000-0x815fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:02: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:03: resource 1 [mem 0x81500000-0x815fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:03: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:06: resource 0 [io  0x5000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:06: resource 1 [mem 0x81800000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:06: resource 2 [mem 0xc1700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:07: resource 0 [io  0x5000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:07: resource 1 [mem 0x81800000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:07: resource 2 [mem 0xc1700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:08: resource 1 [mem 0x81900000-0x819fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:0a: resource 0 [io  0x5000-0x6fff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:0a: resource 1 [mem 0x81a00000-0x889fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:0a: resource 2 [mem 0xc1700000-0xc86fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:09: resource 1 [mem 0x81800000-0x818fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:43: resource 0 [io  0x7000-0x8fff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:43: resource 1 [mem 0x88a00000-0x8f9fffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:43: resource 2 [mem 0xc8700000-0xcf6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:7c: resource 0 [io  0x9000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:7c: resource 1 [mem 0x8fa00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:7c: resource 2 [mem 0xcf700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:7d: resource 0 [io  0x9000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:7d: resource 1 [mem 0x8fa00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:7d: resource 2 [mem 0xcf700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:7e: resource 1 [mem 0x8fb00000-0x8fbfffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:80: resource 0 [io  0x9000-0xafff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:80: resource 1 [mem 0x8fc00000-0x96bfffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:80: resource 2 [mem 0xcf700000-0xd66fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:7f: resource 1 [mem 0x8fa00000-0x8fafffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:b9: resource 0 [io  0xb000-0xcfff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:b9: resource 1 [mem 0x96c00000-0x9dbfffff]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:b9: resource 2 [mem 0xd6700000-0xdd6fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:04: resource 2 [mem 0xc0400000-0xc16fffff 64bit pref]
Aug 21 14:18:33 Obsidian kernel: pci_bus 0000:05: resource 1 [mem 0x81000000-0x814fffff]
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: disabling ATS
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Aug 21 14:18:33 Obsidian kernel: PCI: CLS 256 bytes, default 64
Aug 21 14:18:33 Obsidian kernel: DMAR: No ATSR found
Aug 21 14:18:33 Obsidian kernel: DMAR: No SATC found
Aug 21 14:18:33 Obsidian kernel: DMAR: dmar0: Using Queued invalidation
Aug 21 14:18:33 Obsidian kernel: DMAR: dmar1: Using Queued invalidation
Aug 21 14:18:33 Obsidian kernel: Trying to unpack rootfs image as initramfs...
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:02.0: Adding to iommu group 0
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:00.0: Adding to iommu group 1
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.1: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:01.2: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:12.0: Adding to iommu group 3
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:14.0: Adding to iommu group 4
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:14.2: Adding to iommu group 4
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:16.0: Adding to iommu group 5
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1b.0: Adding to iommu group 6
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1c.0: Adding to iommu group 7
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1e.0: Adding to iommu group 8
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.0: Adding to iommu group 9
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.4: Adding to iommu group 9
Aug 21 14:18:33 Obsidian kernel: pci 0000:00:1f.5: Adding to iommu group 9
Aug 21 14:18:33 Obsidian kernel: pci 0000:01:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:02:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:03:00.1: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:06:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:01.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:02.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:07:04.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:08:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:09:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7c:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:01.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:02.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7d:04.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7e:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:7f:00.0: Adding to iommu group 2
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.0: Adding to iommu group 10
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.1: Adding to iommu group 10
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.2: Adding to iommu group 10
Aug 21 14:18:33 Obsidian kernel: pci 0000:04:00.3: Adding to iommu group 10
Aug 21 14:18:33 Obsidian kernel: pci 0000:05:00.0: Adding to iommu group 11
Aug 21 14:18:33 Obsidian kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Aug 21 14:18:33 Obsidian kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 21 14:18:33 Obsidian kernel: software IO TLB: mapped [mem 0x000000005d6a6000-0x00000000616a6000] (64MB)
Aug 21 14:18:33 Obsidian kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Aug 21 14:18:33 Obsidian kernel: Initialise system trusted keyrings
Aug 21 14:18:33 Obsidian kernel: Key type blacklist registered
Aug 21 14:18:33 Obsidian kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
Aug 21 14:18:33 Obsidian kernel: fuse: init (API version 7.44)
Aug 21 14:18:33 Obsidian kernel: integrity: Platform Keyring initialized
Aug 21 14:18:33 Obsidian kernel: integrity: Machine keyring initialized
Aug 21 14:18:33 Obsidian kernel: Key type asymmetric registered
Aug 21 14:18:33 Obsidian kernel: Asymmetric key parser 'x509' registered
Aug 21 14:18:33 Obsidian kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Aug 21 14:18:33 Obsidian kernel: io scheduler mq-deadline registered
Aug 21 14:18:33 Obsidian kernel: io scheduler kyber registered
Aug 21 14:18:33 Obsidian kernel: io scheduler bfq registered
Aug 21 14:18:33 Obsidian kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 21 14:18:33 Obsidian kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Aug 21 14:18:33 Obsidian kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Aug 21 14:18:33 Obsidian kernel: ACPI: button: Lid Switch [LID0]
Aug 21 14:18:33 Obsidian kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 21 14:18:33 Obsidian kernel: ACPI: button: Power Button [PWRB]
Aug 21 14:18:33 Obsidian kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Aug 21 14:18:33 Obsidian kernel: ACPI: button: Sleep Button [SLPB]
Aug 21 14:18:33 Obsidian kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Aug 21 14:18:33 Obsidian kernel: ACPI: button: Power Button [PWRF]
Aug 21 14:18:33 Obsidian kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 21 14:18:33 Obsidian kernel: Non-volatile memory driver v1.3
Aug 21 14:18:33 Obsidian kernel: Linux agpgart interface v0.103
Aug 21 14:18:33 Obsidian kernel: ACPI: bus type drm_connector registered
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 21 14:18:33 Obsidian kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 21 14:18:33 Obsidian kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 14:18:33 Obsidian kernel: usb usb1: Product: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: usb usb1: Manufacturer: Linux 6.16.1-arch1-Watanare-T2-1-t2 xhci-hcd
Aug 21 14:18:33 Obsidian kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 21 14:18:33 Obsidian kernel: hub 1-0:1.0: USB hub found
Aug 21 14:18:33 Obsidian kernel: hub 1-0:1.0: 16 ports detected
Aug 21 14:18:33 Obsidian kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 21 14:18:33 Obsidian kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 14:18:33 Obsidian kernel: usb usb2: Product: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: usb usb2: Manufacturer: Linux 6.16.1-arch1-Watanare-T2-1-t2 xhci-hcd
Aug 21 14:18:33 Obsidian kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 21 14:18:33 Obsidian kernel: hub 2-0:1.0: USB hub found
Aug 21 14:18:33 Obsidian kernel: hub 2-0:1.0: 10 ports detected
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:09:00.0: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 3
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:09:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:09:00.0: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 4
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:09:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 21 14:18:33 Obsidian kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 21 14:18:33 Obsidian kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 14:18:33 Obsidian kernel: usb usb3: Product: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: usb usb3: Manufacturer: Linux 6.16.1-arch1-Watanare-T2-1-t2 xhci-hcd
Aug 21 14:18:33 Obsidian kernel: usb usb3: SerialNumber: 0000:09:00.0
Aug 21 14:18:33 Obsidian kernel: hub 3-0:1.0: USB hub found
Aug 21 14:18:33 Obsidian kernel: hub 3-0:1.0: 2 ports detected
Aug 21 14:18:33 Obsidian kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 21 14:18:33 Obsidian kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 14:18:33 Obsidian kernel: usb usb4: Product: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: usb usb4: Manufacturer: Linux 6.16.1-arch1-Watanare-T2-1-t2 xhci-hcd
Aug 21 14:18:33 Obsidian kernel: usb usb4: SerialNumber: 0000:09:00.0
Aug 21 14:18:33 Obsidian kernel: hub 4-0:1.0: USB hub found
Aug 21 14:18:33 Obsidian kernel: hub 4-0:1.0: 2 ports detected
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:7f:00.0: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:7f:00.0: new USB bus registered, assigned bus number 5
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:7f:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:7f:00.0: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:7f:00.0: new USB bus registered, assigned bus number 6
Aug 21 14:18:33 Obsidian kernel: xhci_hcd 0000:7f:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 21 14:18:33 Obsidian kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 21 14:18:33 Obsidian kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 14:18:33 Obsidian kernel: usb usb5: Product: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: usb usb5: Manufacturer: Linux 6.16.1-arch1-Watanare-T2-1-t2 xhci-hcd
Aug 21 14:18:33 Obsidian kernel: usb usb5: SerialNumber: 0000:7f:00.0
Aug 21 14:18:33 Obsidian kernel: hub 5-0:1.0: USB hub found
Aug 21 14:18:33 Obsidian kernel: hub 5-0:1.0: 2 ports detected
Aug 21 14:18:33 Obsidian kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Aug 21 14:18:33 Obsidian kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 14:18:33 Obsidian kernel: usb usb6: Product: xHCI Host Controller
Aug 21 14:18:33 Obsidian kernel: usb usb6: Manufacturer: Linux 6.16.1-arch1-Watanare-T2-1-t2 xhci-hcd
Aug 21 14:18:33 Obsidian kernel: usb usb6: SerialNumber: 0000:7f:00.0
Aug 21 14:18:33 Obsidian kernel: hub 6-0:1.0: USB hub found
Aug 21 14:18:33 Obsidian kernel: hub 6-0:1.0: 2 ports detected
Aug 21 14:18:33 Obsidian kernel: usbcore: registered new interface driver usbserial_generic
Aug 21 14:18:33 Obsidian kernel: usbserial: USB Serial support registered for generic
Aug 21 14:18:33 Obsidian kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Aug 21 14:18:33 Obsidian kernel: rtc_cmos rtc_cmos: registered as rtc0
Aug 21 14:18:33 Obsidian kernel: rtc_cmos rtc_cmos: setting system clock to 2025-08-21T18:42:24 UTC (1755801744)
Aug 21 14:18:33 Obsidian kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Aug 21 14:18:33 Obsidian kernel: intel_pstate: Intel P-state driver initializing
Aug 21 14:18:33 Obsidian kernel: intel_pstate: Disabling energy efficiency optimization
Aug 21 14:18:33 Obsidian kernel: intel_pstate: HWP enabled
Aug 21 14:18:33 Obsidian kernel: Relocating firmware framebuffer to offset 0x0000000000600000[d] within [mem 0xb0000000-0xbfffffff flags 0x14220c]
Aug 21 14:18:33 Obsidian kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Aug 21 14:18:33 Obsidian kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Aug 21 14:18:33 Obsidian kernel: Freeing initrd memory: 47224K
Aug 21 14:18:33 Obsidian kernel: fbcon: Deferring console take-over
Aug 21 14:18:33 Obsidian kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 21 14:18:33 Obsidian kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 21 14:18:33 Obsidian kernel: drop_monitor: Initializing network drop monitor service
Aug 21 14:18:33 Obsidian kernel: NET: Registered PF_INET6 protocol family
Aug 21 14:18:33 Obsidian kernel: Segment Routing with IPv6
Aug 21 14:18:33 Obsidian kernel: RPL Segment Routing with IPv6
Aug 21 14:18:33 Obsidian kernel: In-situ OAM (IOAM) with IPv6
Aug 21 14:18:33 Obsidian kernel: NET: Registered PF_PACKET protocol family
Aug 21 14:18:33 Obsidian kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 21 14:18:33 Obsidian kernel: mce: [Hardware Error]: Machine check events logged
Aug 21 14:18:33 Obsidian kernel: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 12: ee2000000040110a
Aug 21 14:18:33 Obsidian kernel: fbcon: Taking over console
Aug 21 14:18:33 Obsidian kernel: mce: [Hardware Error]: TSC 0 ADDR ff7df200 MISC 43880000086 
Aug 21 14:18:33 Obsidian kernel: mce: [Hardware Error]: PROCESSOR 0:906ed TIME 1755801744 SOCKET 0 APIC 0 microcode 0
Aug 21 14:18:33 Obsidian kernel: mce: [Hardware Error]: Machine check events logged
Aug 21 14:18:33 Obsidian kernel: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 13: ee2000000040110a
Aug 21 14:18:33 Obsidian kernel: mce: [Hardware Error]: TSC 0 ADDR ff7df240 MISC 43880000086 
Aug 21 14:18:33 Obsidian kernel: mce: [Hardware Error]: PROCESSOR 0:906ed TIME 1755801744 SOCKET 0 APIC 0 microcode 0
Aug 21 14:18:33 Obsidian kernel: microcode: Current revision: 0x00000104
Aug 21 14:18:33 Obsidian kernel: IPI shorthand broadcast: enabled
Aug 21 14:18:33 Obsidian kernel: sched_clock: Marking stable (266001306, 3328425)->(296992791, -27663060)
Aug 21 14:18:33 Obsidian kernel: registered taskstats version 1
Aug 21 14:18:33 Obsidian kernel: Loading compiled-in X.509 certificates
Aug 21 14:18:33 Obsidian kernel: Console: switching to colour frame buffer device 224x70
Aug 21 14:18:33 Obsidian kernel: Loaded X.509 cert 'Build time autogenerated kernel key: ef62413c8419544872b7d669acf0aab692f8593a'
Aug 21 14:18:33 Obsidian kernel: Demotion targets for Node 0: null
Aug 21 14:18:33 Obsidian kernel: Key type .fscrypt registered
Aug 21 14:18:33 Obsidian kernel: Key type fscrypt-provisioning registered
Aug 21 14:18:33 Obsidian kernel: integrity: Reading UEFI Secure Boot Certs is not supported on T2 Macs.
Aug 21 14:18:33 Obsidian kernel: PM:   Magic number: 5:186:747
Aug 21 14:18:33 Obsidian kernel: RAS: Correctable Errors collector initialized.
Aug 21 14:18:33 Obsidian kernel: clk: Disabling unused clocks
Aug 21 14:18:33 Obsidian kernel: PM: genpd: Disabling unused power domains
Aug 21 14:18:33 Obsidian kernel: Freeing unused decrypted memory: 2028K
Aug 21 14:18:33 Obsidian kernel: Freeing unused kernel image (initmem) memory: 4364K
Aug 21 14:18:33 Obsidian kernel: Write protecting the kernel read-only data: 34816k
Aug 21 14:18:33 Obsidian kernel: Freeing unused kernel image (text/rodata gap) memory: 584K
Aug 21 14:18:33 Obsidian kernel: Freeing unused kernel image (rodata/data gap) memory: 1676K
Aug 21 14:18:33 Obsidian kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 21 14:18:33 Obsidian kernel: rodata_test: all tests were successful
Aug 21 14:18:33 Obsidian kernel: Run /init as init process
Aug 21 14:18:33 Obsidian kernel:   with arguments:
Aug 21 14:18:33 Obsidian kernel:     /init
Aug 21 14:18:33 Obsidian kernel:     splash
Aug 21 14:18:33 Obsidian kernel:   with environment:
Aug 21 14:18:33 Obsidian kernel:     HOME=/
Aug 21 14:18:33 Obsidian kernel:     TERM=linux
Aug 21 14:18:33 Obsidian kernel:     BOOT_IMAGE=/vmlinuz-linux-t2
Aug 21 14:18:33 Obsidian kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Aug 21 14:18:33 Obsidian kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Aug 21 14:18:33 Obsidian kernel: usb 6-1: New USB device found, idVendor=05ac, idProduct=1018, bcdDevice=45.00
Aug 21 14:18:33 Obsidian kernel: usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:18:33 Obsidian kernel: usb 6-1: Product: USB3.1 Hub
Aug 21 14:18:33 Obsidian kernel: usb 6-1: Manufacturer: Apple Inc.
Aug 21 14:18:33 Obsidian kernel: usb 6-1: SerialNumber: DLC004402Z7KD56AA
Aug 21 14:18:33 Obsidian kernel: hub 6-1:1.0: USB hub found
Aug 21 14:18:33 Obsidian kernel: hub 6-1:1.0: 1 port detected
Aug 21 14:18:33 Obsidian kernel: usb 1-1: New USB device found, idVendor=05ac, idProduct=1017, bcdDevice=45.00
Aug 21 14:18:33 Obsidian kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:18:33 Obsidian kernel: usb 1-1: Product: USB2.0 Hub
Aug 21 14:18:33 Obsidian kernel: usb 1-1: Manufacturer: Apple Inc.
Aug 21 14:18:33 Obsidian kernel: usb 1-1: SerialNumber: DLC004402Z7KD56AA
Aug 21 14:18:33 Obsidian kernel: hub 1-1:1.0: USB hub found
Aug 21 14:18:33 Obsidian kernel: hub 1-1:1.0: 2 ports detected
Aug 21 14:18:33 Obsidian kernel: Key type psk registered
Aug 21 14:18:33 Obsidian kernel: nvme nvme0: pci function 0000:04:00.0
Aug 21 14:18:33 Obsidian kernel: nvme nvme0: 1/0/0 default/read/poll queues
Aug 21 14:18:33 Obsidian kernel:  nvme0n1: p1 p2 p3
Aug 21 14:18:33 Obsidian kernel: usb 1-1.1: new high-speed USB device number 3 using xhci_hcd
Aug 21 14:18:33 Obsidian kernel: usb 1-1.1: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Aug 21 14:18:33 Obsidian kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:18:33 Obsidian kernel: usb 1-1.1: Product: Cruzer Blade
Aug 21 14:18:33 Obsidian kernel: usb 1-1.1: Manufacturer: SanDisk
Aug 21 14:18:33 Obsidian kernel: usb 1-1.1: SerialNumber: 4C530001120526117521
Aug 21 14:18:33 Obsidian kernel: usb 1-1.2: new full-speed USB device number 4 using xhci_hcd
Aug 21 14:18:33 Obsidian kernel: tsc: Refined TSC clocksource calibration: 2304.001 MHz
Aug 21 14:18:33 Obsidian kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f8984a8, max_idle_ns: 440795232764 ns
Aug 21 14:18:33 Obsidian kernel: clocksource: Switched to clocksource tsc
Aug 21 14:18:33 Obsidian kernel: usb 1-1.2: New USB device found, idVendor=05ac, idProduct=1463, bcdDevice=45.00
Aug 21 14:18:33 Obsidian kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:18:33 Obsidian kernel: usb 1-1.2: Product: USB-C Digital AV Multiport Adapter
Aug 21 14:18:33 Obsidian kernel: usb 1-1.2: Manufacturer: Apple Inc
Aug 21 14:18:33 Obsidian kernel: usb 1-1.2: SerialNumber: DLC004402Z7KD56AA
Aug 21 14:18:33 Obsidian kernel: usb-storage 1-1.1:1.0: USB Mass Storage device detected
Aug 21 14:18:33 Obsidian kernel: scsi host0: usb-storage 1-1.1:1.0
Aug 21 14:18:33 Obsidian kernel: usbcore: registered new interface driver usb-storage
Aug 21 14:18:33 Obsidian kernel: scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
Aug 21 14:18:33 Obsidian kernel: sd 0:0:0:0: [sda] 15232000 512-byte logical blocks: (7.80 GB/7.26 GiB)
Aug 21 14:18:33 Obsidian kernel: sd 0:0:0:0: [sda] Write Protect is off
Aug 21 14:18:33 Obsidian kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Aug 21 14:18:33 Obsidian kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 21 14:18:33 Obsidian kernel:  sda: sda1 sda2
Aug 21 14:18:33 Obsidian kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Aug 21 14:18:33 Obsidian kernel: usbcore: registered new interface driver uas
Aug 21 14:18:33 Obsidian kernel: [drm] amdgpu kernel modesetting enabled.
Aug 21 14:18:33 Obsidian kernel: amdgpu: Virtual CRAT table created for CPU
Aug 21 14:18:33 Obsidian kernel: amdgpu: Topology: Add CPU node
Aug 21 14:18:33 Obsidian kernel: EXT4-fs (nvme0n1p3): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
Aug 21 14:18:33 Obsidian kernel: EXT4-fs (nvme0n1p3): mounted filesystem 1778f208-ab9d-4245-8d96-2e94944c0d6a r/w with ordered data mode. Quota mode: none.
Aug 21 14:18:33 Obsidian systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Aug 21 14:18:33 Obsidian systemd[1]: Detected architecture x86-64.
Aug 21 14:18:33 Obsidian systemd[1]: Hostname set to <Obsidian>.
Aug 21 14:18:33 Obsidian systemd[1]: bpf-restrict-fs: LSM BPF program attached
Aug 21 14:18:33 Obsidian systemd[1]: Queued start job for default target Graphical Interface.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice Slice /system/dirmngr.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice Slice /system/getty.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice Slice /system/gpg-agent.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice Slice /system/gpg-agent-browser.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice Slice /system/gpg-agent-extra.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice Slice /system/keyboxd.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice Slice /system/modprobe.
Aug 21 14:18:33 Obsidian systemd[1]: Created slice User and Session Slice.
Aug 21 14:18:33 Obsidian systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 21 14:18:33 Obsidian systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 21 14:18:33 Obsidian systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 21 14:18:33 Obsidian systemd[1]: Expecting device /dev/disk/by-uuid/5F66-17ED...
Aug 21 14:18:33 Obsidian systemd[1]: Reached target Local Encrypted Volumes.
Aug 21 14:18:33 Obsidian systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 21 14:18:33 Obsidian systemd[1]: Reached target Path Units.
Aug 21 14:18:33 Obsidian systemd[1]: Reached target Remote File Systems.
Aug 21 14:18:33 Obsidian systemd[1]: Reached target Slice Units.
Aug 21 14:18:33 Obsidian systemd[1]: Reached target Swaps.
Aug 21 14:18:33 Obsidian systemd[1]: Reached target Local Verity Protected Volumes.
Aug 21 14:18:33 Obsidian systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 21 14:18:33 Obsidian systemd[1]: Listening on Process Core Dump Socket.
Aug 21 14:18:33 Obsidian systemd[1]: Listening on Credential Encryption/Decryption.
Aug 21 14:18:33 Obsidian systemd[1]: Listening on Journal Socket (/dev/log).
Aug 21 14:18:33 Obsidian systemd[1]: Listening on Journal Sockets.
Aug 21 14:18:33 Obsidian systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 14:18:33 Obsidian systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 14:18:33 Obsidian systemd[1]: Listening on udev Control Socket.
Aug 21 14:18:33 Obsidian systemd[1]: Listening on udev Kernel Socket.
Aug 21 14:18:33 Obsidian systemd[1]: Listening on User Database Manager Socket.
Aug 21 14:18:33 Obsidian systemd[1]: Mounting Huge Pages File System...
Aug 21 14:18:33 Obsidian systemd[1]: Mounting POSIX Message Queue File System...
Aug 21 14:18:33 Obsidian systemd[1]: Mounting Kernel Debug File System...
Aug 21 14:18:33 Obsidian systemd[1]: Mounting Kernel Trace File System...
Aug 21 14:18:33 Obsidian systemd[1]: Mounting Temporary Directory /tmp...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Create List of Static Device Nodes...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Load Kernel Module configfs...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Load Kernel Module dm_mod...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Load Kernel Module drm...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Load Kernel Module fuse...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Load Kernel Module loop...
Aug 21 14:18:33 Obsidian systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 21 14:18:33 Obsidian systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Aug 21 14:18:33 Obsidian systemd[1]: Starting Journal Service...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Load Kernel Modules...
Aug 21 14:18:33 Obsidian systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 14:18:33 Obsidian systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 21 14:18:33 Obsidian systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 14:18:33 Obsidian systemd[1]: Starting Load udev Rules from Credentials...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Coldplug All udev Devices...
Aug 21 14:18:33 Obsidian systemd[1]: Mounted Huge Pages File System.
Aug 21 14:18:33 Obsidian systemd[1]: Mounted POSIX Message Queue File System.
Aug 21 14:18:33 Obsidian systemd[1]: Mounted Kernel Debug File System.
Aug 21 14:18:33 Obsidian systemd[1]: Mounted Kernel Trace File System.
Aug 21 14:18:33 Obsidian systemd[1]: Mounted Temporary Directory /tmp.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Create List of Static Device Nodes.
Aug 21 14:18:33 Obsidian systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Load Kernel Module configfs.
Aug 21 14:18:33 Obsidian systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Load Kernel Module drm.
Aug 21 14:18:33 Obsidian systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Load Kernel Module fuse.
Aug 21 14:18:33 Obsidian systemd[1]: Mounting FUSE Control File System...
Aug 21 14:18:33 Obsidian kernel: loop: module loaded
Aug 21 14:18:33 Obsidian systemd[1]: Mounting Kernel Configuration File System...
Aug 21 14:18:33 Obsidian systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Aug 21 14:18:33 Obsidian systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Load Kernel Module loop.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Load udev Rules from Credentials.
Aug 21 14:18:33 Obsidian systemd[1]: Mounted FUSE Control File System.
Aug 21 14:18:33 Obsidian kernel: device-mapper: uevent: version 1.0.3
Aug 21 14:18:33 Obsidian kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Aug 21 14:18:33 Obsidian systemd[1]: Mounted Kernel Configuration File System.
Aug 21 14:18:33 Obsidian systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Load Kernel Module dm_mod.
Aug 21 14:18:33 Obsidian systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 21 14:18:33 Obsidian kernel: Asymmetric key parser 'pkcs8' registered
Aug 21 14:18:33 Obsidian systemd[1]: Finished Load Kernel Modules.
Aug 21 14:18:33 Obsidian systemd[1]: Starting Apply Kernel Variables...
Aug 21 14:18:33 Obsidian systemd-journald[354]: Collecting audit messages is disabled.
Aug 21 14:18:33 Obsidian kernel: EXT4-fs (nvme0n1p3): re-mounted 1778f208-ab9d-4245-8d96-2e94944c0d6a.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 21 14:18:33 Obsidian systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 21 14:18:33 Obsidian systemd[1]: Starting Load/Save OS Random Seed...
Aug 21 14:18:33 Obsidian systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 14:18:33 Obsidian systemd[1]: Starting User Database Manager...
Aug 21 14:18:33 Obsidian systemd[1]: Finished Apply Kernel Variables.
Aug 21 14:18:33 Obsidian systemd[1]: Started User Database Manager.
Aug 21 14:18:33 Obsidian systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Aug 21 14:18:33 Obsidian systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 21 14:18:33 Obsidian systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 21 14:18:33 Obsidian systemd-journald[354]: Journal started
Aug 21 14:18:33 Obsidian systemd-journald[354]: Runtime Journal (/run/log/journal/0f1f73cecd3342a59c26bef714b19be5) is 8M, max 794.2M, 786.2M free.
Aug 21 14:18:33 Obsidian systemd-modules-load[355]: Inserted module 'pkcs8_key_parser'
Aug 21 14:18:33 Obsidian systemd[1]: Finished Load/Save OS Random Seed.
Aug 21 14:18:33 Obsidian systemd[1]: Started Journal Service.
Aug 21 14:18:33 Obsidian systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 21 14:18:33 Obsidian systemd-journald[354]: Time spent on flushing to /var/log/journal/0f1f73cecd3342a59c26bef714b19be5 is 59.810ms for 1098 entries.
Aug 21 14:18:33 Obsidian systemd-journald[354]: System Journal (/var/log/journal/0f1f73cecd3342a59c26bef714b19be5) is 32M, max 4G, 3.9G free.
Aug 21 14:18:34 Obsidian systemd-journald[354]: Received client request to flush runtime journal.
Aug 21 14:18:34 Obsidian kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Aug 21 14:18:34 Obsidian kernel: acpi-tad ACPI000E:00: Missing _PRW
Aug 21 14:18:34 Obsidian kernel: apple_gmux: Found gmux version 5.0.0 [T2]
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: [drm] Found coffeelake (device ID 3e9b) integrated display version 9.00 stepping N/A
Aug 21 14:18:34 Obsidian kernel: intel-lpss INT34BA:00: error -EINVAL: IRQ index 0 not found
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Aug 21 14:18:34 Obsidian kernel: intel-lpss INT34BA:00: probe with driver intel-lpss failed with error -22
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: [drm] Failed to find VBIOS tables (VBT)
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Aug 21 14:18:34 Obsidian kernel: intel_pch_thermal 0000:00:12.0: can't derive routing for PCI INT A
Aug 21 14:18:34 Obsidian kernel: intel_pch_thermal 0000:00:12.0: PCI INT A: not connected
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Aug 21 14:18:34 Obsidian kernel: usbcore: registered new device driver apple-mfi-fastcharge
Aug 21 14:18:34 Obsidian kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Aug 21 14:18:34 Obsidian kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Aug 21 14:18:34 Obsidian kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Aug 21 14:18:33 Obsidian systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 21 14:18:33 Obsidian systemd[1]: Reached target Preparation for Local File Systems.
Aug 21 14:18:33 Obsidian systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 21 14:18:33 Obsidian systemd[1]: Finished Coldplug All udev Devices.
Aug 21 14:18:33 Obsidian systemd-udevd[400]: Using default interface naming scheme 'v257'.
Aug 21 14:18:33 Obsidian systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 21 14:18:33 Obsidian systemd[1]: Found device APPLE SSD AP1024N EFI.
Aug 21 14:18:33 Obsidian systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 21 14:18:34 Obsidian systemd[1]: Starting Virtual Console Setup...
Aug 21 14:18:34 Obsidian systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 21 14:18:34 Obsidian kernel: ACPI: bus type thunderbolt registered
Aug 21 14:18:34 Obsidian kernel: thunderbolt 0000:08:00.0: device links to tunneled native ports are missing!
Aug 21 14:18:34 Obsidian systemd[1]: Finished Virtual Console Setup.
Aug 21 14:18:34 Obsidian kernel: thunderbolt 0000:7e:00.0: device links to tunneled native ports are missing!
Aug 21 14:18:34 Obsidian kernel: applesmc: key=1161 fan=2 temp=50 index=50 acc=0 lux=0 kbd=0
Aug 21 14:18:34 Obsidian kernel: applesmc APP0001:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Aug 21 14:18:34 Obsidian kernel: Bluetooth: Core ver 2.22
Aug 21 14:18:34 Obsidian kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI device and connection manager initialized
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI socket layer initialized
Aug 21 14:18:34 Obsidian kernel: Bluetooth: L2CAP socket layer initialized
Aug 21 14:18:34 Obsidian kernel: Bluetooth: SCO socket layer initialized
Aug 21 14:18:34 Obsidian kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 21 14:18:34 Obsidian kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Aug 21 14:18:34 Obsidian kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Aug 21 14:18:34 Obsidian kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Aug 21 14:18:34 Obsidian kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f4 0c 58 12 03 00
Aug 21 14:18:34 Obsidian kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Aug 21 14:18:34 Obsidian kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Aug 21 14:18:34 Obsidian kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 21 14:18:34 Obsidian kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Aug 21 14:18:34 Obsidian kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 21 14:18:34 Obsidian kernel: cfg80211: failed to load regulatory.db
Aug 21 14:18:34 Obsidian kernel: dw-apb-uart.0: ttyS4 at MMIO 0x4000000000 (irq = 20, base_baud = 7500000) is a 16550A
Aug 21 14:18:34 Obsidian kernel: serial serial0: tty port ttyS4 registered
Aug 21 14:18:34 Obsidian kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Aug 21 14:18:34 Obsidian kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Aug 21 14:18:34 Obsidian kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Aug 21 14:18:34 Obsidian kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Aug 21 14:18:34 Obsidian kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Aug 21 14:18:34 Obsidian kernel: iTCO_vendor_support: vendor-support=0
Aug 21 14:18:34 Obsidian kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Aug 21 14:18:34 Obsidian kernel: apple_bce: module is from the staging directory, the quality is unknown, you have been warned.
Aug 21 14:18:34 Obsidian kernel: apple-bce: capturing our device
Aug 21 14:18:34 Obsidian kernel: apple-bce: handshake done
Aug 21 14:18:34 Obsidian kernel: bce-vhci bce-vhci: BCE VHCI Host Controller
Aug 21 14:18:34 Obsidian kernel: bce-vhci bce-vhci: new USB bus registered, assigned bus number 7
Aug 21 14:18:34 Obsidian kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Aug 21 14:18:34 Obsidian kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 14:18:34 Obsidian kernel: usb usb7: Product: BCE VHCI Host Controller
Aug 21 14:18:34 Obsidian kernel: usb usb7: Manufacturer: Linux 6.16.1-arch1-Watanare-T2-1-t2 bce-vhci
Aug 21 14:18:34 Obsidian kernel: usb usb7: SerialNumber: bce-vhci
Aug 21 14:18:34 Obsidian kernel: hub 7-0:1.0: USB hub found
Aug 21 14:18:34 Obsidian kernel: hub 7-0:1.0: 13 ports detected
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Unhandled system event: 18 s=0 p1=1 p2=40285
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Unhandled system event: 18 s=0 p1=2 p2=40285
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Unhandled system event: 18 s=0 p1=3 p2=40285
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Unhandled system event: 18 s=0 p1=4 p2=40285
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART driver ver 2.3
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol H4 registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol BCSP registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol LL registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol ATH3K registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol Intel registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol Broadcom registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol QCA registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol AG6XX registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol Marvell registered
Aug 21 14:18:34 Obsidian kernel: Bluetooth: HCI UART protocol AML registered
Aug 21 14:18:34 Obsidian kernel: hci_uart_bcm serial0-0: Unexpected ACPI gpio_int_idx: -1
Aug 21 14:18:34 Obsidian kernel: hci_uart_bcm serial0-0: Unexpected number of ACPI GPIOs: 0
Aug 21 14:18:34 Obsidian kernel: hci_uart_bcm serial0-0: No reset resource, using default baud rate
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Unhandled system event: 18 s=0 p1=5 p2=402a5
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Unhandled system event: 18 s=0 p1=6 p2=40285
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Unhandled system event: 18 s=0 p1=7 p2=40285
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Unhandled system event: 18 s=0 p1=8 p2=40285
Aug 21 14:18:34 Obsidian kernel: aaudio: capturing our device
Aug 21 14:18:34 Obsidian kernel: aaudio 0000:04:00.3: enabling device (0000 -> 0002)
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: bs len = 400000
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Received alive notification from remote
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Continuing init
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Remote device 21 Digital Mic
Aug 21 14:18:34 Obsidian kernel: wl: loading out-of-tree module taints kernel.
Aug 21 14:18:34 Obsidian kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Aug 21 14:18:34 Obsidian kernel: Disabling lock debugging due to kernel taint
Aug 21 14:18:34 Obsidian kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Aug 21 14:18:34 Obsidian kernel: wl: module license taints kernel.
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Remote device 25 Codec Output
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Remote device 39 Speaker
Aug 21 14:18:34 Obsidian kernel: You are using the broadcom-wl driver, which is not maintained and is incompatible with Linux kernel security mitigations. It is heavily recommended to replace the hardware and remove the driver. Proceed at your own risk!
Aug 21 14:18:34 Obsidian kernel: ------------[ cut here ]------------
Aug 21 14:18:34 Obsidian kernel: Unpatched return thunk in use. This should not happen!
Aug 21 14:18:34 Obsidian kernel: WARNING: CPU: 1 PID: 405 at arch/x86/kernel/cpu/bugs.c:3553 __warn_thunk+0x2a/0x40
Aug 21 14:18:34 Obsidian kernel: Modules linked in: wl(POE+) snd_hda_codec irqbypass polyval_clmulni hci_uart snd_hda_core ghash_clmulni_intel btqca apple_bce(C+) snd_hwdep sha512_ssse3 iTCO_wdt pwrseq_core sha1_ssse3 intel_pmc_bxt snd_pcm mei_pxp mei_hdcp btrtl aesni_intel iTCO_vendor_support btintel rapl btbcm spi_nor i2c_i801 intel_cstate mei_me snd_timer 8250_dw i2c_smbus cfg80211 bluetooth thunderbolt mtd applesmc intel_uncore snd i2c_mux intel_lpss_pci mei pcspkr apple_mfi_fastcharge soundcore intel_pch_thermal sbs(+) intel_lpss_acpi rfkill sbshc apple_gmux acpi_tad intel_lpss idma64 mac_hid pkcs8_key_parser dm_mod loop nfnetlink ip_tables x_tables ext4 mbcache jbd2 uas usb_storage amdgpu i915 amdxcp drm_ttm_helper drm_exec intel_gtt gpu_sched i2c_algo_bit drm_suballoc_helper ttm nvme drm_panel_backlight_quirks drm_buddy nvme_core drm_display_helper nvme_keyring spi_intel_pci cec nvme_auth spi_intel crc16 video wmi
Aug 21 14:18:34 Obsidian kernel: CPU: 1 UID: 0 PID: 405 Comm: (udev-worker) Tainted: P         C OE       6.16.1-arch1-Watanare-T2-1-t2 #1 PREEMPT(full)  48c756a2978b7a47c99ca4097ebd5db1b2ff30cf
Aug 21 14:18:34 Obsidian kernel: Tainted: [P]=PROPRIETARY_MODULE, [C]=CRAP, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Aug 21 14:18:34 Obsidian kernel: Hardware name: Apple Inc. MacBookPro16,1/Mac-E1008331FDC96864, BIOS 2075.140.4.0.0 (iBridge: 22.16.16083.0.0,0) 07/11/2025
Aug 21 14:18:34 Obsidian kernel: RIP: 0010:__warn_thunk+0x2a/0x40
Aug 21 14:18:34 Obsidian kernel: Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d bd 9b 17 02 00 74 05 c3 cc cc cc cc 48 c7 c7 78 79 49 99 c6 05 a8 9b 17 02 01 e8 a6 c8 05 00 <0f> 0b e9 8f c7 e8 00 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
Aug 21 14:18:34 Obsidian kernel: RSP: 0018:ffffced58077fa10 EFLAGS: 00010246
Aug 21 14:18:34 Obsidian kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
Aug 21 14:18:34 Obsidian kernel: RDX: ffff8d29aea5cfc8 RSI: 0000000000000001 RDI: ffff8d29aea5cfc0
Aug 21 14:18:34 Obsidian kernel: RBP: ffffced58077fa60 R08: 0000000000000000 R09: 00000000ffffefff
Aug 21 14:18:34 Obsidian kernel: R10: ffffffff99e60de0 R11: ffffced58077f8a8 R12: ffffffffc28a9b05
Aug 21 14:18:34 Obsidian kernel: R13: ffffffffc035b010 R14: 00007f2b644a52f2 R15: 0000000000000000
Aug 21 14:18:34 Obsidian kernel: FS:  00007f2b644b2880(0000) GS:ffff8d2a14075000(0000) knlGS:0000000000000000
Aug 21 14:18:34 Obsidian kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 21 14:18:34 Obsidian kernel: CR2: 00007f2b639d1da4 CR3: 0000000101712003 CR4: 00000000003706f0
Aug 21 14:18:34 Obsidian kernel: Call Trace:
Aug 21 14:18:34 Obsidian kernel:  <TASK>
Aug 21 14:18:34 Obsidian kernel:  warn_thunk_thunk+0x16/0x30
Aug 21 14:18:34 Obsidian kernel:  getvar+0x20/0x70 [wl 87ed453e6ac6e8b4cfa87928e9f4b3b5a19c2921]
Aug 21 14:18:34 Obsidian kernel:  ? __UNIQUE_ID_vermagic479+0x312a396b63e4/0x312a396b63e4 [wl 87ed453e6ac6e8b4cfa87928e9f4b3b5a19c2921]
Aug 21 14:18:34 Obsidian kernel:  wl_module_init+0x23/0xb0 [wl 87ed453e6ac6e8b4cfa87928e9f4b3b5a19c2921]
Aug 21 14:18:34 Obsidian kernel:  ? do_one_initcall+0x5b/0x300
Aug 21 14:18:34 Obsidian kernel:  ? do_init_module+0x62/0x250
Aug 21 14:18:34 Obsidian kernel:  ? init_module_from_file+0x8a/0xe0
Aug 21 14:18:34 Obsidian kernel:  ? init_module_from_file+0x8a/0xe0
Aug 21 14:18:34 Obsidian kernel:  ? idempotent_init_module+0x114/0x310
Aug 21 14:18:34 Obsidian kernel:  ? __x64_sys_finit_module+0x6d/0xd0
Aug 21 14:18:34 Obsidian kernel:  ? syscall_trace_enter+0x8d/0x1f0
Aug 21 14:18:34 Obsidian kernel:  ? do_syscall_64+0x81/0x970
Aug 21 14:18:34 Obsidian kernel:  ? sysvec_apic_timer_interrupt+0xe/0x90
Aug 21 14:18:34 Obsidian kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Aug 21 14:18:34 Obsidian kernel:  ? __get_user_8+0x17/0x30
Aug 21 14:18:34 Obsidian kernel:  ? __rseq_handle_notify_resume+0xa6/0x4b0
Aug 21 14:18:34 Obsidian kernel:  ? exit_to_user_mode_loop+0xcf/0x150
Aug 21 14:18:34 Obsidian kernel:  ? clear_bhb_loop+0x50/0xa0
Aug 21 14:18:34 Obsidian kernel:  ? clear_bhb_loop+0x50/0xa0
Aug 21 14:18:34 Obsidian kernel:  ? clear_bhb_loop+0x50/0xa0
Aug 21 14:18:34 Obsidian kernel:  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
Aug 21 14:18:34 Obsidian kernel:  </TASK>
Aug 21 14:18:34 Obsidian kernel: ---[ end trace 0000000000000000 ]---
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Remote device 3f Bridge Loopback
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Remote device 44 Codec Input
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: BufferStruct ver = 3
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Num devices = 5
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 0 Bridge Loopback
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 0 Stream 0: Output; Buffer Count = 1
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 1 Speaker
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 1 Stream 0: Output; Buffer Count = 1
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 2 Codec Output
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 2 Stream 0: Output; Buffer Count = 1
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 3 Digital Mic
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 4 Codec Input
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 3 Host Stream; Input
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 0 Host Stream; Input
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: aaudio: Device 4 Host Stream; Input
Aug 21 14:18:34 Obsidian kernel: input: Apple T2 Audio Codec Output as /devices/pci0000:00/0000:00:1b.0/0000:04:00.3/aaudio/aaudio/card0/input5
Aug 21 14:18:34 Obsidian systemd[1]: Reached target Sound Card.
Aug 21 14:18:34 Obsidian kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Aug 21 14:18:34 Obsidian kernel: bce_vhci_reset_device 1
Aug 21 14:18:34 Obsidian kernel: usb 7-1: new high-speed USB device number 2 using apple-bce
Aug 21 14:18:34 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:18:34 Obsidian kernel: bce_vhci_cmd_device_create 1 -> 1
Aug 21 14:18:34 Obsidian kernel: bce_vhci_reset_device 1
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Not implemented: wait for pending output requests
Aug 21 14:18:34 Obsidian systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 21 14:18:34 Obsidian systemd[1]: Reached target Bluetooth Support.
Aug 21 14:18:34 Obsidian kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
Aug 21 14:18:34 Obsidian kernel: snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
Aug 21 14:18:34 Obsidian kernel: snd_hda_intel 0000:03:00.1: Force to non-snoop mode
Aug 21 14:18:34 Obsidian systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 21 14:18:34 Obsidian kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input6
Aug 21 14:18:34 Obsidian kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input7
Aug 21 14:18:34 Obsidian kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input8
Aug 21 14:18:34 Obsidian kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input9
Aug 21 14:18:34 Obsidian kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input10
Aug 21 14:18:34 Obsidian kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input11
Aug 21 14:18:34 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:18:34 Obsidian kernel: usb 7-1: New USB device found, idVendor=05ac, idProduct=8233, bcdDevice= 2.01
Aug 21 14:18:34 Obsidian kernel: usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:18:34 Obsidian kernel: usb 7-1: Product: Apple T2 Controller
Aug 21 14:18:34 Obsidian kernel: usb 7-1: Manufacturer: Apple Inc.
Aug 21 14:18:34 Obsidian kernel: usb 7-1: SerialNumber: 0000000000000000
Aug 21 14:18:34 Obsidian kernel: bce_vhci_reset_device 2
Aug 21 14:18:34 Obsidian kernel: intel_tcc_cooling: Programmable TCC Offset detected
Aug 21 14:18:34 Obsidian kernel: intel_pmc_core intel_pmc_core.0:  initialized
Aug 21 14:18:34 Obsidian kernel: intel_rapl_common: Found RAPL domain package
Aug 21 14:18:34 Obsidian kernel: intel_rapl_common: Found RAPL domain core
Aug 21 14:18:34 Obsidian kernel: intel_rapl_common: Found RAPL domain uncore
Aug 21 14:18:34 Obsidian kernel: intel_rapl_common: Found RAPL domain dram
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: BCM: failed to write update baudrate (-16)
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: Failed to set baudrate
Aug 21 14:18:34 Obsidian kernel: usb 7-2: new high-speed USB device number 3 using apple-bce
Aug 21 14:18:34 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:18:34 Obsidian kernel: bce_vhci_cmd_device_create 2 -> 2
Aug 21 14:18:34 Obsidian kernel: bce_vhci_reset_device 2
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Not implemented: wait for pending output requests
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: [drm] [ENCODER:105:DDI A/PHY A] failed to retrieve link info, disabling eDP
Aug 21 14:18:34 Obsidian kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Aug 21 14:18:34 Obsidian kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Aug 21 14:18:34 Obsidian kernel: ACPI: video: [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS
Aug 21 14:18:34 Obsidian kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Aug 21 14:18:34 Obsidian kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/device:02/device:03/LNXVIDEO:00/input/input12
Aug 21 14:18:34 Obsidian kernel: ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Aug 21 14:18:34 Obsidian kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: BCM: chip id 150
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: BCM: features 0x07
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: BCM4364B3 Trinidad Olympic GEN (MFG)
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: BCM (001.016.091) build 0115
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: BCM: firmware Patch file not found, tried:
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
Aug 21 14:18:34 Obsidian kernel: Bluetooth: hci0: HCI Read Transmit Power Level command is advertised, but not supported.
Aug 21 14:18:34 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:18:34 Obsidian kernel: usb 7-2: New USB device found, idVendor=05ac, idProduct=8514, bcdDevice= 2.01
Aug 21 14:18:34 Obsidian kernel: usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:18:34 Obsidian kernel: usb 7-2: Product: FaceTime HD Camera (Built-in)
Aug 21 14:18:34 Obsidian kernel: usb 7-2: Manufacturer: Apple Inc.
Aug 21 14:18:34 Obsidian kernel: usb 7-2: SerialNumber: CC2018406K5HNW192
Aug 21 14:18:34 Obsidian kernel: bce_vhci_reset_device 3
Aug 21 14:18:34 Obsidian systemd[1]: Mounting /boot...
Aug 21 14:18:34 Obsidian systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 21 14:18:34 Obsidian systemd[1]: Listening on Disk Image Download Service Socket.
Aug 21 14:18:34 Obsidian systemd[1]: Mounted /boot.
Aug 21 14:18:34 Obsidian systemd[1]: Reached target Local File Systems.
Aug 21 14:18:34 Obsidian systemd[1]: Listening on Boot Entries Service Socket.
Aug 21 14:18:34 Obsidian systemd[1]: Listening on System Extension Image Management.
Aug 21 14:18:34 Obsidian systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 21 14:18:34 Obsidian systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 21 14:18:34 Obsidian systemd[1]: Starting Create System Files and Directories...
Aug 21 14:18:34 Obsidian kernel: usb 7-3: new high-speed USB device number 4 using apple-bce
Aug 21 14:18:34 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:18:34 Obsidian kernel: bce_vhci_cmd_device_create 3 -> 3
Aug 21 14:18:34 Obsidian kernel: bce_vhci_reset_device 3
Aug 21 14:18:34 Obsidian kernel: bce-vhci: Not implemented: wait for pending output requests
Aug 21 14:18:34 Obsidian kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Aug 21 14:18:34 Obsidian systemd[1]: Finished Create System Files and Directories.
Aug 21 14:18:34 Obsidian systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 21 14:18:34 Obsidian systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 21 14:18:34 Obsidian systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 21 14:18:34 Obsidian systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 21 14:18:34 Obsidian systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 21 14:18:34 Obsidian systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 21 14:18:34 Obsidian systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 21 14:18:35 Obsidian systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 21 14:18:35 Obsidian systemd[1]: Reached target System Initialization.
Aug 21 14:18:35 Obsidian systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 21 14:18:35 Obsidian systemd[1]: Started Daily verification of password and group files.
Aug 21 14:18:35 Obsidian systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 21 14:18:35 Obsidian systemd[1]: Reached target Timer Units.
Aug 21 14:18:35 Obsidian systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 21 14:18:35 Obsidian systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Aug 21 14:18:35 Obsidian systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Aug 21 14:18:35 Obsidian systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Aug 21 14:18:35 Obsidian systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Aug 21 14:18:35 Obsidian systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Aug 21 14:18:35 Obsidian systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Aug 21 14:18:35 Obsidian systemd[1]: Listening on Hostname Service Socket.
Aug 21 14:18:35 Obsidian systemd[1]: Reached target Socket Units.
Aug 21 14:18:35 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:18:35 Obsidian systemd[1]: Starting D-Bus System Message Bus...
Aug 21 14:18:35 Obsidian systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 14:18:35 Obsidian kernel: usb 7-3: New USB device found, idVendor=05ac, idProduct=8262, bcdDevice= 2.01
Aug 21 14:18:35 Obsidian kernel: usb 7-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:18:35 Obsidian kernel: usb 7-3: Product: Ambient Light Sensor
Aug 21 14:18:35 Obsidian kernel: usb 7-3: Manufacturer: Apple Inc.
Aug 21 14:18:35 Obsidian kernel: usb 7-3: SerialNumber: 000000000000
Aug 21 14:18:35 Obsidian kernel: bce_vhci_reset_device 4
Aug 21 14:18:35 Obsidian systemd[1]: Started D-Bus System Message Bus.
Aug 21 14:18:35 Obsidian systemd[1]: Reached target Basic System.
Aug 21 14:18:35 Obsidian systemd[1]: Starting Network Manager...
Aug 21 14:18:35 Obsidian systemd[1]: Starting User Login Management...
Aug 21 14:18:35 Obsidian systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Aug 21 14:18:35 Obsidian systemd[1]: Started A simple daemon to control fan speed on Macs with T2 chip, now written in Rust!.
Aug 21 14:18:35 Obsidian dbus-broker-launch[504]: Ready
Aug 21 14:18:35 Obsidian kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7340 0x106B:0x020F 0x40).
Aug 21 14:18:35 Obsidian kernel: [drm] register mmio base: 0x81500000
Aug 21 14:18:35 Obsidian kernel: [drm] register mmio size: 524288
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 0 <nv_common>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 1 <gmc_v10_0>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 2 <navi10_ih>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 3 <psp>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 4 <smu>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 5 <dm>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 6 <gfx_v10_0>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 7 <sdma_v5_0>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 8 <vcn_v2_0>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 9 <jpeg_v2_0>
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
Aug 21 14:18:35 Obsidian kernel: amdgpu: ATOM BIOS: 113-D32206U1-019
Aug 21 14:18:35 Obsidian t2fanrd[508]: Found fan: FanController {
Aug 21 14:18:35 Obsidian t2fanrd[508]:     manual_file: File {
Aug 21 14:18:35 Obsidian t2fanrd[508]:         fd: 3,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         path: "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:104/APP0001:00/fan1_manual",
Aug 21 14:18:35 Obsidian t2fanrd[508]:         read: false,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         write: true,
Aug 21 14:18:35 Obsidian t2fanrd[508]:     },
Aug 21 14:18:35 Obsidian t2fanrd[508]:     output_file: File {
Aug 21 14:18:35 Obsidian t2fanrd[508]:         fd: 4,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         path: "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:104/APP0001:00/fan1_output",
Aug 21 14:18:35 Obsidian t2fanrd[508]:         read: false,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         write: true,
Aug 21 14:18:35 Obsidian t2fanrd[508]:     },
Aug 21 14:18:35 Obsidian t2fanrd[508]:     config: FanConfig {
Aug 21 14:18:35 Obsidian t2fanrd[508]:         low_temp: 55,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         high_temp: 75,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         speed_curve: Linear,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         always_full_speed: false,
Aug 21 14:18:35 Obsidian t2fanrd[508]:     },
Aug 21 14:18:35 Obsidian t2fanrd[508]:     min_speed: 1836,
Aug 21 14:18:35 Obsidian t2fanrd[508]:     max_speed: 5616,
Aug 21 14:18:35 Obsidian t2fanrd[508]: }
Aug 21 14:18:35 Obsidian t2fanrd[508]: Found fan: FanController {
Aug 21 14:18:35 Obsidian t2fanrd[508]:     manual_file: File {
Aug 21 14:18:35 Obsidian t2fanrd[508]:         fd: 5,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         path: "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:104/APP0001:00/fan2_manual",
Aug 21 14:18:35 Obsidian t2fanrd[508]:         read: false,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         write: true,
Aug 21 14:18:35 Obsidian t2fanrd[508]:     },
Aug 21 14:18:35 Obsidian t2fanrd[508]:     output_file: File {
Aug 21 14:18:35 Obsidian t2fanrd[508]:         fd: 6,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         path: "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:104/APP0001:00/fan2_output",
Aug 21 14:18:35 Obsidian t2fanrd[508]:         read: false,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         write: true,
Aug 21 14:18:35 Obsidian t2fanrd[508]:     },
Aug 21 14:18:35 Obsidian t2fanrd[508]:     config: FanConfig {
Aug 21 14:18:35 Obsidian t2fanrd[508]:         low_temp: 55,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         high_temp: 75,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         speed_curve: Linear,
Aug 21 14:18:35 Obsidian t2fanrd[508]:         always_full_speed: false,
Aug 21 14:18:35 Obsidian t2fanrd[508]:     },
Aug 21 14:18:35 Obsidian t2fanrd[508]:     min_speed: 1700,
Aug 21 14:18:35 Obsidian t2fanrd[508]:     max_speed: 5200,
Aug 21 14:18:35 Obsidian t2fanrd[508]: }
Aug 21 14:18:35 Obsidian systemd-logind[507]: New seat seat0.
Aug 21 14:18:35 Obsidian systemd-logind[507]: Watching system buttons on /dev/input/event3 (Power Button)
Aug 21 14:18:35 Obsidian systemd-logind[507]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 21 14:18:35 Obsidian systemd-logind[507]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 21 14:18:35 Obsidian systemd-logind[507]: Watching system buttons on /dev/input/event2 (Sleep Button)
Aug 21 14:18:35 Obsidian kernel: Console: switching to colour dummy device 80x25
Aug 21 14:18:35 Obsidian systemd[1]: Started User Login Management.
Aug 21 14:18:35 Obsidian NetworkManager[506]: <info>  [1755801750.1092] NetworkManager (version 1.54.0-1) is starting... (boot:2bf26b2f-4689-4b4c-9989-60c7a1ff5116)
Aug 21 14:18:35 Obsidian NetworkManager[506]: <info>  [1755801750.1093] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Aug 21 14:18:35 Obsidian kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: BAR 2 [mem 0xc0000000-0xc01fffff 64bit pref]: releasing
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: BAR 0 [mem 0xb0000000-0xbfffffff 64bit pref]: releasing
Aug 21 14:18:35 Obsidian kernel: pci 0000:02:00.0: bridge window [mem 0xb0000000-0xc01fffff 64bit pref]: releasing
Aug 21 14:18:35 Obsidian kernel: pci 0000:01:00.0: bridge window [mem 0xb0000000-0xc01fffff 64bit pref]: releasing
Aug 21 14:18:35 Obsidian kernel: pci 0000:00:01.0: bridge window [mem 0xb0000000-0xc01fffff 64bit pref]: releasing
Aug 21 14:18:35 Obsidian kernel: pci 0000:00:01.0: bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]: assigned
Aug 21 14:18:35 Obsidian kernel: pci 0000:01:00.0: bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]: assigned
Aug 21 14:18:35 Obsidian kernel: pci 0000:02:00.0: bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]: assigned
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: BAR 0 [mem 0x4100000000-0x41ffffffff 64bit pref]: assigned
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: BAR 2 [mem 0x4080000000-0x40801fffff 64bit pref]: assigned
Aug 21 14:18:35 Obsidian kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
Aug 21 14:18:35 Obsidian kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:35 Obsidian kernel: pci 0000:00:01.0:   bridge window [mem 0x81500000-0x816fffff]
Aug 21 14:18:35 Obsidian kernel: pci 0000:00:01.0:   bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]
Aug 21 14:18:35 Obsidian kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Aug 21 14:18:35 Obsidian kernel: pci 0000:01:00.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:35 Obsidian kernel: pci 0000:01:00.0:   bridge window [mem 0x81500000-0x815fffff]
Aug 21 14:18:35 Obsidian kernel: pci 0000:01:00.0:   bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]
Aug 21 14:18:35 Obsidian kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 21 14:18:35 Obsidian kernel: pci 0000:02:00.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:18:35 Obsidian kernel: pci 0000:02:00.0:   bridge window [mem 0x81500000-0x815fffff]
Aug 21 14:18:35 Obsidian kernel: pci 0000:02:00.0:   bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 4080M 0x0000008000000000 - 0x00000080FEFFFFFF (4080M used)
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Aug 21 14:18:35 Obsidian kernel: [drm] Detected VRAM RAM=4080M, BAR=4096M
Aug 21 14:18:35 Obsidian kernel: [drm] RAM width 128bits GDDR6
Aug 21 14:18:35 Obsidian kernel: [drm] amdgpu: 4080M of VRAM memory ready
Aug 21 14:18:35 Obsidian kernel: [drm] amdgpu: 7942M of GTT memory ready.
Aug 21 14:18:35 Obsidian kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Aug 21 14:18:35 Obsidian kernel: [drm] PCIE GART of 512M enabled (table at 0x00000080FEE00000).
Aug 21 14:18:35 Obsidian NetworkManager[506]: <info>  [1755801750.1141] manager[0x55a46feb5a70]: monitoring kernel firmware directory '/lib/firmware'.
Aug 21 14:18:35 Obsidian systemd[1]: Starting Hostname Service...
Aug 21 14:18:35 Obsidian kernel: usb 7-4: new high-speed USB device number 5 using apple-bce
Aug 21 14:18:35 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:18:35 Obsidian kernel: bce_vhci_cmd_device_create 4 -> 4
Aug 21 14:18:35 Obsidian kernel: bce_vhci_reset_device 4
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2163] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2167] device (lo): Activation: starting connection 'lo' (2d49419a-e7bd-4304-836c-f560614049f9)
Aug 21 14:54:20 Obsidian systemd[1]: Started Network Manager.
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2171] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 21 14:54:20 Obsidian systemd[1]: Reached target Network.
Aug 21 14:54:20 Obsidian systemd[1]: Starting Permit User Sessions...
Aug 21 14:54:20 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2185] ovsdb: disconnected from ovsdb
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2186] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2187] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2189] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2191] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Aug 21 14:54:20 Obsidian kernel: usb 7-4: New USB device found, idVendor=05ac, idProduct=8103, bcdDevice= 2.14
Aug 21 14:54:20 Obsidian kernel: usb 7-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:54:20 Obsidian kernel: usb 7-4: Product: Headset
Aug 21 14:54:20 Obsidian kernel: usb 7-4: Manufacturer: Apple
Aug 21 14:54:20 Obsidian kernel: usb 7-4: SerialNumber: 000000000000
Aug 21 14:54:20 Obsidian systemd[1]: Finished Permit User Sessions.
Aug 21 14:54:20 Obsidian systemd[1]: Started Getty on tty1.
Aug 21 14:54:20 Obsidian systemd[1]: Reached target Login Prompts.
Aug 21 14:54:20 Obsidian systemd[1]: Reached target Multi-User System.
Aug 21 14:54:20 Obsidian systemd[1]: Reached target Graphical Interface.
Aug 21 14:54:20 Obsidian kernel: bce_vhci_reset_device 5
Aug 21 14:54:20 Obsidian systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 21 14:54:20 Obsidian systemd[1]: Startup finished in 4.191s (kernel) + 1.801s (userspace) = 5.992s.
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2455] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2456] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2460] device (lo): Activation: successful, device activated.
Aug 21 14:54:20 Obsidian NetworkManager[517]: <info>  [1755802460.2463] manager: startup complete
Aug 21 14:54:20 Obsidian kernel: Console: switching to colour dummy device 80x25
Aug 21 14:54:20 Obsidian kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
Aug 21 14:54:20 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Aug 21 14:54:20 Obsidian kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Aug 21 14:54:20 Obsidian kernel: amdgpu 0000:03:00.0: BAR 2 [mem 0xc0000000-0xc01fffff 64bit pref]: releasing
Aug 21 14:54:20 Obsidian kernel: amdgpu 0000:03:00.0: BAR 0 [mem 0xb0000000-0xbfffffff 64bit pref]: releasing
Aug 21 14:54:20 Obsidian kernel: pci 0000:02:00.0: bridge window [mem 0xb0000000-0xc01fffff 64bit pref]: releasing
Aug 21 14:54:20 Obsidian kernel: pci 0000:01:00.0: bridge window [mem 0xb0000000-0xc01fffff 64bit pref]: releasing
Aug 21 14:54:20 Obsidian kernel: pci 0000:00:01.0: bridge window [mem 0xb0000000-0xc01fffff 64bit pref]: releasing
Aug 21 14:54:20 Obsidian kernel: pci 0000:00:01.0: bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]: assigned
Aug 21 14:54:20 Obsidian kernel: pci 0000:01:00.0: bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]: assigned
Aug 21 14:54:20 Obsidian kernel: pci 0000:02:00.0: bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]: assigned
Aug 21 14:54:20 Obsidian kernel: amdgpu 0000:03:00.0: BAR 0 [mem 0x4100000000-0x41ffffffff 64bit pref]: assigned
Aug 21 14:54:20 Obsidian kernel: amdgpu 0000:03:00.0: BAR 2 [mem 0x4080000000-0x40801fffff 64bit pref]: assigned
Aug 21 14:54:20 Obsidian kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
Aug 21 14:54:20 Obsidian kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:54:20 Obsidian kernel: pci 0000:00:01.0:   bridge window [mem 0x81500000-0x816fffff]
Aug 21 14:54:20 Obsidian kernel: pci 0000:00:01.0:   bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]
Aug 21 14:54:20 Obsidian kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Aug 21 14:54:20 Obsidian kernel: pci 0000:01:00.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:54:20 Obsidian kernel: pci 0000:01:00.0:   bridge window [mem 0x81500000-0x815fffff]
Aug 21 14:54:20 Obsidian kernel: pci 0000:01:00.0:   bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]
Aug 21 14:54:20 Obsidian kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 21 14:54:20 Obsidian kernel: pci 0000:02:00.0:   bridge window [io  0x3000-0x3fff]
Aug 21 14:54:20 Obsidian kernel: pci 0000:02:00.0:   bridge window [mem 0x81500000-0x815fffff]
Aug 21 14:54:20 Obsidian kernel: pci 0000:02:00.0:   bridge window [mem 0x4080000000-0x41ffffffff 64bit pref]
Aug 21 14:54:20 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 4080M 0x0000008000000000 - 0x00000080FEFFFFFF (4080M used)
Aug 21 14:54:20 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Aug 21 14:54:20 Obsidian kernel: [drm] Detected VRAM RAM=4080M, BAR=4096M
Aug 21 14:54:20 Obsidian kernel: [drm] RAM width 128bits GDDR6
Aug 21 14:54:20 Obsidian kernel: [drm] amdgpu: 4080M of VRAM memory ready
Aug 21 14:54:20 Obsidian kernel: [drm] amdgpu: 7942M of GTT memory ready.
Aug 21 14:54:20 Obsidian kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Aug 21 14:54:20 Obsidian kernel: [drm] PCIE GART of 512M enabled (table at 0x00000080FEE00000).
Aug 21 14:54:20 Obsidian kernel: usb 7-5: new high-speed USB device number 6 using apple-bce
Aug 21 14:54:20 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:20 Obsidian kernel: bce_vhci_cmd_device_create 5 -> 5
Aug 21 14:54:20 Obsidian kernel: bce_vhci_reset_device 5
Aug 21 14:54:20 Obsidian kernel: bce-vhci: Not implemented: wait for pending output requests
Aug 21 14:54:20 Obsidian kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Aug 21 14:54:20 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:20 Obsidian kernel: usb 7-5: New USB device found, idVendor=05ac, idProduct=0340, bcdDevice= 2.75
Aug 21 14:54:20 Obsidian kernel: usb 7-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:54:20 Obsidian kernel: usb 7-5: Product: Apple Internal Keyboard / Trackpad
Aug 21 14:54:20 Obsidian kernel: usb 7-5: Manufacturer: Apple Inc.
Aug 21 14:54:20 Obsidian kernel: usb 7-5: SerialNumber: FM70264009XHYYKAD+TTN
Aug 21 14:54:20 Obsidian kernel: bce_vhci_reset_device 6
Aug 21 14:54:20 Obsidian kernel: usb 7-6: new high-speed USB device number 7 using apple-bce
Aug 21 14:54:20 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:20 Obsidian kernel: bce_vhci_cmd_device_create 6 -> 6
Aug 21 14:54:20 Obsidian kernel: bce_vhci_reset_device 6
Aug 21 14:54:20 Obsidian kernel: bce-vhci: Not implemented: wait for pending output requests
Aug 21 14:54:20 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:20 Obsidian kernel: usb 7-6: New USB device found, idVendor=05ac, idProduct=8302, bcdDevice= 2.01
Aug 21 14:54:20 Obsidian kernel: usb 7-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:54:20 Obsidian kernel: usb 7-6: Product: Touch Bar Display
Aug 21 14:54:20 Obsidian kernel: usb 7-6: Manufacturer: Apple Inc.
Aug 21 14:54:20 Obsidian kernel: usb 7-6: SerialNumber: 0000000000000000
Aug 21 14:54:20 Obsidian kernel: bce_vhci_reset_device 7
Aug 21 14:54:20 Obsidian kernel: usb 7-7: new high-speed USB device number 8 using apple-bce
Aug 21 14:54:20 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:20 Obsidian kernel: bce_vhci_cmd_device_create 7 -> 7
Aug 21 14:54:20 Obsidian kernel: bce_vhci_reset_device 7
Aug 21 14:54:20 Obsidian kernel: bce-vhci: Not implemented: wait for pending output requests
Aug 21 14:54:20 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:21 Obsidian kernel: usb 7-7: New USB device found, idVendor=05ac, idProduct=8102, bcdDevice= 2.01
Aug 21 14:54:21 Obsidian kernel: usb 7-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 21 14:54:21 Obsidian kernel: usb 7-7: Product: Touch Bar Backlight
Aug 21 14:54:21 Obsidian kernel: usb 7-7: Manufacturer: Apple Inc.
Aug 21 14:54:21 Obsidian kernel: usb 7-7: SerialNumber: 0000000000000000
Aug 21 14:54:21 Obsidian kernel: bce_vhci_reset_device 8
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 8 VEP: 0 Revision: 5
Aug 21 14:54:21 Obsidian kernel: usb 7-8: new high-speed USB device number 9 using apple-bce
Aug 21 14:54:21 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:21 Obsidian kernel: bce_vhci_cmd_device_create 8 -> 8
Aug 21 14:54:21 Obsidian kernel: bce_vhci_reset_device 8
Aug 21 14:54:21 Obsidian kernel: bce-vhci: Not implemented: wait for pending output requests
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: reserve 0x900000 from 0x80fd000000 for PSP TMR
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Aug 21 14:54:21 Obsidian kernel: bce_vhci_enable_device
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Display Core v3.2.334 initialized on DCN 2.0
Aug 21 14:54:21 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Aug 21 14:54:21 Obsidian kernel: usb 7-8: New USB device found, idVendor=05ac, idProduct=8104, bcdDevice= 2.14
Aug 21 14:54:21 Obsidian kernel: usb 7-8: New USB device strings: Mfr=1, Product=0, SerialNumber=2
Aug 21 14:54:21 Obsidian kernel: usb 7-8: Manufacturer: Apple
Aug 21 14:54:21 Obsidian kernel: usb 7-8: SerialNumber: 000000000000
Aug 21 14:54:21 Obsidian kernel: mc: Linux media interface: v0.10
Aug 21 14:54:21 Obsidian kernel: usbcore: registered new interface driver cdc_ether
Aug 21 14:54:21 Obsidian kernel: videodev: Linux video capture interface: v2.00
Aug 21 14:54:21 Obsidian kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Aug 21 14:54:21 Obsidian kernel: bce_vhci_drop_endpoint 1:12
Aug 21 14:54:21 Obsidian kernel: bce_vhci_drop_endpoint 1:1
Aug 21 14:54:21 Obsidian kernel: usbcore: registered new interface driver usbhid
Aug 21 14:54:21 Obsidian kernel: usbhid: USB HID core driver
Aug 21 14:54:21 Obsidian kernel: usb 7-2: Found UVC 1.50 device FaceTime HD Camera (Built-in) (05ac:8514)
Aug 21 14:54:21 Obsidian kernel: bce_vhci_drop_endpoint 2:11
Aug 21 14:54:21 Obsidian kernel: hid-generic 0003:05AC:8262.0001: hiddev96,hidraw0: USB HID v1.01 Device [Apple Inc. Ambient Light Sensor] on usb-bce-vhci-3/input0
Aug 21 14:54:21 Obsidian kernel: input: Apple Headset as /devices/pci0000:00/0000:00:1b.0/0000:04:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-4/7-4:1.0/0003:05AC:8103.0002/input/input14
Aug 21 14:54:21 Obsidian kernel: usbcore: registered new interface driver uvcvideo
Aug 21 14:54:21 Obsidian kernel: cdc_ncm 7-1:1.0: MAC-Address: ac:de:48:00:11:22
Aug 21 14:54:21 Obsidian kernel: cdc_ncm 7-1:1.0: setting rx_max = 16384
Aug 21 14:54:21 Obsidian kernel: cdc_ncm 7-1:1.0: setting tx_max = 16384
Aug 21 14:54:21 Obsidian kernel: cdc_ncm 7-1:1.0 eth0: register 'cdc_ncm' at usb-bce-vhci-1, CDC NCM (NO ZLP), ac:de:48:00:11:22
Aug 21 14:54:21 Obsidian kernel: usbcore: registered new interface driver cdc_ncm
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3379] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Aug 21 14:54:21 Obsidian kernel: usbcore: registered new interface driver cdc_wdm
Aug 21 14:54:21 Obsidian kernel: usbcore: registered new interface driver cdc_mbim
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3483] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp4s0f1u1'
Aug 21 14:54:21 Obsidian kernel: cdc_ncm 7-1:1.0 enp4s0f1u1: renamed from eth0
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3513] device (enp4s0f1u1): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3524] settings: (enp4s0f1u1): created default wired connection 'Wired connection 1'
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3525] device (enp4s0f1u1): carrier: link connected
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3527] device (enp4s0f1u1): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3529] policy: auto-activating connection 'Wired connection 1' (67e50805-04d1-344d-8bdf-30e93b89a0dc)
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3531] device (enp4s0f1u1): Activation: starting connection 'Wired connection 1' (67e50805-04d1-344d-8bdf-30e93b89a0dc)
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3532] device (enp4s0f1u1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3533] manager: NetworkManager state is now CONNECTING
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3534] device (enp4s0f1u1): state change: prepare -> config (reason 'none', managed-type: 'full')
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3536] device (enp4s0f1u1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Aug 21 14:54:21 Obsidian NetworkManager[517]: <info>  [1755802461.3538] dhcp4 (enp4s0f1u1): activation: beginning transaction (timeout in 45 seconds)
Aug 21 14:54:21 Obsidian kernel: hid-generic 0003:05AC:8103.0002: input,hidraw1: USB HID v1.01 Device [Apple Headset] on usb-bce-vhci-4/input0
Aug 21 14:54:21 Obsidian kernel: hid-generic 0003:05AC:8104.000B: hiddev97,hidraw2: USB HID v1.01 Device [Apple] on usb-bce-vhci-8/input0
Aug 21 14:54:21 Obsidian kernel: apple 0003:05AC:0340.0003: hiddev96,hidraw0: USB HID v1.01 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-bce-vhci-5/input0
Aug 21 14:54:21 Obsidian kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1b.0/0000:04:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.1/0003:05AC:0340.0004/input/input15
Aug 21 14:54:21 Obsidian kernel: hid-sensor-hub 0003:05AC:8262.0001: hiddev98,hidraw3: USB HID v1.01 Device [Apple Inc. Ambient Light Sensor] on usb-bce-vhci-3/input0
Aug 21 14:54:21 Obsidian kernel: hid-sensor-hub 0003:05AC:8104.000B: hiddev97,hidraw2: USB HID v1.01 Device [Apple] on usb-bce-vhci-8/input0
Aug 21 14:54:21 Obsidian kernel: hid-appletb-bl 0003:05AC:8102.0009: : USB HID v1.01 Device [Apple Inc. Touch Bar Backlight] on usb-bce-vhci-7/input0
Aug 21 14:54:21 Obsidian kernel: hid-sensor-hub 0003:05AC:8104.000B: No report with id 0xffffffff found
Aug 21 14:54:21 Obsidian kernel: hid_sensor_rotation HID-SENSOR-20008a.2.auto: failed to setup common attributes
Aug 21 14:54:21 Obsidian kernel: hid_sensor_rotation HID-SENSOR-20008a.2.auto: probe with driver hid_sensor_rotation failed with error -22
Aug 21 14:54:21 Obsidian kernel: input: Apple Inc. Touch Bar Display as /devices/pci0000:00/0000:00:1b.0/0000:04:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-6/7-6:1.0/0003:05AC:8302.0008/input/input16
Aug 21 14:54:21 Obsidian kernel: apple 0003:05AC:0340.0004: input,hidraw4: USB HID v1.01 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-bce-vhci-5/input1
Aug 21 14:54:21 Obsidian kernel: apple 0003:05AC:0340.0006: hiddev99,hidraw5: USB HID v1.01 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-bce-vhci-5/input3
Aug 21 14:54:21 Obsidian kernel: apple 0003:05AC:0340.0007: hiddev100,hidraw6: USB HID v1.01 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-bce-vhci-5/input4
Aug 21 14:54:21 Obsidian kernel: apple 0003:05AC:8102.000A: hiddev101,hidraw7: USB HID v1.01 Device [Apple Inc. Touch Bar Backlight] on usb-bce-vhci-7/input1
Aug 21 14:54:21 Obsidian kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1b.0/0000:04:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.2/0003:05AC:0340.0005/input/input17
Aug 21 14:54:21 Obsidian systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 21 14:54:21 Obsidian systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:appletb_backlight...
Aug 21 14:54:21 Obsidian systemd[1]: Starting Load/Save Screen Backlight Brightness of leds::white:kbd_backlight...
Aug 21 14:54:21 Obsidian systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:appletb_backlight.
Aug 21 14:54:21 Obsidian systemd[1]: Finished Load/Save Screen Backlight Brightness of leds::white:kbd_backlight.
Aug 21 14:54:21 Obsidian kernel: hid-appletb-kbd 0003:05AC:8302.0008: input: USB HID v1.01 Keyboard [Apple Inc. Touch Bar Display] on usb-bce-vhci-6/input0
Aug 21 14:54:21 Obsidian kernel: magicmouse 0003:05AC:0340.0005: input,hiddev102,hidraw8: USB HID v1.01 Mouse [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-bce-vhci-5/input2
Aug 21 14:54:21 Obsidian kernel: mousedev: PS/2 mouse device common for all mice
Aug 21 14:54:21 Obsidian systemd-logind[518]: Watching system buttons on /dev/input/event15 (Apple Inc. Apple Internal Keyboard / Trackpad)
Aug 21 14:54:21 Obsidian kernel: [drm] kiq ring mec 2 pipe 1 q 0
Aug 21 14:54:21 Obsidian kernel: amdgpu: HMM registered 4080MB device memory
Aug 21 14:18:35 Obsidian kernel: [drm] Fence fallback timer expired on ring sdma0
Aug 21 14:18:35 Obsidian kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Aug 21 14:18:35 Obsidian kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Aug 21 14:18:35 Obsidian kernel: [drm] Fence fallback timer expired on ring sdma0
Aug 21 14:18:35 Obsidian kernel: amdgpu: Virtual CRAT table created for GPU
Aug 21 14:18:35 Obsidian kernel: amdgpu: Topology: Add dGPU node [0x7340:0x1002]
Aug 21 14:18:35 Obsidian kernel: kfd kfd: amdgpu: added device 1002:7340
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 24
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 8
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 8
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 8
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
Aug 21 14:18:35 Obsidian kernel: vga_switcheroo: enabled
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: Runtime PM not available
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Skipping amdgpu DM backlight registration
Aug 21 14:18:35 Obsidian kernel: amdgpu 0000:03:00.0: [drm] Registered 5 planes with drm panic
Aug 21 14:18:35 Obsidian kernel: [drm] Initialized amdgpu 3.64.0 for 0000:03:00.0 on minor 2
Aug 21 14:18:35 Obsidian kernel: fbcon: amdgpudrmfb (fb0) is primary device
Aug 21 14:18:35 Obsidian kernel: [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
Aug 21 14:18:36 Obsidian dbus-broker-launch[514]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Aug 21 14:18:36 Obsidian kernel: Console: switching to colour frame buffer device 192x60
Aug 21 14:18:36 Obsidian kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Aug 21 14:18:37 Obsidian systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 21 14:18:37 Obsidian systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 21 14:19:03 Obsidian systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2650] device (enp4s0f1u1): state change: ip-config -> failed (reason 'ip-config-unavailable', managed-type: 'full')
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2656] manager: NetworkManager state is now DISCONNECTED
Aug 21 14:19:19 Obsidian NetworkManager[517]: <warn>  [1755802506.2661] device (enp4s0f1u1): Activation: failed for connection 'Wired connection 1'
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2665] device (enp4s0f1u1): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2826] dhcp4 (enp4s0f1u1): canceled DHCP transaction
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2826] dhcp4 (enp4s0f1u1): activation: beginning transaction (timeout in 45 seconds)
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2827] dhcp4 (enp4s0f1u1): state changed no lease
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2832] policy: auto-activating connection 'Wired connection 1' (67e50805-04d1-344d-8bdf-30e93b89a0dc)
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2835] device (enp4s0f1u1): Activation: starting connection 'Wired connection 1' (67e50805-04d1-344d-8bdf-30e93b89a0dc)
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2836] device (enp4s0f1u1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2837] manager: NetworkManager state is now CONNECTING
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2837] device (enp4s0f1u1): state change: prepare -> config (reason 'none', managed-type: 'full')
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2840] device (enp4s0f1u1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Aug 21 14:19:19 Obsidian NetworkManager[517]: <info>  [1755802506.2841] dhcp4 (enp4s0f1u1): activation: beginning transaction (timeout in 45 seconds)
Aug 21 14:19:19 Obsidian systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 21 14:19:19 Obsidian systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 21 14:19:29 Obsidian systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2648] device (enp4s0f1u1): state change: ip-config -> failed (reason 'ip-config-unavailable', managed-type: 'full')
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2654] manager: NetworkManager state is now DISCONNECTED
Aug 21 14:20:04 Obsidian NetworkManager[517]: <warn>  [1755802551.2659] device (enp4s0f1u1): Activation: failed for connection 'Wired connection 1'
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2663] device (enp4s0f1u1): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2797] dhcp4 (enp4s0f1u1): canceled DHCP transaction
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2798] dhcp4 (enp4s0f1u1): activation: beginning transaction (timeout in 45 seconds)
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2798] dhcp4 (enp4s0f1u1): state changed no lease
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2820] policy: auto-activating connection 'Wired connection 1' (67e50805-04d1-344d-8bdf-30e93b89a0dc)
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2833] device (enp4s0f1u1): Activation: starting connection 'Wired connection 1' (67e50805-04d1-344d-8bdf-30e93b89a0dc)
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2835] device (enp4s0f1u1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2841] manager: NetworkManager state is now CONNECTING
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2844] device (enp4s0f1u1): state change: prepare -> config (reason 'none', managed-type: 'full')
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2849] device (enp4s0f1u1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Aug 21 14:20:04 Obsidian NetworkManager[517]: <info>  [1755802551.2852] dhcp4 (enp4s0f1u1): activation: beginning transaction (timeout in 45 seconds)
Aug 21 14:20:04 Obsidian systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 21 14:20:04 Obsidian systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 21 14:20:06 Obsidian unix_chkpwd[644]: password check failed for user (root)
Aug 21 14:20:06 Obsidian login[553]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=root
Aug 21 14:20:07 Obsidian login[553]: FAILED LOGIN 1 FROM tty1 FOR root, Authentication failure
Aug 21 14:20:10 Obsidian login[553]: pam_faillock(login:auth): User unknown
Aug 21 14:20:13 Obsidian login[553]: pam_unix(login:auth): check pass; user unknown
Aug 21 14:20:13 Obsidian login[553]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty1 ruser= rhost=
Aug 21 14:20:13 Obsidian login[553]: pam_faillock(login:auth): User unknown
Aug 21 14:20:14 Obsidian systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 21 14:20:14 Obsidian login[553]: FAILED LOGIN 2 FROM tty1 FOR (unknown), User not known to the underlying authentication module
Aug 21 14:20:18 Obsidian login[553]: pam_unix(login:session): session opened for user root(uid=0) by LOGIN(uid=0)
Aug 21 14:20:18 Obsidian systemd-logind[518]: New session 1 of user root.
Aug 21 14:20:18 Obsidian systemd[1]: Created slice User Slice of UID 0.
Aug 21 14:20:18 Obsidian systemd[1]: Starting User Runtime Directory /run/user/0...
Aug 21 14:20:18 Obsidian systemd[1]: Finished User Runtime Directory /run/user/0.
Aug 21 14:20:18 Obsidian systemd[1]: Starting User Manager for UID 0...
Aug 21 14:20:18 Obsidian (systemd)[654]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Aug 21 14:20:18 Obsidian (systemd)[654]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
Aug 21 14:20:18 Obsidian systemd-logind[518]: New session 2 of user root.
Aug 21 14:20:19 Obsidian systemd[654]: Queued start job for default target Main User Target.
Aug 21 14:20:19 Obsidian systemd[654]: Created slice User Application Slice.
Aug 21 14:20:19 Obsidian systemd[654]: Reached target Paths.
Aug 21 14:20:19 Obsidian systemd[654]: Reached target Timers.
Aug 21 14:20:19 Obsidian systemd[654]: Starting D-Bus User Message Bus Socket...
Aug 21 14:20:19 Obsidian systemd[654]: Listening on GnuPG network certificate management daemon.
Aug 21 14:20:19 Obsidian systemd[654]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 21 14:20:19 Obsidian systemd[654]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 21 14:20:19 Obsidian systemd[654]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 21 14:20:19 Obsidian systemd[654]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 21 14:20:19 Obsidian systemd[654]: Listening on GnuPG public key management service.
Aug 21 14:20:19 Obsidian systemd[654]: Listening on p11-kit server.
Aug 21 14:20:19 Obsidian systemd[654]: Listening on D-Bus User Message Bus Socket.
Aug 21 14:20:19 Obsidian systemd[654]: Reached target Sockets.
Aug 21 14:20:19 Obsidian systemd[654]: Reached target Basic System.
Aug 21 14:20:19 Obsidian systemd[654]: Reached target Main User Target.
Aug 21 14:20:19 Obsidian systemd[654]: Startup finished in 127ms.
Aug 21 14:20:19 Obsidian systemd[1]: Started User Manager for UID 0.
Aug 21 14:20:19 Obsidian systemd[1]: Started Session 1 of User root.
Aug 21 14:20:19 Obsidian login[553]: ROOT LOGIN ON tty1
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2650] device (enp4s0f1u1): state change: ip-config -> failed (reason 'ip-config-unavailable', managed-type: 'full')
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2658] manager: NetworkManager state is now DISCONNECTED
Aug 21 14:20:49 Obsidian NetworkManager[517]: <warn>  [1755802596.2662] device (enp4s0f1u1): Activation: failed for connection 'Wired connection 1'
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2665] device (enp4s0f1u1): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2847] dhcp4 (enp4s0f1u1): canceled DHCP transaction
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2847] dhcp4 (enp4s0f1u1): activation: beginning transaction (timeout in 45 seconds)
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2848] dhcp4 (enp4s0f1u1): state changed no lease
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2870] policy: auto-activating connection 'Wired connection 1' (67e50805-04d1-344d-8bdf-30e93b89a0dc)
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2883] device (enp4s0f1u1): Activation: starting connection 'Wired connection 1' (67e50805-04d1-344d-8bdf-30e93b89a0dc)
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2885] device (enp4s0f1u1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2891] manager: NetworkManager state is now CONNECTING
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2894] device (enp4s0f1u1): state change: prepare -> config (reason 'none', managed-type: 'full')
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2898] device (enp4s0f1u1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Aug 21 14:20:49 Obsidian NetworkManager[517]: <info>  [1755802596.2901] dhcp4 (enp4s0f1u1): activation: beginning transaction (timeout in 45 seconds)
Aug 21 14:20:49 Obsidian systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 21 14:20:49 Obsidian systemd[1]: Started Network Manager Script Dispatcher Service.

Offline

#4 2025-08-21 21:04:21

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

Re: Cannot Find Wireless Wi-fi Device on New MacT2 Arch Install

Aug 21 14:18:34 Obsidian kernel: wl: loading out-of-tree module taints kernel.
Aug 21 14:18:34 Obsidian kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Aug 21 14:18:34 Obsidian kernel: Disabling lock debugging due to kernel taint
Aug 21 14:18:34 Obsidian kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Aug 21 14:18:34 Obsidian kernel: wl: module license taints kernel.
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Remote device 25 Codec Output
Aug 21 14:18:34 Obsidian kernel: aaudio aaudio: Remote device 39 Speaker
Aug 21 14:18:34 Obsidian kernel: You are using the broadcom-wl driver, which is not maintained and is incompatible with Linux kernel security mitigations. It is heavily recommended to replace the hardware and remove the driver. Proceed at your own risk!
Aug 21 14:18:34 Obsidian kernel: ------------[ cut here ]------------
Aug 21 14:18:34 Obsidian kernel: Unpatched return thunk in use. This should not happen!
Aug 21 14:18:34 Obsidian kernel: WARNING: CPU: 1 PID: 405 at arch/x86/kernel/cpu/bugs.c:3553 __warn_thunk+0x2a/0x40
Aug 21 14:18:34 Obsidian kernel: Modules linked in: wl(POE+) snd_hda_codec irqbypass polyval_clmulni hci_uart snd_hda_core ghash_clmulni_intel btqca apple_bce(C+) snd_hwdep sha512_ssse3 iTCO_wdt pwrseq_core sha1_ssse3 intel_pmc_bxt snd_pcm mei_pxp mei_hdcp btrtl aesni_intel iTCO_vendor_support btintel rapl btbcm spi_nor i2c_i801 intel_cstate mei_me snd_timer 8250_dw i2c_smbus cfg80211 bluetooth thunderbolt mtd applesmc intel_uncore snd i2c_mux intel_lpss_pci mei pcspkr apple_mfi_fastcharge soundcore intel_pch_thermal sbs(+) intel_lpss_acpi rfkill sbshc apple_gmux acpi_tad intel_lpss idma64 mac_hid pkcs8_key_parser dm_mod loop nfnetlink ip_tables x_tables ext4 mbcache jbd2 uas usb_storage amdgpu i915 amdxcp drm_ttm_helper drm_exec intel_gtt gpu_sched i2c_algo_bit drm_suballoc_helper ttm nvme drm_panel_backlight_quirks drm_buddy nvme_core drm_display_helper nvme_keyring spi_intel_pci cec nvme_auth spi_intel crc16 video wmi
Aug 21 14:18:34 Obsidian kernel: CPU: 1 UID: 0 PID: 405 Comm: (udev-worker) Tainted: P         C OE       6.16.1-arch1-Watanare-T2-1-t2 #1 PREEMPT(full)  48c756a2978b7a47c99ca4097ebd5db1b2ff30cf
Aug 21 14:18:34 Obsidian kernel: Tainted: [P]=PROPRIETARY_MODULE, [C]=CRAP, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Aug 21 14:18:34 Obsidian kernel: Hardware name: Apple Inc. MacBookPro16,1/Mac-E1008331FDC96864, BIOS 2075.140.4.0.0 (iBridge: 22.16.16083.0.0,0) 07/11/2025
Aug 21 14:18:34 Obsidian kernel: RIP: 0010:__warn_thunk+0x2a/0x40
Aug 21 14:18:34 Obsidian kernel: Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d bd 9b 17 02 00 74 05 c3 cc cc cc cc 48 c7 c7 78 79 49 99 c6 05 a8 9b 17 02 01 e8 a6 c8 05 00 <0f> 0b e9 8f c7 e8 00 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
Aug 21 14:18:34 Obsidian kernel: RSP: 0018:ffffced58077fa10 EFLAGS: 00010246
Aug 21 14:18:34 Obsidian kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
Aug 21 14:18:34 Obsidian kernel: RDX: ffff8d29aea5cfc8 RSI: 0000000000000001 RDI: ffff8d29aea5cfc0
Aug 21 14:18:34 Obsidian kernel: RBP: ffffced58077fa60 R08: 0000000000000000 R09: 00000000ffffefff
Aug 21 14:18:34 Obsidian kernel: R10: ffffffff99e60de0 R11: ffffced58077f8a8 R12: ffffffffc28a9b05
Aug 21 14:18:34 Obsidian kernel: R13: ffffffffc035b010 R14: 00007f2b644a52f2 R15: 0000000000000000
Aug 21 14:18:34 Obsidian kernel: FS:  00007f2b644b2880(0000) GS:ffff8d2a14075000(0000) knlGS:0000000000000000
Aug 21 14:18:34 Obsidian kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 21 14:18:34 Obsidian kernel: CR2: 00007f2b639d1da4 CR3: 0000000101712003 CR4: 00000000003706f0
Aug 21 14:18:34 Obsidian kernel: Call Trace:
Aug 21 14:18:34 Obsidian kernel:  <TASK>
Aug 21 14:18:34 Obsidian kernel:  warn_thunk_thunk+0x16/0x30
Aug 21 14:18:34 Obsidian kernel:  getvar+0x20/0x70 [wl 87ed453e6ac6e8b4cfa87928e9f4b3b5a19c2921]
Aug 21 14:18:34 Obsidian kernel:  ? __UNIQUE_ID_vermagic479+0x312a396b63e4/0x312a396b63e4 [wl 87ed453e6ac6e8b4cfa87928e9f4b3b5a19c2921]
Aug 21 14:18:34 Obsidian kernel:  wl_module_init+0x23/0xb0 [wl 87ed453e6ac6e8b4cfa87928e9f4b3b5a19c2921]
Aug 21 14:18:34 Obsidian kernel:  ? do_one_initcall+0x5b/0x300
Aug 21 14:18:34 Obsidian kernel:  ? do_init_module+0x62/0x250
Aug 21 14:18:34 Obsidian kernel:  ? init_module_from_file+0x8a/0xe0
Aug 21 14:18:34 Obsidian kernel:  ? init_module_from_file+0x8a/0xe0
Aug 21 14:18:34 Obsidian kernel:  ? idempotent_init_module+0x114/0x310
Aug 21 14:18:34 Obsidian kernel:  ? __x64_sys_finit_module+0x6d/0xd0
Aug 21 14:18:34 Obsidian kernel:  ? syscall_trace_enter+0x8d/0x1f0
Aug 21 14:18:34 Obsidian kernel:  ? do_syscall_64+0x81/0x970
Aug 21 14:18:34 Obsidian kernel:  ? sysvec_apic_timer_interrupt+0xe/0x90
Aug 21 14:18:34 Obsidian kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Aug 21 14:18:34 Obsidian kernel:  ? __get_user_8+0x17/0x30
Aug 21 14:18:34 Obsidian kernel:  ? __rseq_handle_notify_resume+0xa6/0x4b0
Aug 21 14:18:34 Obsidian kernel:  ? exit_to_user_mode_loop+0xcf/0x150
Aug 21 14:18:34 Obsidian kernel:  ? clear_bhb_loop+0x50/0xa0
Aug 21 14:18:34 Obsidian kernel:  ? clear_bhb_loop+0x50/0xa0
Aug 21 14:18:34 Obsidian kernel:  ? clear_bhb_loop+0x50/0xa0
Aug 21 14:18:34 Obsidian kernel:  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
Aug 21 14:18:34 Obsidian kernel:  </TASK>
Aug 21 14:18:34 Obsidian kernel: ---[ end trace 0000000000000000 ]---
Linux version 6.16.1-arch1-Watanare-T2-1-t2

Do you get this w/ one of the repo kernels (main or lts)?

intel_iommu=on iommu=pt pcie_ports=compat

Why is this?

Online

#5 2025-08-21 21:14:33

spaghettyii
Member
Registered: 2025-08-11
Posts: 13

Re: Cannot Find Wireless Wi-fi Device on New MacT2 Arch Install

I got the repo from this wiki guide (not main wiki) that supports getting Linux on T2 Macs.

seth wrote:

Why is this?

The guide told me to add those parameters for the GRUB booting during the installation phase (step 8).

Offline

#6 2025-08-25 04:27:47

spaghettyii
Member
Registered: 2025-08-11
Posts: 13

Re: Cannot Find Wireless Wi-fi Device on New MacT2 Arch Install

Would it be possible to boot the iso again and arch-chroot to try and download the appropriate modules (if there are any that I'm missing) to get this issue solved?

Offline

#7 2025-08-25 07:25:04

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

Re: Cannot Find Wireless Wi-fi Device on New MacT2 Arch Install

You're not missing any modules, the broadcom driver stumbles on init, the suggestion would be

seth wrote:

Do you get this w/ one of the repo kernels (main or lts)?


You're running some OOT module (wl) from where exactly?
It would seem that the distro you're using doesn't ship the broadcom-wl driver at all? So it seems you installed the dkms module from the repos against the patched kernel of the distro you're actually using - and that obviously fails.
I'd first and foremost test to run the iso you used (and which, for the records, is NOT archlinux) and see whether the broadcom chip initializes there and with what kernel module and whether you can use the wifi there.
The also test the behavior w/ the actual archlinux installation iso.

And you should raise this with the maintainers of the distro you're using, https://bbs.archlinux.org/misc.php?action=rules
They configured this, apparently specifically for your hardware, so they should™ know what they've done and why and whether the broadcom driver is actually supposed to work on their configuration.

Online

Board footer

Powered by FluxBB