You are not logged in.
I am facing an issue during the installation of Arch (live USB version `2025.05.01`). My Wi-Fi card is not recognized. It's a `Broadcom BCM4360 [14e4:43a0]`.
Symptoms
`ip link` does not show the Wi-Fi network interface
`iwctl device list` is empty
`dmesg | grep b43` gives me
b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
b43: probe of bcma0:1 failed with error -95
`lspci -vnn -d 14e4:` shows me
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma, wl
According to https://wireless.docs.kernel.org/en/lat … f-hardware `b43` driver is not supported, I need the `wl` one.
What I have tried
As I have the same error as here: https://bbs.archlinux.org/viewtopic.php?id=266637, I tried
modprobe -r b43
modprobe -r bcma
modprobe -r wl
modprobe wl
But the last line leads me to a segmentation fault.
I tried to uninstall the `broadcom-wl` package from the live USB and install (or just upgrade) the latest version with pacman and tethering. But then `modprobe wl` gives me "Module not found".
I have seen other solution that requires blacklisting some modules at boot to avoid them being used instead of `wl`, but I can't figure out how to do this with a live USB and I don't know if it's the right solution.
Do you have any clue on how can I troubleshoot this?
Offline
you get a segmentation fault from reloading wl where exactly? Anything in dmesg? Since you don't appear to have an internet connection might have to upload the outputs you get via a usb walk or so. dmesg is likely relevant. Also iwd tends to have trouble with the prop broadcom driver, try to disable it and use either wpa_supplicant directly or nmtui or so.
Offline
https://wiki.archlinux.org/title/Kernel … and_line_2 - blacklist b43 and bcma to prevent them from ever getting at the NIC.
Ceterum censeo: in case there#s a parallel windows installation see the 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Offline
I am not sure how `wpa_supplicant` will help me there, as I don't have any visible network interface
Yes, the segmentation fault occurs precisely when reloading wl. Here is the content of dmesg:
[ 0.000000] Linux version 6.14.4-arch1-2 (linux@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Tue, 29 Apr 2025 09:23:13 +0000
[ 0.000000] Command line: initrd=\arch\boot\x86_64\initramfs-linux.img archisobasedir=arch archisosearchuuid=2025-05-01-10-09-37-00
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000065a38fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000065a39000-0x0000000068b38fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000068b39000-0x0000000068c06fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000068c07000-0x0000000068cdffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000068ce0000-0x0000000069ffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000069fff000-0x0000000069ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006a000000-0x000000006dffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006ee00000-0x000000006fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x5cebb018-0x5cedac57] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000005cebb017] usable
[ 0.000000] reserve setup_data: [mem 0x000000005cebb018-0x000000005cedac57] usable
[ 0.000000] reserve setup_data: [mem 0x000000005cedac58-0x0000000065a38fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000065a39000-0x0000000068b38fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000068b39000-0x0000000068c06fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x0000000068c07000-0x0000000068cdffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000068ce0000-0x0000000069ffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000069fff000-0x0000000069ffffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000006a000000-0x000000006dffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000006ee00000-0x000000006fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000048fffffff] usable
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x68c4a000 ACPI 2.0=0x68c4a014 TPMFinalLog=0x68c4d000 SMBIOS=0x69d9a000 SMBIOS 3.0=0x69d99000 MEMATTR=0x60937298 ESRT=0x61c1ea18 INITRD=0x5d038598 RNG=0x68b61018 TPMEventLog=0x68b5c018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem99: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Not removing mem100: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem101: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem102: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem104: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem105: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.4.0 present.
[ 0.000000] DMI: To Be Filled By O.E.M. B660M-HDV/B660M-HDV, BIOS 2.04 11/26/2021
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Detected 2500.000 MHz processor
[ 0.000000] tsc: Detected 2496.000 MHz TSC
[ 0.000790] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000812] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000821] last_pfn = 0x490000 max_arch_pfn = 0x400000000
[ 0.000825] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.000827] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001338] last_pfn = 0x6a000 max_arch_pfn = 0x400000000
[ 0.009395] esrt: Reserving ESRT space from 0x0000000061c1ea18 to 0x0000000061c1eaa0.
[ 0.009402] e820: update [mem 0x61c1e000-0x61c1efff] usable ==> reserved
[ 0.009424] Using GB pages for direct mapping
[ 0.009880] Secure boot disabled
[ 0.009881] RAMDISK: [mem 0x43924000-0x4cc03fff]
[ 0.010566] ACPI: Early table checksum verification disabled
[ 0.010569] ACPI: RSDP 0x0000000068C4A014 000024 (v02 ALASKA)
[ 0.010575] ACPI: XSDT 0x0000000068C49728 0000E4 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010580] ACPI: FACP 0x0000000068C04000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
[ 0.010585] ACPI: DSDT 0x0000000068B89000 07AD51 (v02 ALASKA A M I 01072009 INTL 20200717)
[ 0.010588] ACPI: FACS 0x0000000068CDF000 000040
[ 0.010591] ACPI: FIDT 0x0000000068B88000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010594] ACPI: SSDT 0x0000000068B82000 005CE0 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.010597] ACPI: AAFT 0x0000000068C06000 0002EE (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.010599] ACPI: SSDT 0x0000000068B7F000 0029E4 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.010602] ACPI: SSDT 0x0000000068B7B000 003316 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.010605] ACPI: HPET 0x0000000068C05000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010607] ACPI: APIC 0x0000000068B7A000 0001DC (v05 ALASKA A M I 01072009 AMI 01000013)
[ 0.010610] ACPI: MCFG 0x0000000068B79000 00003C (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010612] ACPI: NHLT 0x0000000068B78000 00002D (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.010615] ACPI: LPIT 0x0000000068B77000 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010617] ACPI: SSDT 0x0000000068B73000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
[ 0.010620] ACPI: DBGP 0x0000000068B72000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010623] ACPI: DBG2 0x0000000068B71000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.010625] ACPI: DMAR 0x0000000068B70000 000050 (v02 INTEL EDK2 00000002 01000013)
[ 0.010628] ACPI: SSDT 0x0000000068B6E000 001149 (v02 INTEL xh_adls3 00000000 INTL 20200717)
[ 0.010631] ACPI: SSDT 0x0000000068B6A000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.010633] ACPI: SSDT 0x0000000068B67000 002B2A (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.010636] ACPI: SSDT 0x0000000068B66000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
[ 0.010638] ACPI: TPM2 0x0000000068B64000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.010641] ACPI: BGRT 0x0000000068B65000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010643] ACPI: PHAT 0x0000000068B63000 0005ED (v00 ALASKA A M I 00000005 MSFT 0100000D)
[ 0.010646] ACPI: WSMT 0x0000000068B76000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010649] ACPI: FPDT 0x0000000068B62000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010651] ACPI: Reserving FACP table memory at [mem 0x68c04000-0x68c04113]
[ 0.010652] ACPI: Reserving DSDT table memory at [mem 0x68b89000-0x68c03d50]
[ 0.010653] ACPI: Reserving FACS table memory at [mem 0x68cdf000-0x68cdf03f]
[ 0.010654] ACPI: Reserving FIDT table memory at [mem 0x68b88000-0x68b8809b]
[ 0.010655] ACPI: Reserving SSDT table memory at [mem 0x68b82000-0x68b87cdf]
[ 0.010655] ACPI: Reserving AAFT table memory at [mem 0x68c06000-0x68c062ed]
[ 0.010656] ACPI: Reserving SSDT table memory at [mem 0x68b7f000-0x68b819e3]
[ 0.010657] ACPI: Reserving SSDT table memory at [mem 0x68b7b000-0x68b7e315]
[ 0.010657] ACPI: Reserving HPET table memory at [mem 0x68c05000-0x68c05037]
[ 0.010658] ACPI: Reserving APIC table memory at [mem 0x68b7a000-0x68b7a1db]
[ 0.010659] ACPI: Reserving MCFG table memory at [mem 0x68b79000-0x68b7903b]
[ 0.010659] ACPI: Reserving NHLT table memory at [mem 0x68b78000-0x68b7802c]
[ 0.010660] ACPI: Reserving LPIT table memory at [mem 0x68b77000-0x68b770cb]
[ 0.010661] ACPI: Reserving SSDT table memory at [mem 0x68b73000-0x68b75356]
[ 0.010661] ACPI: Reserving DBGP table memory at [mem 0x68b72000-0x68b72033]
[ 0.010662] ACPI: Reserving DBG2 table memory at [mem 0x68b71000-0x68b71053]
[ 0.010663] ACPI: Reserving DMAR table memory at [mem 0x68b70000-0x68b7004f]
[ 0.010663] ACPI: Reserving SSDT table memory at [mem 0x68b6e000-0x68b6f148]
[ 0.010664] ACPI: Reserving SSDT table memory at [mem 0x68b6a000-0x68b6dae9]
[ 0.010665] ACPI: Reserving SSDT table memory at [mem 0x68b67000-0x68b69b29]
[ 0.010665] ACPI: Reserving SSDT table memory at [mem 0x68b66000-0x68b66143]
[ 0.010666] ACPI: Reserving TPM2 table memory at [mem 0x68b64000-0x68b6404b]
[ 0.010667] ACPI: Reserving BGRT table memory at [mem 0x68b65000-0x68b65037]
[ 0.010667] ACPI: Reserving PHAT table memory at [mem 0x68b63000-0x68b635ec]
[ 0.010668] ACPI: Reserving WSMT table memory at [mem 0x68b76000-0x68b76027]
[ 0.010669] ACPI: Reserving FPDT table memory at [mem 0x68b62000-0x68b62043]
[ 0.010795] No NUMA configuration found
[ 0.010796] Faking a node at [mem 0x0000000000000000-0x000000048fffffff]
[ 0.010802] NODE_DATA(0) allocated [mem 0x48ffd52c0-0x48fffffff]
[ 0.011003] Zone ranges:
[ 0.011004] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.011006] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.011008] Normal [mem 0x0000000100000000-0x000000048fffffff]
[ 0.011009] Device empty
[ 0.011010] Movable zone start for each node
[ 0.011011] Early memory node ranges
[ 0.011012] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.011013] node 0: [mem 0x000000000009f000-0x000000000009ffff]
[ 0.011014] node 0: [mem 0x0000000000100000-0x0000000065a38fff]
[ 0.011015] node 0: [mem 0x0000000069fff000-0x0000000069ffffff]
[ 0.011015] node 0: [mem 0x0000000100000000-0x000000048fffffff]
[ 0.011017] Initmem setup node 0 [mem 0x0000000000001000-0x000000048fffffff]
[ 0.011022] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.011023] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.011040] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.013211] On node 0, zone DMA32: 17862 pages in unavailable ranges
[ 0.032209] On node 0, zone Normal: 24576 pages in unavailable ranges
[ 0.032437] ACPI: PM-Timer IO Port: 0x1808
[ 0.032447] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.032448] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.032449] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.032450] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.032450] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.032451] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.032451] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.032452] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.032453] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.032453] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.032454] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.032454] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.032455] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.032456] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.032456] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.032457] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.032458] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.032458] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.032459] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.032460] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.032460] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.032461] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.032461] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.032462] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.032482] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.032484] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.032486] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.032490] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.032491] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.032500] e820: update [mem 0x5d33a000-0x5d37afff] usable ==> reserved
[ 0.032513] TSC deadline timer available
[ 0.032516] CPU topo: Max. logical packages: 1
[ 0.032517] CPU topo: Max. logical dies: 1
[ 0.032517] CPU topo: Max. dies per package: 1
[ 0.032520] CPU topo: Max. threads per core: 2
[ 0.032521] CPU topo: Num. cores per package: 6
[ 0.032521] CPU topo: Num. threads per package: 12
[ 0.032522] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[ 0.032540] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.032542] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.032543] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.032545] PM: hibernation: Registered nosave memory: [mem 0x5d33a000-0x5d37afff]
[ 0.032546] PM: hibernation: Registered nosave memory: [mem 0x61c1e000-0x61c1efff]
[ 0.032548] PM: hibernation: Registered nosave memory: [mem 0x65a39000-0x69ffefff]
[ 0.032549] PM: hibernation: Registered nosave memory: [mem 0x6a000000-0xffffffff]
[ 0.032551] [mem 0x70000000-0xfdffffff] available for PCI devices
[ 0.032552] Booting paravirtualized kernel on bare hardware
[ 0.032554] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.040490] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[ 0.041154] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
[ 0.041160] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
[ 0.041163] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[ 0.041168] pcpu-alloc: [0] 08 09 10 11
[ 0.041184] Kernel command line: initrd=\arch\boot\x86_64\initramfs-linux.img archisobasedir=arch archisosearchuuid=2025-05-01-10-09-37-00
[ 0.041234] Unknown kernel command line parameters "archisobasedir=arch archisosearchuuid=2025-05-01-10-09-37-00", will be passed to user space.
[ 0.041244] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.042556] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.043221] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.043367] Fallback order for Node 0: 0
[ 0.043370] Built 1 zonelists, mobility grouping on. Total pages: 4151768
[ 0.043371] Policy zone: Normal
[ 0.043563] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.043572] software IO TLB: area num 16.
[ 0.082109] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.082148] ftrace: allocating 55524 entries in 217 pages
[ 0.105518] ftrace: allocated 217 pages with 5 groups
[ 0.105598] Dynamic Preempt: full
[ 0.105657] rcu: Preemptible hierarchical RCU implementation.
[ 0.105658] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[ 0.105659] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.105661] Trampoline variant of Tasks RCU enabled.
[ 0.105661] Rude variant of Tasks RCU enabled.
[ 0.105662] Tracing variant of Tasks RCU enabled.
[ 0.105663] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.105664] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.105674] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.105677] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.105678] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.111393] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[ 0.111606] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.111796] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.111831] Console: colour dummy device 80x25
[ 0.111834] printk: legacy console [tty0] enabled
[ 0.111882] ACPI: Core revision 20240827
[ 0.112243] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[ 0.112286] APIC: Switch to symmetric I/O mode setup
[ 0.112288] DMAR: Host address width 39
[ 0.112289] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.112295] DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.112298] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 0
[ 0.112300] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.112301] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.113118] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.113121] x2apic enabled
[ 0.113170] APIC: Switched APIC routing to: cluster x2apic
[ 0.115675] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.120270] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.120277] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
[ 0.120338] CPU0: Thermal monitoring enabled (TM1)
[ 0.120340] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.120467] CET detected: Indirect Branch Tracking enabled
[ 0.120469] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.120470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.120473] process: using mwait in idle threads
[ 0.120475] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.120478] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.120479] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.120480] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.120481] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.120483] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.120495] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.120496] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.120497] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.120498] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.120499] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.120500] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.120502] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.120503] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.120505] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[ 0.141156] Freeing SMP alternatives memory: 48K
[ 0.141160] pid_max: default: 32768 minimum: 301
[ 0.144872] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ 0.144935] landlock: Up and running.
[ 0.144937] Yama: becoming mindful.
[ 0.145072] LSM support for eBPF active
[ 0.145113] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.145136] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.145490] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i5-12400F (family: 0x6, model: 0x97, stepping: 0x2)
[ 0.146426] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.146704] core: cpu_core PMU driver:
[ 0.146705] ... version: 5
[ 0.146706] ... bit width: 48
[ 0.146707] ... generic registers: 8
[ 0.146708] ... value mask: 0000ffffffffffff
[ 0.146709] ... max period: 00007fffffffffff
[ 0.146709] ... fixed-purpose events: 4
[ 0.146710] ... event mask: 0001000f000000ff
[ 0.146735] signal: max sigframe size: 3632
[ 0.146748] Estimated ratio of average max frequency by base frequency (times 1024): 1720
[ 0.148142] rcu: Hierarchical SRCU implementation.
[ 0.148143] rcu: Max phase no-delay instances is 400.
[ 0.148191] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.148880] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.148972] smp: Bringing up secondary CPUs ...
[ 0.149051] smpboot: x86: Booting SMP configuration:
[ 0.149052] .... node #0, CPUs: #2 #4 #6 #8 #10 #1 #3 #5 #7 #9 #11
[ 0.164330] smp: Brought up 1 node, 12 CPUs
[ 0.164330] smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
[ 0.165376] Memory: 16020044K/16607072K available (19363K kernel code, 2903K rwdata, 16276K rodata, 4528K init, 5264K bss, 565648K reserved, 0K cma-reserved)
[ 0.165716] devtmpfs: initialized
[ 0.165716] x86/mm: Memory block size: 128MB
[ 0.166931] ACPI: PM: Registering ACPI NVS region [mem 0x68c07000-0x68cdffff] (888832 bytes)
[ 0.166931] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.166931] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.166931] pinctrl core: initialized pinctrl subsystem
[ 0.166931] PM: RTC time: 06:39:08, date: 2025-05-28
[ 0.167665] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.167970] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.168119] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.168277] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.168284] audit: initializing netlink subsys (disabled)
[ 0.168291] audit: type=2000 audit(1748414348.054:1): state=initialized audit_enabled=0 res=1
[ 0.168352] thermal_sys: Registered thermal governor 'fair_share'
[ 0.168353] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.168355] thermal_sys: Registered thermal governor 'step_wise'
[ 0.168355] thermal_sys: Registered thermal governor 'user_space'
[ 0.168356] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.168361] cpuidle: using governor ladder
[ 0.168361] cpuidle: using governor menu
[ 0.168361] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.168361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.168391] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.168403] PCI: Using configuration type 1 for base access
[ 0.168464] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.170302] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.170304] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.170307] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.170308] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.170428] raid6: skipped pq benchmark and selected avx2x4
[ 0.170428] raid6: using avx2x2 recovery algorithm
[ 0.170428] ACPI: Added _OSI(Module Device)
[ 0.170428] ACPI: Added _OSI(Processor Device)
[ 0.170428] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.170428] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.265075] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.280283] ACPI: Dynamic OEM Table Load:
[ 0.280292] ACPI: SSDT 0xFFFF9C2481078C00 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.281452] ACPI: Dynamic OEM Table Load:
[ 0.281458] ACPI: SSDT 0xFFFF9C2481080000 000560 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.282633] ACPI: Dynamic OEM Table Load:
[ 0.282637] ACPI: SSDT 0xFFFF9C2481C78C00 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.283716] ACPI: Dynamic OEM Table Load:
[ 0.283720] ACPI: SSDT 0xFFFF9C2481081800 00044D (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.285235] ACPI: Dynamic OEM Table Load:
[ 0.285242] ACPI: SSDT 0xFFFF9C248106C000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.287145] ACPI: Dynamic OEM Table Load:
[ 0.287150] ACPI: SSDT 0xFFFF9C248106A000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.288825] ACPI: Dynamic OEM Table Load:
[ 0.288830] ACPI: SSDT 0xFFFF9C2481068000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.290534] ACPI: Dynamic OEM Table Load:
[ 0.290539] ACPI: SSDT 0xFFFF9C248108E000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.297835] ACPI: Interpreter enabled
[ 0.297897] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.297898] ACPI: Using IOAPIC for interrupt routing
[ 0.299531] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.299532] PCI: Using E820 reservations for host bridge windows
[ 0.300909] ACPI: Enabled 6 GPEs in block 00 to 7F
[ 0.336360] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.350370] ACPI: \PIN_: New power resource
[ 0.350689] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.350694] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.350862] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.351174] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[ 0.351175] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.352335] PCI host bridge to bus 0000:00
[ 0.352339] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.352341] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.352342] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.352344] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff window]
[ 0.352345] pci_bus 0000:00: root bus resource [mem 0x70000000-0xbfffffff window]
[ 0.352346] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.352347] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.352374] pci 0000:00:00.0: [8086:4650] type 00 class 0x060000 conventional PCI endpoint
[ 0.352497] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400 PCIe Root Port
[ 0.352512] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.352515] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.352517] pci 0000:00:01.0: bridge window [mem 0x70000000-0x710fffff]
[ 0.352524] pci 0000:00:01.0: bridge window [mem 0x4000000000-0x40120fffff 64bit pref]
[ 0.352569] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.352588] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[ 0.353258] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400 PCIe Root Port
[ 0.353273] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 0.353277] pci 0000:00:06.0: bridge window [mem 0x71500000-0x715fffff]
[ 0.353328] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.353346] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.353985] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000 conventional PCI endpoint
[ 0.354006] pci 0000:00:08.0: BAR 0 [mem 0x401221c000-0x401221cfff 64bit]
[ 0.354117] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.354163] pci 0000:00:14.0: BAR 0 [mem 0x4012200000-0x401220ffff 64bit]
[ 0.354213] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.356992] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000 conventional PCI endpoint
[ 0.357045] pci 0000:00:14.2: BAR 0 [mem 0x4012214000-0x4012217fff 64bit]
[ 0.357050] pci 0000:00:14.2: BAR 2 [mem 0x401221b000-0x401221bfff 64bit]
[ 0.357242] pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.357352] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.357791] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000 conventional PCI endpoint
[ 0.357847] pci 0000:00:16.0: BAR 0 [mem 0x4012219000-0x4012219fff 64bit]
[ 0.357904] pci 0000:00:16.0: PME# supported from D3hot
[ 0.358549] pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601 conventional PCI endpoint
[ 0.358593] pci 0000:00:17.0: BAR 0 [mem 0x71620000-0x71621fff]
[ 0.358595] pci 0000:00:17.0: BAR 1 [mem 0x71623000-0x716230ff]
[ 0.358598] pci 0000:00:17.0: BAR 2 [io 0x4050-0x4057]
[ 0.358600] pci 0000:00:17.0: BAR 3 [io 0x4040-0x4043]
[ 0.358602] pci 0000:00:17.0: BAR 4 [io 0x4020-0x403f]
[ 0.358604] pci 0000:00:17.0: BAR 5 [mem 0x71622000-0x716227ff]
[ 0.358644] pci 0000:00:17.0: PME# supported from D3hot
[ 0.359007] pci 0000:00:1c.0: [8086:7abd] type 01 class 0x060400 PCIe Root Port
[ 0.359034] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.359041] pci 0000:00:1c.0: bridge window [mem 0x71200000-0x714fffff]
[ 0.359132] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.359169] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.359874] pci 0000:00:1f.0: [8086:7a86] type 00 class 0x060100 conventional PCI endpoint
[ 0.360246] pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300 conventional PCI endpoint
[ 0.360347] pci 0000:00:1f.3: BAR 0 [mem 0x4012210000-0x4012213fff 64bit]
[ 0.360358] pci 0000:00:1f.3: BAR 4 [mem 0x4012100000-0x40121fffff 64bit]
[ 0.360453] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.361147] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.361203] pci 0000:00:1f.4: BAR 0 [mem 0x4012218000-0x40122180ff 64bit]
[ 0.361210] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.361484] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.361544] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.361628] pci 0000:00:1f.6: [8086:1a1d] type 00 class 0x020000 conventional PCI endpoint
[ 0.361700] pci 0000:00:1f.6: BAR 0 [mem 0x71600000-0x7161ffff]
[ 0.361773] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.362075] pci 0000:01:00.0: [10de:1e89] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.362110] pci 0000:01:00.0: BAR 0 [mem 0x70000000-0x70ffffff]
[ 0.362113] pci 0000:01:00.0: BAR 1 [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.362116] pci 0000:01:00.0: BAR 3 [mem 0x4010000000-0x4011ffffff 64bit pref]
[ 0.362118] pci 0000:01:00.0: BAR 5 [io 0x3000-0x307f]
[ 0.362120] pci 0000:01:00.0: ROM [mem 0x71000000-0x7107ffff pref]
[ 0.362143] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.362184] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.362255] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[ 0.362367] pci 0000:01:00.1: [10de:10f8] type 00 class 0x040300 PCIe Endpoint
[ 0.362400] pci 0000:01:00.1: BAR 0 [mem 0x71080000-0x71083fff]
[ 0.362509] pci 0000:01:00.2: [10de:1ad8] type 00 class 0x0c0330 PCIe Endpoint
[ 0.362545] pci 0000:01:00.2: BAR 0 [mem 0x4012000000-0x401203ffff 64bit pref]
[ 0.362549] pci 0000:01:00.2: BAR 3 [mem 0x4012040000-0x401204ffff 64bit pref]
[ 0.362595] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[ 0.362657] pci 0000:01:00.3: [10de:1ad9] type 00 class 0x0c8000 PCIe Endpoint
[ 0.362690] pci 0000:01:00.3: BAR 0 [mem 0x71084000-0x71084fff]
[ 0.362739] pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
[ 0.362800] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.362847] pci 0000:02:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[ 0.362882] pci 0000:02:00.0: BAR 0 [mem 0x71500000-0x71503fff 64bit]
[ 0.363081] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 0.363171] pci 0000:03:00.0: [14e4:43a0] type 00 class 0x028000 PCIe Endpoint
[ 0.363243] pci 0000:03:00.0: BAR 0 [mem 0x71400000-0x71407fff 64bit]
[ 0.363248] pci 0000:03:00.0: BAR 2 [mem 0x71200000-0x713fffff 64bit]
[ 0.363416] pci 0000:03:00.0: supports D1 D2
[ 0.363417] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.363708] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.366871] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.366988] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[ 0.367104] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.367218] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.367333] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.367449] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.367563] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.367678] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.375299] iommu: Default domain type: Translated
[ 0.375299] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.375386] SCSI subsystem initialized
[ 0.376286] libata version 3.00 loaded.
[ 0.376286] ACPI: bus type USB registered
[ 0.376290] usbcore: registered new interface driver usbfs
[ 0.376295] usbcore: registered new interface driver hub
[ 0.376299] usbcore: registered new device driver usb
[ 0.376321] EDAC MC: Ver: 3.0.0
[ 0.376458] efivars: Registered efivars operations
[ 0.376472] NetLabel: Initializing
[ 0.376473] NetLabel: domain hash size = 128
[ 0.376474] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.376490] NetLabel: unlabeled traffic allowed by default
[ 0.376493] mctp: management component transport protocol core
[ 0.376494] NET: Registered PF_MCTP protocol family
[ 0.376501] PCI: Using ACPI for IRQ routing
[ 0.386435] PCI: pci_cache_line_size set to 64 bytes
[ 0.386530] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ 0.386614] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.386617] e820: reserve RAM buffer [mem 0x5cebb018-0x5fffffff]
[ 0.386618] e820: reserve RAM buffer [mem 0x5d33a000-0x5fffffff]
[ 0.386619] e820: reserve RAM buffer [mem 0x61c1e000-0x63ffffff]
[ 0.386620] e820: reserve RAM buffer [mem 0x65a39000-0x67ffffff]
[ 0.386622] e820: reserve RAM buffer [mem 0x6a000000-0x6bffffff]
[ 0.387294] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.387294] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.387294] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.387294] vgaarb: loaded
[ 0.387296] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.387303] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[ 0.389309] clocksource: Switched to clocksource tsc-early
[ 0.389747] VFS: Disk quotas dquot_6.6.0
[ 0.389755] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.389802] pnp: PnP ACPI init
[ 0.390099] system 00:00: [io 0x0280-0x028f] has been reserved
[ 0.390101] system 00:00: [io 0x0290-0x029f] has been reserved
[ 0.390103] system 00:00: [io 0x02a0-0x02bf] has been reserved
[ 0.390104] system 00:00: [io 0x02c0-0x02df] has been reserved
[ 0.390574] pnp 00:01: [dma 0 disabled]
[ 0.390724] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.390726] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.390850] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.393303] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 0.393305] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.393306] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.393308] system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
[ 0.393309] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.393310] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.393312] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.393313] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.394223] system 00:05: [io 0x2000-0x20fe] has been reserved
[ 0.395026] pnp: PnP ACPI: found 7 devices
[ 0.400415] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.400461] NET: Registered PF_INET protocol family
[ 0.400654] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.416653] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.416677] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.416770] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.417070] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.417215] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.417326] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.417401] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.417487] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.417563] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.417569] NET: Registered PF_XDP protocol family
[ 0.417587] pci 0000:00:15.0: BAR 0 [mem 0x401221a000-0x401221afff 64bit]: assigned
[ 0.417650] resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
[ 0.417652] resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
[ 0.417654] pci 0000:00:1f.5: BAR 0 [mem 0x71100000-0x71100fff]: assigned
[ 0.417666] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.417668] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.417672] pci 0000:00:01.0: bridge window [mem 0x70000000-0x710fffff]
[ 0.417674] pci 0000:00:01.0: bridge window [mem 0x4000000000-0x40120fffff 64bit pref]
[ 0.417678] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 0.417680] pci 0000:00:06.0: bridge window [mem 0x71500000-0x715fffff]
[ 0.417685] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.417696] pci 0000:00:1c.0: bridge window [mem 0x71200000-0x714fffff]
[ 0.417704] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.417706] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.417707] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.417708] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff window]
[ 0.417710] pci_bus 0000:00: resource 8 [mem 0x70000000-0xbfffffff window]
[ 0.417711] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[ 0.417712] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.417713] pci_bus 0000:01: resource 1 [mem 0x70000000-0x710fffff]
[ 0.417714] pci_bus 0000:01: resource 2 [mem 0x4000000000-0x40120fffff 64bit pref]
[ 0.417715] pci_bus 0000:02: resource 1 [mem 0x71500000-0x715fffff]
[ 0.417717] pci_bus 0000:03: resource 1 [mem 0x71200000-0x714fffff]
[ 0.418232] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.418257] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.418325] pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
[ 0.418574] pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
[ 0.418623] PCI: CLS 64 bytes, default 64
[ 0.418646] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.418648] software IO TLB: mapped [mem 0x00000000566f1000-0x000000005a6f1000] (64MB)
[ 0.418666] Trying to unpack rootfs image as initramfs...
[ 0.418671] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.418692] clocksource: Switched to clocksource tsc
[ 0.418710] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.453084] Initialise system trusted keyrings
[ 0.453092] Key type blacklist registered
[ 0.453137] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.453320] fuse: init (API version 7.42)
[ 0.453385] integrity: Platform Keyring initialized
[ 0.453387] integrity: Machine keyring initialized
[ 0.461657] xor: automatically using best checksumming function avx
[ 0.461659] Key type asymmetric registered
[ 0.461660] Asymmetric key parser 'x509' registered
[ 0.461679] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.461722] io scheduler mq-deadline registered
[ 0.461724] io scheduler kyber registered
[ 0.461732] io scheduler bfq registered
[ 0.462707] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.463309] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.463789] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.463808] ACPI: button: Sleep Button [SLPB]
[ 0.463831] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.463843] ACPI: button: Power Button [PWRB]
[ 0.463860] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.463895] ACPI: button: Power Button [PWRF]
[ 0.467266] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.467770] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.472693] Non-volatile memory driver v1.3
[ 0.472696] Linux agpgart interface v0.103
[ 0.507865] ACPI: bus type drm_connector registered
[ 0.510141] ahci 0000:00:17.0: version 3.0
[ 0.520467] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 0.520471] ahci 0000:00:17.0: 4/4 ports implemented (port mask 0xf0)
[ 0.520472] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds
[ 0.525936] scsi host0: ahci
[ 0.526013] scsi host1: ahci
[ 0.526078] scsi host2: ahci
[ 0.526138] scsi host3: ahci
[ 0.526197] scsi host4: ahci
[ 0.526254] scsi host5: ahci
[ 0.526314] scsi host6: ahci
[ 0.526368] scsi host7: ahci
[ 0.526389] ata1: DUMMY
[ 0.526391] ata2: DUMMY
[ 0.526391] ata3: DUMMY
[ 0.526392] ata4: DUMMY
[ 0.526398] ata5: SATA max UDMA/133 abar m2048@0x71622000 port 0x71622300 irq 123 lpm-pol 3
[ 0.526400] ata6: SATA max UDMA/133 abar m2048@0x71622000 port 0x71622380 irq 123 lpm-pol 3
[ 0.526402] ata7: SATA max UDMA/133 abar m2048@0x71622000 port 0x71622400 irq 123 lpm-pol 3
[ 0.526404] ata8: SATA max UDMA/133 abar m2048@0x71622000 port 0x71622480 irq 123 lpm-pol 3
[ 0.526642] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.526648] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.527757] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 0.528078] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.528080] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.528082] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 0.528114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 0.528116] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.528117] usb usb1: Product: xHCI Host Controller
[ 0.528118] usb usb1: Manufacturer: Linux 6.14.4-arch1-2 xhci-hcd
[ 0.528119] usb usb1: SerialNumber: 0000:00:14.0
[ 0.528234] hub 1-0:1.0: USB hub found
[ 0.528260] hub 1-0:1.0: 16 ports detected
[ 0.530488] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 0.530490] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.530492] usb usb2: Product: xHCI Host Controller
[ 0.530493] usb usb2: Manufacturer: Linux 6.14.4-arch1-2 xhci-hcd
[ 0.530494] usb usb2: SerialNumber: 0000:00:14.0
[ 0.530559] hub 2-0:1.0: USB hub found
[ 0.530584] hub 2-0:1.0: 10 ports detected
[ 0.532271] xhci_hcd 0000:01:00.2: xHCI Host Controller
[ 0.532275] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
[ 0.532875] xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
[ 0.532974] xhci_hcd 0000:01:00.2: xHCI Host Controller
[ 0.532976] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
[ 0.532978] xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.533010] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 0.533012] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.533013] usb usb3: Product: xHCI Host Controller
[ 0.533014] usb usb3: Manufacturer: Linux 6.14.4-arch1-2 xhci-hcd
[ 0.533015] usb usb3: SerialNumber: 0000:01:00.2
[ 0.533073] hub 3-0:1.0: USB hub found
[ 0.533078] hub 3-0:1.0: 2 ports detected
[ 0.533140] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.533153] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 0.533154] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.533155] usb usb4: Product: xHCI Host Controller
[ 0.533156] usb usb4: Manufacturer: Linux 6.14.4-arch1-2 xhci-hcd
[ 0.533157] usb usb4: SerialNumber: 0000:01:00.2
[ 0.533196] hub 4-0:1.0: USB hub found
[ 0.533201] hub 4-0:1.0: 4 ports detected
[ 0.533305] usbcore: registered new interface driver usbserial_generic
[ 0.533309] usbserial: USB Serial support registered for generic
[ 0.533363] rtc_cmos rtc_cmos: RTC can wake from S4
[ 0.533839] rtc_cmos rtc_cmos: registered as rtc0
[ 0.533932] rtc_cmos rtc_cmos: setting system clock to 2025-05-28T06:39:08 UTC (1748414348)
[ 0.533965] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[ 0.534490] intel_pstate: Intel P-state driver initializing
[ 0.535225] intel_pstate: HWP enabled
[ 0.535362] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 0.535363] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.536525] fbcon: Deferring console take-over
[ 0.536526] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.536568] hid: raw HID events driver (C) Jiri Kosina
[ 0.536596] drop_monitor: Initializing network drop monitor service
[ 0.536654] NET: Registered PF_INET6 protocol family
[ 0.769607] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[ 0.831977] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.832398] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.832409] ata8.00: Model 'OCZ-VERTEX460', rev '1.0', applying quirks: nofua
[ 0.832501] ata8.00: ATA-8: OCZ-VERTEX460, 1.0, max UDMA/133
[ 0.832531] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.832550] ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.832583] ata8.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.833323] ata6.00: supports DRM functions and may not be fully accessible
[ 0.833325] ata6.00: ATA-10: CT500MX500SSD1, M3CR023, max UDMA/133
[ 0.833392] ata6.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.833697] ata7.00: ATAPI: DRW-24D5MT, 2.00, max UDMA/133
[ 0.834099] ata5.00: ATA-8: WDC WD5000AAKS-00A7B0, 01.03B01, max UDMA/133
[ 0.834225] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.834275] ata6.00: Features: Trust Dev-Sleep
[ 0.834362] ata6.00: supports DRM functions and may not be fully accessible
[ 0.834914] ata8.00: configured for UDMA/133
[ 0.835050] ata6.00: configured for UDMA/133
[ 0.835054] ahci 0000:00:17.0: port does not support device sleep
[ 0.835110] ata7.00: configured for UDMA/133
[ 0.835339] ata5.00: configured for UDMA/133
[ 0.835481] scsi 4:0:0:0: Direct-Access ATA WDC WD5000AAKS-0 3B01 PQ: 0 ANSI: 5
[ 0.835644] sd 4:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 0.835662] sd 4:0:0:0: [sda] Write Protect is off
[ 0.835664] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.835671] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.835696] sd 4:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 0.835719] scsi 5:0:0:0: Direct-Access ATA CT500MX500SSD1 023 PQ: 0 ANSI: 5
[ 0.835820] sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 0.835835] sd 5:0:0:0: [sdb] Write Protect is off
[ 0.835836] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 0.835840] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.835850] sd 5:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 0.837143] scsi 6:0:0:0: CD-ROM ASUS DRW-24D5MT 2.00 PQ: 0 ANSI: 5
[ 0.853437] sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6
[ 0.853628] sd 5:0:0:0: [sdb] supports TCG Opal
[ 0.853629] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 0.861057] scsi 7:0:0:0: Direct-Access ATA OCZ-VERTEX460 1.0 PQ: 0 ANSI: 5
[ 0.861149] sd 7:0:0:0: [sdc] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 0.861151] sd 7:0:0:0: [sdc] Write Protect is off
[ 0.861152] sd 7:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 0.861156] sd 7:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.861165] sd 7:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 0.873794] sdc: sdc1 sdc2 sdc3
[ 0.873836] sd 7:0:0:0: [sdc] Attached SCSI disk
[ 0.879030] sda: sda1 sda3 sda4 < sda5 >
[ 0.879121] sd 4:0:0:0: [sda] Attached SCSI disk
[ 0.896340] usb 1-2: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.01
[ 0.896343] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.896345] usb 1-2: Product: Logitech Illuminated Keyboard
[ 0.896346] usb 1-2: Manufacturer: Logitech
[ 1.009584] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[ 1.135296] usb 1-3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[ 1.135301] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.135302] usb 1-3: Product: USB Receiver
[ 1.135304] usb 1-3: Manufacturer: Logitech
[ 1.231417] Freeing initrd memory: 150400K
[ 1.235209] Segment Routing with IPv6
[ 1.235211] RPL Segment Routing with IPv6
[ 1.235219] In-situ OAM (IOAM) with IPv6
[ 1.235240] NET: Registered PF_PACKET protocol family
[ 1.238279] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 1.238487] microcode: Current revision: 0x00000038
[ 1.238489] microcode: Updated early from: 0x00000015
[ 1.238663] resctrl: L2 allocation detected
[ 1.238675] IPI shorthand broadcast: enabled
[ 1.239611] sched_clock: Marking stable (1237000607, 2575684)->(1249911611, -10335320)
[ 1.239709] registered taskstats version 1
[ 1.239895] Loading compiled-in X.509 certificates
[ 1.242933] Loaded X.509 cert 'Build time autogenerated kernel key: d420fbec0236d1ec50e54aee913e1161f8fe7710'
[ 1.245661] zswap: loaded using pool zstd/zsmalloc
[ 1.245689] Demotion targets for Node 0: null
[ 1.245772] Key type .fscrypt registered
[ 1.245772] Key type fscrypt-provisioning registered
[ 1.246318] Btrfs loaded, zoned=yes, fsverity=yes
[ 1.247008] PM: Magic number: 9:864:671
[ 1.247024] workqueue scsi_tmf_1: hash matches
[ 1.248599] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[ 1.249228] RAS: Correctable Errors collector initialized.
[ 1.256786] clk: Disabling unused clocks
[ 1.256787] PM: genpd: Disabling unused power domains
[ 1.261622] Freeing unused decrypted memory: 2028K
[ 1.262210] Freeing unused kernel image (initmem) memory: 4528K
[ 1.262223] Write protecting the kernel read-only data: 36864k
[ 1.262623] Freeing unused kernel image (text/rodata gap) memory: 1116K
[ 1.262653] Freeing unused kernel image (rodata/data gap) memory: 108K
[ 1.268066] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.268068] rodata_test: all tests were successful
[ 1.268071] Run /init as init process
[ 1.268071] with arguments:
[ 1.268072] /init
[ 1.268073] with environment:
[ 1.268073] HOME=/
[ 1.268074] TERM=linux
[ 1.268074] archisobasedir=arch
[ 1.268075] archisosearchuuid=2025-05-01-10-09-37-00
[ 1.281263] fbcon: Taking over console
[ 1.284183] Console: switching to colour frame buffer device 240x67
[ 1.360342] pps_core: LinuxPPS API ver. 1 registered
[ 1.360345] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.361953] bcma-pci-bridge 0000:03:00.0: enabling device (0000 -> 0002)
[ 1.362072] bcma-pci-bridge 0000:03:00.0: bus0: Found chip with id 0x4360, rev 0x03 and package 0x01
[ 1.362104] bcma-pci-bridge 0000:03:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0)
[ 1.362121] bcma-pci-bridge 0000:03:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2A, class 0x0)
[ 1.362154] bcma-pci-bridge 0000:03:00.0: bus0: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x02, class 0x0)
[ 1.362193] bcma-pci-bridge 0000:03:00.0: bus0: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x01, class 0x0)
[ 1.362210] bcma-pci-bridge 0000:03:00.0: bus0: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x11, class 0x0)
[ 1.364584] PTP clock support registered
[ 1.372934] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.372936] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.372956] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[ 1.373138] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.373293] cryptd: max_cpu_qlen set to 1000
[ 1.373720] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 1.373777] nvme nvme0: pci function 0000:02:00.0
[ 1.374701] usb 1-4: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[ 1.374705] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.374706] usb 1-4: Product: USB DISK
[ 1.377966] nvme nvme0: D3 entry latency set to 10 seconds
[ 1.380424] nvme nvme0: 12/0/0 default/read/poll queues
[ 1.382215] nvme0n1: p1 p2 p3 p4 p5 p6
[ 1.386611] sr 6:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.386619] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.394090] usb-storage 1-4:1.0: USB Mass Storage device detected
[ 1.394172] scsi host8: usb-storage 1-4:1.0
[ 1.394204] usbcore: registered new interface driver usb-storage
[ 1.396587] usbcore: registered new interface driver uas
[ 1.396882] AES CTR mode by8 optimization enabled
[ 1.398435] bcma-pci-bridge 0000:03:00.0: bus0: Bus registered
[ 1.399873] usbcore: registered new interface driver usbhid
[ 1.399875] usbhid: USB HID core driver
[ 1.401910] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C318.0001/input/input3
[ 1.422146] sr 6:0:0:0: Attached scsi CD-ROM sr0
[ 1.580127] nouveau 0000:01:00.0: NVIDIA TU104 (164000a1)
[ 1.606222] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 1.630654] hid-generic 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2/input0
[ 1.630768] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C318.0002/input/input4
[ 1.668893] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) a8:a1:59:b2:fb:79
[ 1.668896] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 1.668992] e1000e 0000:00:1f.6 eth0: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[ 1.682655] hid-generic 0003:046D:C318.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:14.0-2/input1
[ 1.682742] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C52B.0003/input/input6
[ 1.684791] nouveau 0000:01:00.0: bios: version 90.04.63.40.2b
[ 1.698761] Console: switching to colour dummy device 80x25
[ 1.707049] nouveau 0000:01:00.0: vgaarb: deactivate vga console
[ 1.785667] hid-generic 0003:046D:C52B.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
[ 1.785788] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0004/input/input7
[ 1.785817] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0004/input/input8
[ 1.836655] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0004/input/input9
[ 1.836833] hid-generic 0003:046D:C52B.0004: input,hiddev97,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
[ 1.837032] hid-generic 0003:046D:C52B.0005: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[ 1.980774] logitech-djreceiver 0003:046D:C52B.0005: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[ 2.083455] input: Logitech Wireless Device PID:402d Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0005/0003:046D:402D.0006/input/input11
[ 2.122673] input: Logitech Wireless Device PID:402d Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0005/0003:046D:402D.0006/input/input12
[ 2.122829] hid-generic 0003:046D:402D.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:402d] on usb-0000:00:14.0-3/input2:1
[ 2.199523] logitech-hidpp-device 0003:046D:402D.0006: hidraw3: USB HID v1.11 Keyboard [Logitech M560] on usb-0000:00:14.0-3/input2:1
[ 2.595687] scsi 8:0:0:0: Direct-Access USB DISK 1100 PQ: 0 ANSI: 4
[ 2.596374] sd 8:0:0:0: [sdd] 15730688 512-byte logical blocks: (8.05 GB/7.50 GiB)
[ 2.596796] sd 8:0:0:0: [sdd] Write Protect is off
[ 2.596796] sd 8:0:0:0: [sdd] Mode Sense: 43 00 00 00
[ 2.597194] sd 8:0:0:0: [sdd] No Caching mode page found
[ 2.597197] sd 8:0:0:0: [sdd] Assuming drive cache: write through
[ 2.606158] sdd: sdd1 sdd2
[ 2.606275] sd 8:0:0:0: [sdd] Attached SCSI removable disk
[ 2.976386] nouveau 0000:01:00.0: drm: VRAM: 6144 MiB
[ 2.976388] nouveau 0000:01:00.0: drm: GART: 536870912 MiB
[ 3.019488] nouveau 0000:01:00.0: drm: MM: using COPY for buffer copies
[ 3.068042] nouveau 0000:01:00.0: [drm] Registered 4 planes with drm panic
[ 3.068043] [drm] Initialized nouveau 1.4.0 for 0000:01:00.0 on minor 0
[ 3.118205] fbcon: nouveaudrmfb (fb0) is primary device
[ 3.157164] Console: switching to colour frame buffer device 240x67
[ 3.157779] nouveau 0000:01:00.0: [drm] fb0: nouveaudrmfb frame buffer device
[ 3.316273] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 3.316905] ISO 9660 Extensions: RRIP_1991A
[ 29.630794] loop: module loaded
[ 29.631093] loop0: detected capacity change from 0 to 1734080
[ 29.658810] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 29.670034] overlayfs: "xino" feature enabled using 2 upper inode bits.
[ 30.287962] systemd[1]: systemd 257.5-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)
[ 30.287966] systemd[1]: Detected architecture x86-64.
[ 30.305066] systemd[1]: Detected first boot.
[ 30.321316] systemd[1]: Hostname set to <archiso>.
[ 30.321909] systemd[1]: Initializing machine ID from random generator.
[ 30.415299] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 31.523083] systemd[1]: Populated /etc with preset unit settings.
[ 31.615274] systemd[1]: Queued start job for default target Graphical Interface.
[ 31.632283] systemd[1]: Created slice Slice /system/dirmngr.
[ 31.632735] systemd[1]: Created slice Slice /system/getty.
[ 31.633148] systemd[1]: Created slice Slice /system/gpg-agent.
[ 31.633531] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 31.633971] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 31.634358] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 31.634798] systemd[1]: Created slice Slice /system/keyboxd.
[ 31.635181] systemd[1]: Created slice Slice /system/modprobe.
[ 31.635513] systemd[1]: Created slice User and Session Slice.
[ 31.635782] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 31.636029] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 31.636346] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 31.636594] systemd[1]: Reached target Local Encrypted Volumes.
[ 31.636835] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 31.637074] systemd[1]: Reached target Path Units.
[ 31.637310] systemd[1]: Reached target Remote Encrypted Volumes.
[ 31.637547] systemd[1]: Reached target Remote File Systems.
[ 31.637628] systemd[1]: Reached target Slice Units.
[ 31.637658] systemd[1]: Reached target Swaps.
[ 31.637684] systemd[1]: Reached target Local Verity Protected Volumes.
[ 31.637742] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 31.637800] systemd[1]: Listening on LVM2 poll daemon socket.
[ 31.649968] systemd[1]: Listening on Process Core Dump Socket.
[ 31.650660] systemd[1]: Listening on Credential Encryption/Decryption.
[ 31.650932] systemd[1]: Listening on Journal Audit Socket.
[ 31.651000] systemd[1]: Listening on Journal Socket (/dev/log).
[ 31.651042] systemd[1]: Listening on Journal Sockets.
[ 31.651073] systemd[1]: Listening on DDI File System Mounter Socket.
[ 31.651125] systemd[1]: Listening on Network Service Netlink Socket.
[ 31.651157] systemd[1]: Listening on Namespace Resource Manager Socket.
[ 31.651185] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 31.651194] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 31.651220] systemd[1]: Listening on udev Control Socket.
[ 31.651247] systemd[1]: Listening on udev Kernel Socket.
[ 31.651283] systemd[1]: Listening on User Database Manager Socket.
[ 31.667350] systemd[1]: Mounting Huge Pages File System...
[ 31.667953] systemd[1]: Mounting POSIX Message Queue File System...
[ 31.668483] systemd[1]: Mounting Kernel Debug File System...
[ 31.669104] systemd[1]: Mounting Kernel Trace File System...
[ 31.680936] systemd[1]: Mounting Temporary Directory /tmp...
[ 31.684343] systemd[1]: Starting Create List of Static Device Nodes...
[ 31.685534] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 31.687189] systemd[1]: Starting Load Kernel Module configfs...
[ 31.691741] systemd[1]: Starting Load Kernel Module dm_mod...
[ 31.696605] systemd[1]: Starting Load Kernel Module drm...
[ 31.702686] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 31.705428] systemd[1]: Starting Load Kernel Module fuse...
[ 31.707415] systemd[1]: Starting Load Kernel Module loop...
[ 31.708152] 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).
[ 31.710498] systemd[1]: Starting Journal Service...
[ 31.761242] systemd[1]: Starting Load Kernel Modules...
[ 31.786065] device-mapper: uevent: version 1.0.3
[ 31.786110] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[ 31.802992] systemd[1]: Starting Generate network units from Kernel command line...
[ 31.803557] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 31.804207] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 31.805612] systemd[1]: Starting Wait Until Kernel Time Synchronized...
[ 31.806130] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 31.806971] systemd[1]: Starting Load udev Rules from Credentials...
[ 31.808318] systemd[1]: Starting Coldplug All udev Devices...
[ 31.810260] systemd[1]: Mounted Huge Pages File System.
[ 31.810921] systemd[1]: Mounted POSIX Message Queue File System.
[ 31.811277] systemd[1]: Mounted Kernel Debug File System.
[ 31.811618] systemd[1]: Mounted Kernel Trace File System.
[ 31.811945] systemd[1]: Mounted Temporary Directory /tmp.
[ 31.812348] systemd[1]: Finished Create List of Static Device Nodes.
[ 31.812767] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 31.812871] systemd[1]: Finished Load Kernel Module configfs.
[ 31.813255] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 31.813352] systemd[1]: Finished Load Kernel Module dm_mod.
[ 31.813742] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 31.813830] systemd[1]: Finished Load Kernel Module drm.
[ 31.814198] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 31.814283] systemd[1]: Finished Load Kernel Module efi_pstore.
[ 31.814655] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 31.814738] systemd[1]: Finished Load Kernel Module fuse.
[ 31.815108] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 31.815194] systemd[1]: Finished Load Kernel Module loop.
[ 31.816202] systemd[1]: Mounting FUSE Control File System...
[ 31.817079] systemd[1]: Mounting Kernel Configuration File System...
[ 31.878656] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 31.879340] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 31.880328] systemd[1]: Finished Generate network units from Kernel command line.
[ 31.881510] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 31.881965] systemd[1]: Mounted FUSE Control File System.
[ 31.882324] systemd[1]: Mounted Kernel Configuration File System.
[ 31.882705] systemd[1]: Reached target Preparation for Network.
[ 31.919759] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
[ 31.919796] systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 31.925047] systemd[1]: Starting Load/Save OS Random Seed...
[ 31.925123] systemd-journald[606]: Collecting audit messages is enabled.
[ 31.926236] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 31.926910] systemd[1]: Finished Load udev Rules from Credentials.
[ 31.927240] audit: type=1130 audit(1748414379.891:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-load-credentials comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.946254] systemd[1]: Started Journal Service.
[ 31.946501] audit: type=1130 audit(1748414379.910:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.978698] Asymmetric key parser 'pkcs8' registered
[ 31.979666] audit: type=1130 audit(1748414379.944:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.990221] audit: type=1130 audit(1748414379.954:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 31.998105] audit: type=1130 audit(1748414379.962:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.088929] systemd-journald[606]: Received client request to flush runtime journal.
[ 32.089691] audit: type=1130 audit(1748414380.054:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.111190] audit: type=1130 audit(1748414380.075:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.145430] audit: type=1334 audit(1748414380.109:9): prog-id=25 op=LOAD
[ 32.145467] audit: type=1334 audit(1748414380.109:10): prog-id=26 op=LOAD
[ 32.145477] audit: type=1334 audit(1748414380.109:11): prog-id=27 op=LOAD
[ 33.003244] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 33.037800] nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
[ 33.041692] input: PC Speaker as /devices/platform/pcspkr/input/input16
[ 33.051768] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 33.054264] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 33.055645] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 33.058669] i2c i2c-4: Successfully instantiated SPD at 0x50
[ 33.061606] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[ 33.061856] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 33.077586] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 33.118424] Creating 1 MTD partitions on "0000:00:1f.5":
[ 33.118428] 0x000000000000-0x000001000000 : "BIOS"
[ 33.118532] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 33.118679] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 33.121714] intel_pmc_core INT33A1:00: initialized
[ 33.145824] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[ 33.145826] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 33.145827] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 33.146838] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 33.147075] iTCO_vendor_support: vendor-support=0
[ 33.147116] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 33.147153] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 33.147156] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 33.148616] ee1004 4-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 33.180174] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 33.180255] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 33.184336] wl: loading out-of-tree module taints kernel.
[ 33.184340] wl: module license 'MIXED/Proprietary' taints kernel.
[ 33.184341] Disabling lock debugging due to kernel taint
[ 33.184342] wl: module verification failed: signature and/or required key missing - tainting kernel
[ 33.184343] wl: module license taints kernel.
[ 33.188262] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[ 33.190108] ------------[ cut here ]------------
[ 33.190109] Unpatched return thunk in use. This should not happen!
[ 33.190111] WARNING: CPU: 10 PID: 709 at arch/x86/kernel/cpu/bugs.c:3074 __warn_thunk+0x2a/0x40
[ 33.190116] Modules linked in: wl(POE+) snd_hda_codec_hdmi(+) iTCO_wdt intel_pmc_bxt iTCO_vendor_support snd_hda_intel ee1004 rapl intel_cstate intel_pmc_core snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_pcm cfg80211 snd_timer i2c_i801 pmt_telemetry mei_me spi_nor snd intel_lpss_pci pmt_class i2c_smbus intel_lpss soundcore mtd wmi_bmof idma64 mei pcspkr intel_vsec intel_uncore i2c_mux joydev i2c_nvidia_gpu rfkill acpi_pad acpi_tad mac_hid pkcs8_key_parser dm_mod nfnetlink ip_tables x_tables overlay squashfs loop isofs hid_logitech_hidpp hid_logitech_dj nouveau mxm_wmi sha512_ssse3 hid_generic drm_gpuvm sha256_ssse3 gpu_sched aesni_intel uas drm_exec usb_storage usbhid crypto_simd drm_ttm_helper nvme ttm cryptd e1000e i2c_algo_bit ptp spi_intel_pci nvme_core sr_mod drm_display_helper bcma spi_intel pps_core cdrom nvme_auth cec video wmi
[ 33.190147] CPU: 10 UID: 0 PID: 709 Comm: (udev-worker) Tainted: P OE 6.14.4-arch1-2 #1 c714e72d7502dc422013d8383758e8caae956528
[ 33.190150] Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
[ 33.190152] Hardware name: To Be Filled By O.E.M. B660M-HDV/B660M-HDV, BIOS 2.04 11/26/2021
[ 33.190153] RIP: 0010:__warn_thunk+0x2a/0x40
[ 33.190156] Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d 8b d1 38 02 00 74 05 c3 cc cc cc cc 48 c7 c7 00 e2 f7 a4 c6 05 76 d1 38 02 01 e8 56 40 06 00 <0f> 0b c3 cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ 33.190157] RSP: 0018:ffffaf9cc3777af8 EFLAGS: 00010246
[ 33.190158] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
[ 33.190159] RDX: ffff9c27ffd21908 RSI: 0000000000000001 RDI: ffff9c27ffd21900
[ 33.190160] RBP: ffffaf9cc3777b48 R08: 0000000000000000 R09: 00000000ffffefff
[ 33.190160] R10: ffffffffa585c460 R11: ffffaf9cc3777990 R12: ffffffffc1451ac5
[ 33.190161] R13: ffffffffc09cb010 R14: 000070440e7142f2 R15: 0000000000000000
[ 33.190162] FS: 000070440f360880(0000) GS:ffff9c27ffd00000(0000) knlGS:0000000000000000
[ 33.190163] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 33.190164] CR2: 000073b3edb5c7c8 CR3: 0000000119042003 CR4: 0000000000f70ef0
[ 33.190165] PKRU: 55555554
[ 33.190165] Call Trace:
[ 33.190166] <TASK>
[ 33.190167] warn_thunk_thunk+0x1a/0x30
[ 33.190173] getvar+0x20/0x70 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 33.190193] ? __UNIQUE_ID_vermagic467+0x5062f8526558/0x5062f8526558 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 33.190209] wl_module_init+0x17/0xa0 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 33.190224] ? do_one_initcall+0x59/0x310
[ 33.190226] ? do_init_module+0x62/0x240
[ 33.190227] ? init_module_from_file+0x8b/0xe0
[ 33.190229] ? idempotent_init_module+0x115/0x310
[ 33.190231] ? __x64_sys_finit_module+0x67/0xc0
[ 33.190232] ? do_syscall_64+0x7b/0x190
[ 33.190235] ? vfs_read+0x162/0x390
[ 33.190237] ? vfs_read+0x162/0x390
[ 33.190239] ? __rseq_handle_notify_resume+0x9c/0x4d0
[ 33.190241] ? switch_fpu_return+0x4e/0xd0
[ 33.190242] ? arch_exit_to_user_mode_prepare.isra.0+0x7c/0x90
[ 33.190244] ? syscall_exit_to_user_mode+0x37/0x1c0
[ 33.190246] ? do_syscall_64+0x87/0x190
[ 33.190247] ? syscall_exit_to_user_mode_prepare+0x17e/0x1f0
[ 33.190248] ? syscall_exit_to_user_mode+0x37/0x1c0
[ 33.190249] ? do_syscall_64+0x87/0x190
[ 33.190250] ? irqentry_exit_to_user_mode+0x2c/0x1b0
[ 33.190252] ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 33.190255] </TASK>
[ 33.190255] ---[ end trace 0000000000000000 ]---
[ 33.192019] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[ 33.192188] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[ 33.192227] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[ 33.192254] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[ 33.288455] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 33.288459] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 33.288460] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 33.288461] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 33.288461] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 33.288462] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 33.288463] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 33.288463] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 33.306653] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 33.306737] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[ 33.306765] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[ 33.306788] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[ 33.306815] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[ 33.594669] b43-phy0: Broadcom 4360 WLAN found (core revision 42)
[ 33.595041] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
[ 33.596139] b43 bcma0:1: probe with driver b43 failed with error -95
[ 33.596454] Broadcom 43xx driver loaded [ Features: PNLS ]
[ 33.674006] intel_tcc_cooling: TCC Offset locked
[ 33.792248] intel_rapl_msr: PL4 support detected.
[ 33.792298] intel_rapl_common: Found RAPL domain package
[ 33.792303] intel_rapl_common: Found RAPL domain core
[ 33.792314] intel_rapl_common: package-0:package:long_term locked by BIOS
[ 33.792319] intel_rapl_common: package-0:package:short_term locked by BIOS
[ 34.285588] nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
[ 34.285791] ucsi_ccg 3-0008: i2c_transfer failed -110
[ 34.285935] ucsi_ccg 3-0008: ucsi_ccg_init failed - -110
[ 34.286075] ucsi_ccg 3-0008: probe with driver ucsi_ccg failed with error -110
[ 36.371013] NET: Registered PF_ALG protocol family
[ 36.569225] NET: Registered PF_QIPCRTR protocol family
[ 41.782963] kauditd_printk_skb: 150 callbacks suppressed
[ 41.782965] audit: type=1101 audit(1748414389.747:104): pid=959 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
[ 41.799552] audit: type=1103 audit(1748414389.763:105): pid=959 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
[ 41.799555] audit: type=1006 audit(1748414389.763:106): pid=959 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 41.799556] audit: type=1300 audit(1748414389.763:106): arch=c000003e syscall=1 success=yes exit=1 a0=3 a1=7fff831ad3e0 a2=1 a3=0 items=0 ppid=1 pid=959 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[ 41.799557] audit: type=1327 audit(1748414389.763:106): proctitle=2F62696E2F6C6F67696E002D70002D66002D2D
[ 41.870826] audit: type=1130 audit(1748414389.835:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 41.911074] audit: type=1101 audit(1748414389.875:108): pid=967 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
[ 41.911089] audit: type=1103 audit(1748414389.875:109): pid=967 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
[ 41.911108] audit: type=1006 audit(1748414389.875:110): pid=967 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[ 41.911112] audit: type=1300 audit(1748414389.875:110): arch=c000003e syscall=1 success=yes exit=1 a0=8 a1=7ffdface4d10 a2=1 a3=0 items=0 ppid=1 pid=967 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
[ 153.731939] kauditd_printk_skb: 101 callbacks suppressed
[ 153.731952] audit: type=1130 audit(1748414501.696:147): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 153.732729] audit: type=1334 audit(1748414501.697:148): prog-id=77 op=LOAD
[ 155.323738] audit: type=1130 audit(1748414503.288:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 155.330770] audit: type=1334 audit(1748414503.295:150): prog-id=77 op=UNLOAD
[ 165.481629] audit: type=1334 audit(1748414513.445:151): prog-id=78 op=LOAD
[ 165.586986] audit: type=1130 audit(1748414513.551:152): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 165.601846] audit: type=1334 audit(1748414513.566:153): prog-id=78 op=UNLOAD
[ 175.731630] audit: type=1334 audit(1748414523.695:154): prog-id=79 op=LOAD
[ 175.833499] audit: type=1130 audit(1748414523.797:155): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 175.845793] audit: type=1334 audit(1748414523.810:156): prog-id=79 op=UNLOAD
[ 178.145003] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 178.145103] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 178.145187] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 178.167999] Missing ENDBR: otp_read_bit+0x8ce/0x106c [wl]
[ 178.168350] ------------[ cut here ]------------
[ 178.168351] kernel BUG at arch/x86/kernel/cet.c:132!
[ 178.168642] Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
[ 178.168987] CPU: 6 UID: 0 PID: 1064 Comm: modprobe Tainted: P W OE 6.14.4-arch1-2 #1 c714e72d7502dc422013d8383758e8caae956528
[ 178.169340] Tainted: [P]=PROPRIETARY_MODULE, [W]=WARN, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
[ 178.169692] Hardware name: To Be Filled By O.E.M. B660M-HDV/B660M-HDV, BIOS 2.04 11/26/2021
[ 178.170046] RIP: 0010:exc_control_protection+0x2ae/0x2b0
[ 178.170401] Code: d8 b9 09 00 00 00 48 8b 93 80 00 00 00 be 80 00 00 00 48 c7 c7 0a fd 04 a5 e8 2e 49 08 ff 80 a3 8a 00 00 00 fb e9 26 fe ff ff <0f> 0b 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00
[ 178.170773] RSP: 0018:ffffaf9cc444f5f0 EFLAGS: 00010002
[ 178.171145] RAX: 000000000000002d RBX: ffffaf9cc444f618 RCX: 0000000000000000
[ 178.171519] RDX: 0000000000000000 RSI: ffff9c27ffb21900 RDI: ffff9c27ffb21900
[ 178.171893] RBP: 0000000000000003 R08: 0000000000000000 R09: 00000000ffffefff
[ 178.172267] R10: ffffffffa585c460 R11: ffffaf9cc444f490 R12: 0000000000000000
[ 178.172643] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 178.173018] FS: 00007dccca008740(0000) GS:ffff9c27ffb00000(0000) knlGS:0000000000000000
[ 178.173396] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 178.173770] CR2: 0000631113b65000 CR3: 0000000112188003 CR4: 0000000000f72ef0
[ 178.174149] PKRU: 55555554
[ 178.174527] Call Trace:
[ 178.174907] <TASK>
[ 178.175282] asm_exc_control_protection+0x26/0x30
[ 178.175660] RIP: 0010:otp_read_bit+0x8ce/0x106c [wl]
[ 178.176050] Code: f0 41 5e c9 c3 48 81 c3 a4 00 00 00 48 89 df e8 5c df 17 00 25 ff ff f0 ff 48 89 de 0d 00 00 0c 00 89 c7 e8 b8 df 17 00 eb ae <55> 48 89 e5 41 57 41 56 41 55 41 54 49 89 fc 53 48 83 ec 08 8b 47
[ 178.176441] RSP: 0018:ffffaf9cc444f6c0 EFLAGS: 00010202
[ 178.176838] RAX: ffffffffc0ffe900 RBX: ffff9c249835e800 RCX: 0000000000000070
[ 178.177240] RDX: 0000000000000cfc RSI: 0000000000000206 RDI: ffff9c249835e800
[ 178.177642] RBP: ffffaf9cc444f6e8 R08: ffffaf9cc444f776 R09: 0000000000000000
[ 178.178047] R10: 0000000000000000 R11: 0000000000000004 R12: ffff9c248d109001
[ 178.178451] R13: 0000000000000010 R14: ffffaf9cc444f776 R15: 0000000000000000
[ 178.178857] ? otp_init+0xa5/0xc3 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.179277] otp_read_word+0x51/0x9d [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.179697] ? si_set_sromctl+0x50/0x5b [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.180126] wlc_phy_attach_acphy+0x164d/0x182d [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.180549] ? _wl_timer+0xd0/0xd0 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.180972] wlc_phy_attach+0x818/0xfc2 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.181398] wlc_bmac_attach+0x8ee/0x1215 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.181816] ? warn_thunk_thunk+0x1a/0x30
[ 178.182204] ? wlc_scan_attach+0x161/0x1b9 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.182631] wlc_attach+0x283/0x1a93 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.183050] ? iomem_map_sanity_check+0xdd/0x100
[ 178.183446] ? wl_pci_probe+0x2a7/0xf50 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.183856] wl_pci_probe+0x328/0xf50 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.184270] ? local_pci_probe+0x3f/0x90
[ 178.184667] ? pci_device_probe+0xdb/0x290
[ 178.185063] ? sysfs_do_create_link_sd+0x6d/0xd0
[ 178.185460] ? really_probe+0xdb/0x340
[ 178.185858] ? pm_runtime_barrier+0x55/0x90
[ 178.186234] ? __driver_probe_device+0x78/0x140
[ 178.186609] ? driver_probe_device+0x1f/0xa0
[ 178.186984] ? __pfx___driver_attach+0x10/0x10
[ 178.187348] ? __driver_attach+0xcb/0x1e0
[ 178.187703] ? bus_for_each_dev+0x87/0xe0
[ 178.188047] ? bus_add_driver+0x10b/0x1f0
[ 178.188381] ? __UNIQUE_ID_vermagic467+0x5062f7e37558/0x5062f7e37558 [wl 27f7a5c4836f66ebfde58e073e1a9970e01f6164]
[ 178.188728] ? driver_register+0x75/0xe0
[ 178.189055] ? do_one_initcall+0x59/0x310
[ 178.189372] ? do_init_module+0x62/0x240
[ 178.189684] ? init_module_from_file+0x8b/0xe0
[ 178.189990] ? idempotent_init_module+0x115/0x310
[ 178.190289] ? __x64_sys_finit_module+0x67/0xc0
[ 178.190576] ? do_syscall_64+0x7b/0x190
[ 178.190855] ? syscall_exit_to_user_mode_prepare+0x17e/0x1f0
[ 178.191128] ? syscall_exit_to_user_mode+0x37/0x1c0
[ 178.191392] ? do_syscall_64+0x87/0x190
[ 178.191646] ? do_syscall_64+0x87/0x190
[ 178.191897] ? irqentry_exit_to_user_mode+0x2c/0x1b0
[ 178.192150] ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 178.192404] </TASK>
[ 178.192653] Modules linked in: wl(POE+) cfg80211 ccm qrtr algif_aead crypto_null des3_ede_x86_64 cbc des_generic libdes algif_skcipher cmac md4 algif_hash af_alg intel_rapl_msr intel_rapl_common intel_uncore_frequency intel_uncore_frequency_common snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_acpi soundwire_bus x86_pkg_temp_thermal snd_soc_sdca intel_powerclamp coretemp kvm_intel libarc4 mmc_core kvm pcmcia pcmcia_core irqbypass snd_soc_avs pktcdvd snd_soc_hda_codec polyval_clmulni snd_hda_ext_core snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine polyval_generic ghash_clmulni_intel snd_hda_codec_realtek ucsi_ccg typec_ucsi typec roles snd_hda_codec_generic snd_hda_scodec_component sha1_ssse3 snd_hda_codec_hdmi iTCO_wdt
[ 178.192680] intel_pmc_bxt iTCO_vendor_support snd_hda_intel ee1004 rapl intel_cstate intel_pmc_core snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer i2c_i801 pmt_telemetry mei_me spi_nor snd intel_lpss_pci pmt_class i2c_smbus intel_lpss soundcore mtd wmi_bmof idma64 mei pcspkr intel_vsec intel_uncore i2c_mux joydev i2c_nvidia_gpu rfkill acpi_pad acpi_tad mac_hid pkcs8_key_parser dm_mod nfnetlink ip_tables x_tables overlay squashfs loop isofs hid_logitech_hidpp hid_logitech_dj nouveau mxm_wmi sha512_ssse3 hid_generic drm_gpuvm sha256_ssse3 gpu_sched aesni_intel uas drm_exec usb_storage usbhid crypto_simd drm_ttm_helper nvme ttm cryptd e1000e i2c_algo_bit ptp spi_intel_pci nvme_core sr_mod drm_display_helper spi_intel pps_core cdrom nvme_auth cec video wmi
[ 178.194105] Unloaded tainted modules: wl(POE):1 [last unloaded: cfg80211]
[ 178.195624] ---[ end trace 0000000000000000 ]---
[ 178.195946] RIP: 0010:exc_control_protection+0x2ae/0x2b0
[ 178.196268] Code: d8 b9 09 00 00 00 48 8b 93 80 00 00 00 be 80 00 00 00 48 c7 c7 0a fd 04 a5 e8 2e 49 08 ff 80 a3 8a 00 00 00 fb e9 26 fe ff ff <0f> 0b 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00
[ 178.196606] RSP: 0018:ffffaf9cc444f5f0 EFLAGS: 00010002
[ 178.196940] RAX: 000000000000002d RBX: ffffaf9cc444f618 RCX: 0000000000000000
[ 178.197275] RDX: 0000000000000000 RSI: ffff9c27ffb21900 RDI: ffff9c27ffb21900
[ 178.197608] RBP: 0000000000000003 R08: 0000000000000000 R09: 00000000ffffefff
[ 178.197943] R10: ffffffffa585c460 R11: ffffaf9cc444f490 R12: 0000000000000000
[ 178.198280] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 178.198617] FS: 00007dccca008740(0000) GS:ffff9c27ffb00000(0000) knlGS:0000000000000000
[ 178.198960] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 178.199292] CR2: 0000631113b65000 CR3: 0000000112188003 CR4: 0000000000f72ef0
[ 178.199617] PKRU: 55555554
[ 178.199939] note: modprobe[1064] exited with irqs disabled
[ 185.981693] audit: type=1334 audit(1748414533.946:157): prog-id=80 op=LOAD
[ 186.091979] audit: type=1130 audit(1748414534.056:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 186.102903] audit: type=1334 audit(1748414534.067:159): prog-id=80 op=UNLOAD
[ 196.231530] audit: type=1334 audit(1748414544.195:160): prog-id=81 op=LOAD
[ 196.338215] audit: type=1130 audit(1748414544.302:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 196.351851] audit: type=1334 audit(1748414544.316:162): prog-id=81 op=UNLOAD
[ 206.481604] audit: type=1334 audit(1748414554.445:163): prog-id=82 op=LOAD
[ 206.582757] audit: type=1130 audit(1748414554.547:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 206.592900] audit: type=1334 audit(1748414554.557:165): prog-id=82 op=UNLOAD
[ 216.727828] audit: type=1334 audit(1748414564.692:166): prog-id=83 op=LOAD
[ 216.819586] audit: type=1130 audit(1748414564.783:167): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 216.826819] audit: type=1334 audit(1748414564.791:168): prog-id=83 op=UNLOAD
[ 226.981600] audit: type=1334 audit(1748414574.945:169): prog-id=84 op=LOAD
[ 227.087431] audit: type=1130 audit(1748414575.051:170): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 227.097907] audit: type=1334 audit(1748414575.062:171): prog-id=84 op=UNLOAD
[ 237.231569] audit: type=1334 audit(1748414585.195:172): prog-id=85 op=LOAD
[ 237.342773] audit: type=1130 audit(1748414585.307:173): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 237.349899] audit: type=1334 audit(1748414585.314:174): prog-id=85 op=UNLOAD
[ 247.481559] audit: type=1334 audit(1748414595.445:175): prog-id=86 op=LOAD
[ 247.589758] audit: type=1130 audit(1748414595.554:176): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 247.596884] audit: type=1334 audit(1748414595.561:177): prog-id=86 op=UNLOAD
[ 257.731566] audit: type=1334 audit(1748414605.695:178): prog-id=87 op=LOAD
[ 257.848399] audit: type=1130 audit(1748414605.812:179): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 257.857889] audit: type=1334 audit(1748414605.822:180): prog-id=87 op=UNLOAD
[ 267.864081] audit: type=1334 audit(1748414615.828:181): prog-id=88 op=LOAD
[ 267.960853] audit: type=1130 audit(1748414615.925:182): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 267.967868] audit: type=1334 audit(1748414615.932:183): prog-id=88 op=UNLOAD
[ 277.982059] audit: type=1334 audit(1748414625.946:184): prog-id=89 op=LOAD
[ 278.092607] audit: type=1130 audit(1748414626.056:185): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 278.102905] audit: type=1334 audit(1748414626.067:186): prog-id=89 op=UNLOAD
[ 288.231926] audit: type=1334 audit(1748414636.196:187): prog-id=90 op=LOAD
I also tried to blacklist b43 and bcma at boot, and now lspci gives me
Kernel driver in use: wl
Kernel modules: bcma, wl
But that's the only change, because `ip link` and `iwctl` still doesn't list my wifi card.
Offline
[ 178.167999] Missing ENDBR: otp_read_bit+0x8ce/0x106c [wl]
Try to also add "ibt=off" to the kernel parameters
Offline