You are not logged in.
As the title says, I am struggling with the NetworkManager configuration. Currently, I run several services and have to manually set addresses to get the desired result. I want to employ NM to make this easier for me (especially after reboots), but I do no seem to get it to work.
My arch device is connected via WiFi to my router, and all my other devices (not arch) have no problem with IPv4 DHCP. I use:
- iwd for connecting to WiFi via iwctl, however right out of the box I only get an IPv6 address from my DHCP server (router). The following options are enabled under /etc/iwd/main.conf
[General]
EnableNetworkConfiguration=true
[Network]
NameResolvingService=systemd
[Settings]
AutoConnect=true- systemd-resolved.service for DNS, edited the config under /etc/systemd/resolved.conf
[Resolve]
DNS=8.8.8.8 8.8.4.4
Domains=~.- ip addr tool for manually setting an IPv4 address, now I can communicate with other local devices
ip addr add <arch-IP>/24 dev wlan0- ip route for manually adding a default gateway (router), now I can ping any IP
ip route add default via <router-IP> dev wlan0The first question is: why DHCPv4 does not work out of the box just for this device. I guess iwd has to be configured somehow to do that, but I cannot find it.
The second question is: how can this configuration be translated into a NM configuration? I have to disable all services and remove their respective configs, and emulate the behavior by setting the right options with nmcli. Some settings could not be set (default GW) due to the device not getting a proper IPv4.
If you have a better tool than NM, I am open to try it out.
Thanks for your help, have a great day!
Offline
I am not the right person for answer your questions but I think it could be helpful knowing your wifi card, and the kernel driver in use (the output of lspci -k) and the the output of the dmesg command. Maybe with that info someone else could you give an advice on where to search for a solution.
Offline
Do you have a specific reason for using iwd?
The wiki seems to warn of trouble - so, if you don't have a specific reason, I would think maybe disabling iwd and just using NetworkManager could make life easier?
...all my other devices (not arch) have no problem with IPv4 DHCP...
If that means they get IP4 addresses, then we know the router gives them out, which probably means your iwd configuration causes IP4 addresses to be discarded.
Do not enable iwd.service or manually configure iwd. NetworkManager will start and manage it itself.
That sounds to me like deleting all iwd configuration, and stopping the iwd.service.
To configure NetworkManager you can of course use nmcli, but its curses-based sibling nmtui for the console, and nm-connection-editor for graphical desktops are good and easy to use tools.
Offline
Thank you for the quick reply, here you go for the outputs.
lspci -k
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
Subsystem: Dell Device 07bf
Kernel driver in use: skl_uncore
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 05)
Subsystem: Dell Device 07bf
Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
DeviceName: Onboard IGD
Subsystem: Dell Device 07bf
Kernel driver in use: i915
Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 05)
Subsystem: Dell Device 07bf
Kernel driver in use: proc_thermal
Kernel modules: processor_thermal_device_pci_legacy
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
Subsystem: Dell Device 07bf
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
Subsystem: Dell Device 07bf
Kernel driver in use: intel_pch_thermal
Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0 (rev 31)
Subsystem: Dell Device 07bf
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #1 (rev 31)
Subsystem: Dell Device 07bf
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
Subsystem: Dell Device 07bf
Kernel driver in use: mei_me
Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] (rev 31)
Subsystem: Dell Device 07bf
Kernel driver in use: ahci
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 (rev f1)
Subsystem: Dell Device 07bf
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #2 (rev f1)
Subsystem: Dell Device 07bf
Kernel driver in use: pcieport
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
Subsystem: Dell Device 07bf
Kernel driver in use: pcieport
00:1d.4 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #13 (rev f1)
Subsystem: Dell Device 07bf
Kernel driver in use: pcieport
00:1d.6 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #15 (rev f1)
Subsystem: Dell Device 07bf
Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation CM238 Chipset LPC/eSPI Controller (rev 31)
Subsystem: Dell Device 07bf
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
Subsystem: Dell Device 07bf
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
Subsystem: Dell Device 07bf
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_avs
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
Subsystem: Dell Device 07bf
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 3D controller: NVIDIA Corporation GM107GLM [Quadro M1200 Mobile] (rev a2)
Subsystem: Dell Device 07bf
Kernel driver in use: nouveau
Kernel modules: nouveau
02:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
Subsystem: Intel Corporation Device 0050
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
Subsystem: Dell Device 07bf
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci
04:00.0 Non-Volatile memory controller: SK hynix PC300 NVMe Solid State Drive 512GB
Subsystem: SK hynix Device 0000
Kernel driver in use: nvme
Kernel modules: nvmedmesg
[ 0.000000] Linux version 6.9.9-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 12 Jul 2024 00:06:53 +0000
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4c9b16f2-08d8-45d2-976d-c316cc36af63 rw loglevel=3 quiet
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005edfcfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005edfd000-0x000000005edfdfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000005edfe000-0x0000000077f75fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077f76000-0x0000000077fbcfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000077fbd000-0x000000007869dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007869e000-0x000000007f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000087e7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: Dell Inc. Precision 5520/0R6JFH, BIOS 1.23.1 05/25/2021
[ 0.000000] tsc: Detected 2900.000 MHz processor
[ 0.000000] tsc: Detected 2899.886 MHz TSC
[ 0.000844] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000847] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000855] last_pfn = 0x87e800 max_arch_pfn = 0x400000000
[ 0.000859] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[ 0.000861] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001134] last_pfn = 0x5edfd max_arch_pfn = 0x400000000
[ 0.008899] found SMP MP-table at [mem 0x000fcf00-0x000fcf0f]
[ 0.008914] Using GB pages for direct mapping
[ 0.009150] RAMDISK: [mem 0x3131f000-0x34986fff]
[ 0.009271] ACPI: Early table checksum verification disabled
[ 0.009274] ACPI: RSDP 0x00000000000EAB90 000024 (v02 DELL )
[ 0.009278] ACPI: XSDT 0x0000000077F850C8 00010C (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.009284] ACPI: FACP 0x0000000077FAAA68 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.009290] ACPI: DSDT 0x0000000077F85260 025806 (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.009294] ACPI: FACS 0x000000007869B180 000040
[ 0.009297] ACPI: APIC 0x0000000077FAAB78 0000BC (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.009300] ACPI: FPDT 0x0000000077FAAC38 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.009303] ACPI: FIDT 0x0000000077FAAC80 0000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.009306] ACPI: MCFG 0x0000000077FAAD30 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.009309] ACPI: HPET 0x0000000077FAAD70 000038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.009312] ACPI: SSDT 0x0000000077FAADA8 0004B8 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.009316] ACPI: BOOT 0x0000000077FAB260 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.009319] ACPI: SSDT 0x0000000077FAB288 0012FE (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.009322] ACPI: SSDT 0x0000000077FAC588 002959 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
[ 0.009325] ACPI: HPET 0x0000000077FAEEE8 000038 (v01 INTEL KBL 00000001 MSFT 0000005F)
[ 0.009328] ACPI: SSDT 0x0000000077FAEF20 000B8C (v02 INTEL xh_rvp11 00000000 INTL 20160422)
[ 0.009332] ACPI: UEFI 0x0000000077FAFAB0 000042 (v01 00000000 00000000)
[ 0.009335] ACPI: SSDT 0x0000000077FAFAF8 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.009338] ACPI: LPIT 0x0000000077FB09D8 000094 (v01 INTEL KBL 00000000 MSFT 0000005F)
[ 0.009341] ACPI: SSDT 0x0000000077FB0A70 00011E (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.009344] ACPI: SSDT 0x0000000077FB0B90 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.009347] ACPI: SSDT 0x0000000077FB0E30 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.009351] ACPI: SSDT 0x0000000077FB3E38 00050D (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.009354] ACPI: DBGP 0x0000000077FB4348 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.009357] ACPI: DBG2 0x0000000077FB4380 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.009360] ACPI: SSDT 0x0000000077FB43D8 005322 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.009363] ACPI: MSDM 0x0000000077FB9700 000055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.009366] ACPI: SLIC 0x0000000077FB9758 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.009370] ACPI: SSDT 0x0000000077FB98D0 0000AE (v02 SgRef SgPeg 00001000 INTL 20160422)
[ 0.009373] ACPI: NHLT 0x0000000077FB9980 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.009376] ACPI: SSDT 0x0000000077FB99B0 001C70 (v01 OptRef OptTabl 00001000 INTL 20160422)
[ 0.009379] ACPI: ASF! 0x0000000077FBB620 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.009382] ACPI: DMAR 0x0000000077FBB6C0 000110 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.009385] ACPI: Reserving FACP table memory at [mem 0x77faaa68-0x77faab73]
[ 0.009386] ACPI: Reserving DSDT table memory at [mem 0x77f85260-0x77faaa65]
[ 0.009387] ACPI: Reserving FACS table memory at [mem 0x7869b180-0x7869b1bf]
[ 0.009388] ACPI: Reserving APIC table memory at [mem 0x77faab78-0x77faac33]
[ 0.009389] ACPI: Reserving FPDT table memory at [mem 0x77faac38-0x77faac7b]
[ 0.009390] ACPI: Reserving FIDT table memory at [mem 0x77faac80-0x77faad2b]
[ 0.009391] ACPI: Reserving MCFG table memory at [mem 0x77faad30-0x77faad6b]
[ 0.009391] ACPI: Reserving HPET table memory at [mem 0x77faad70-0x77faada7]
[ 0.009392] ACPI: Reserving SSDT table memory at [mem 0x77faada8-0x77fab25f]
[ 0.009393] ACPI: Reserving BOOT table memory at [mem 0x77fab260-0x77fab287]
[ 0.009394] ACPI: Reserving SSDT table memory at [mem 0x77fab288-0x77fac585]
[ 0.009395] ACPI: Reserving SSDT table memory at [mem 0x77fac588-0x77faeee0]
[ 0.009395] ACPI: Reserving HPET table memory at [mem 0x77faeee8-0x77faef1f]
[ 0.009396] ACPI: Reserving SSDT table memory at [mem 0x77faef20-0x77fafaab]
[ 0.009397] ACPI: Reserving UEFI table memory at [mem 0x77fafab0-0x77fafaf1]
[ 0.009398] ACPI: Reserving SSDT table memory at [mem 0x77fafaf8-0x77fb09d5]
[ 0.009399] ACPI: Reserving LPIT table memory at [mem 0x77fb09d8-0x77fb0a6b]
[ 0.009399] ACPI: Reserving SSDT table memory at [mem 0x77fb0a70-0x77fb0b8d]
[ 0.009400] ACPI: Reserving SSDT table memory at [mem 0x77fb0b90-0x77fb0e2e]
[ 0.009401] ACPI: Reserving SSDT table memory at [mem 0x77fb0e30-0x77fb3e31]
[ 0.009402] ACPI: Reserving SSDT table memory at [mem 0x77fb3e38-0x77fb4344]
[ 0.009403] ACPI: Reserving DBGP table memory at [mem 0x77fb4348-0x77fb437b]
[ 0.009404] ACPI: Reserving DBG2 table memory at [mem 0x77fb4380-0x77fb43d3]
[ 0.009404] ACPI: Reserving SSDT table memory at [mem 0x77fb43d8-0x77fb96f9]
[ 0.009405] ACPI: Reserving MSDM table memory at [mem 0x77fb9700-0x77fb9754]
[ 0.009406] ACPI: Reserving SLIC table memory at [mem 0x77fb9758-0x77fb98cd]
[ 0.009407] ACPI: Reserving SSDT table memory at [mem 0x77fb98d0-0x77fb997d]
[ 0.009408] ACPI: Reserving NHLT table memory at [mem 0x77fb9980-0x77fb99ac]
[ 0.009408] ACPI: Reserving SSDT table memory at [mem 0x77fb99b0-0x77fbb61f]
[ 0.009409] ACPI: Reserving ASF! table memory at [mem 0x77fbb620-0x77fbb6bf]
[ 0.009410] ACPI: Reserving DMAR table memory at [mem 0x77fbb6c0-0x77fbb7cf]
[ 0.009419] ACPI: DMI detected: DELL Precision 5520 (force ACPI _REV to 5)
[ 0.009738] No NUMA configuration found
[ 0.009739] Faking a node at [mem 0x0000000000000000-0x000000087e7fffff]
[ 0.009742] NODE_DATA(0) allocated [mem 0x87e7fb000-0x87e7fffff]
[ 0.009791] Zone ranges:
[ 0.009792] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.009794] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.009795] Normal [mem 0x0000000100000000-0x000000087e7fffff]
[ 0.009797] Device empty
[ 0.009798] Movable zone start for each node
[ 0.009799] Early memory node ranges
[ 0.009799] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.009800] node 0: [mem 0x0000000000100000-0x000000005edfcfff]
[ 0.009802] node 0: [mem 0x0000000100000000-0x000000087e7fffff]
[ 0.009806] Initmem setup node 0 [mem 0x0000000000001000-0x000000087e7fffff]
[ 0.009810] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.009834] On node 0, zone DMA: 99 pages in unavailable ranges
[ 0.059377] On node 0, zone Normal: 4611 pages in unavailable ranges
[ 0.059456] On node 0, zone Normal: 6144 pages in unavailable ranges
[ 0.059476] Reserving Intel graphics memory at [mem 0x7b800000-0x7f7fffff]
[ 0.060126] ACPI: PM-Timer IO Port: 0x1808
[ 0.060134] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.060135] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.060136] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.060137] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.060138] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.060139] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.060139] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.060140] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.060167] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.060170] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.060172] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.060176] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.060177] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.060181] TSC deadline timer available
[ 0.060185] CPU topo: Max. logical packages: 1
[ 0.060186] CPU topo: Max. logical dies: 1
[ 0.060187] CPU topo: Max. dies per package: 1
[ 0.060191] CPU topo: Max. threads per core: 2
[ 0.060192] CPU topo: Num. cores per package: 4
[ 0.060193] CPU topo: Num. threads per package: 8
[ 0.060193] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[ 0.060204] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.060206] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.060207] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.060208] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.060209] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.060210] PM: hibernation: Registered nosave memory: [mem 0x5edfd000-0x5edfdfff]
[ 0.060211] PM: hibernation: Registered nosave memory: [mem 0x5edfe000-0x77f75fff]
[ 0.060212] PM: hibernation: Registered nosave memory: [mem 0x77f76000-0x77fbcfff]
[ 0.060213] PM: hibernation: Registered nosave memory: [mem 0x77fbd000-0x7869dfff]
[ 0.060213] PM: hibernation: Registered nosave memory: [mem 0x7869e000-0x7f7fffff]
[ 0.060214] PM: hibernation: Registered nosave memory: [mem 0x7f800000-0xefffffff]
[ 0.060215] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.060216] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[ 0.060216] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.060217] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.060218] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.060218] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.060219] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.060220] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.060221] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.060222] [mem 0x7f800000-0xefffffff] available for PCI devices
[ 0.060223] Booting paravirtualized kernel on bare hardware
[ 0.060225] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.066505] setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.066921] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[ 0.066926] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[ 0.066929] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
[ 0.066946] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4c9b16f2-08d8-45d2-976d-c316cc36af63 rw loglevel=3 quiet
[ 0.067004] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[ 0.067030] random: crng init done
[ 0.069359] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.070536] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.070660] Fallback order for Node 0: 0
[ 0.070663] Built 1 zonelists, mobility grouping on. Total pages: 8117669
[ 0.070664] Policy zone: Normal
[ 0.070846] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.070852] software IO TLB: area num 8.
[ 0.140061] Memory: 32246800K/32986724K available (18432K kernel code, 2165K rwdata, 13260K rodata, 3420K init, 3600K bss, 739664K reserved, 0K cma-reserved)
[ 0.140296] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.140318] Kernel/User page tables isolation: enabled
[ 0.140356] ftrace: allocating 50028 entries in 196 pages
[ 0.148545] ftrace: allocated 196 pages with 3 groups
[ 0.148613] Dynamic Preempt: full
[ 0.148658] rcu: Preemptible hierarchical RCU implementation.
[ 0.148659] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.148660] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.148662] Trampoline variant of Tasks RCU enabled.
[ 0.148662] Rude variant of Tasks RCU enabled.
[ 0.148662] Tracing variant of Tasks RCU enabled.
[ 0.148663] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.148664] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.148669] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.148671] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.148672] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.153298] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[ 0.153523] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.153763] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.153801] spurious 8259A interrupt: IRQ7.
[ 0.153827] Console: colour dummy device 80x25
[ 0.153830] printk: legacy console [tty0] enabled
[ 0.153874] ACPI: Core revision 20230628
[ 0.154040] ACPI: OSL: Overriding _REV return value to 5
[ 0.154126] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.154230] APIC: Switch to symmetric I/O mode setup
[ 0.154232] DMAR: Host address width 39
[ 0.154233] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.154239] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.154242] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.154245] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.154247] DMAR: RMRR base: 0x00000077c91000 end: 0x00000077cb0fff
[ 0.154249] DMAR: RMRR base: 0x00000078e26000 end: 0x0000007906ffff
[ 0.154250] DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f7fffff
[ 0.154251] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.154252] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.154254] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.154255] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.154256] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.155780] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.155782] x2apic enabled
[ 0.155837] APIC: Switched APIC routing to: cluster x2apic
[ 0.160016] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.174195] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[ 0.174200] Calibrating delay loop (skipped), value calculated using timer frequency.. 5802.42 BogoMIPS (lpj=9666286)
[ 0.174227] x86/cpu: SGX disabled by BIOS.
[ 0.174232] CPU0: Thermal monitoring enabled (TM1)
[ 0.174273] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.174275] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.174279] process: using mwait in idle threads
[ 0.174280] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.174282] Spectre V2 : Mitigation: IBRS
[ 0.174283] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.174284] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.174285] RETBleed: Mitigation: IBRS
[ 0.174286] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.174288] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.174289] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.174294] MDS: Mitigation: Clear CPU buffers
[ 0.174295] TAA: Mitigation: TSX disabled
[ 0.174296] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.174299] SRBDS: Mitigation: Microcode
[ 0.174300] GDS: Vulnerable: No microcode
[ 0.174305] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.174307] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.174308] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.174309] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.174310] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.174312] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.174314] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.174316] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.174317] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.204831] Freeing SMP alternatives memory: 40K
[ 0.204834] pid_max: default: 32768 minimum: 301
[ 0.204872] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ 0.204898] landlock: Up and running.
[ 0.204899] Yama: becoming mindful.
[ 0.204904] LSM support for eBPF active
[ 0.204949] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.204977] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.207585] smpboot: CPU0: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[ 0.207769] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.207793] ... version: 4
[ 0.207794] ... bit width: 48
[ 0.207795] ... generic registers: 4
[ 0.207796] ... value mask: 0000ffffffffffff
[ 0.207797] ... max period: 00007fffffffffff
[ 0.207798] ... fixed-purpose events: 3
[ 0.207799] ... event mask: 000000070000000f
[ 0.207923] signal: max sigframe size: 2032
[ 0.207938] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[ 0.207964] rcu: Hierarchical SRCU implementation.
[ 0.207965] rcu: Max phase no-delay instances is 1000.
[ 0.208670] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.208732] smp: Bringing up secondary CPUs ...
[ 0.208821] smpboot: x86: Booting SMP configuration:
[ 0.208822] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.209256] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.209256] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 0.210907] smp: Brought up 1 node, 8 CPUs
[ 0.210907] smpboot: Total of 8 processors activated (46416.43 BogoMIPS)
[ 0.215076] devtmpfs: initialized
[ 0.215076] x86/mm: Memory block size: 128MB
[ 0.217646] ACPI: PM: Registering ACPI NVS region [mem 0x5edfd000-0x5edfdfff] (4096 bytes)
[ 0.217646] ACPI: PM: Registering ACPI NVS region [mem 0x77fbd000-0x7869dfff] (7213056 bytes)
[ 0.217685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.217694] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.217755] pinctrl core: initialized pinctrl subsystem
[ 0.217926] PM: RTC time: 20:25:37, date: 2024-07-16
[ 0.218387] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218757] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.218987] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.219199] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.219210] audit: initializing netlink subsys (disabled)
[ 0.219216] audit: type=2000 audit(1721161537.063:1): state=initialized audit_enabled=0 res=1
[ 0.219216] thermal_sys: Registered thermal governor 'fair_share'
[ 0.219216] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.219216] thermal_sys: Registered thermal governor 'step_wise'
[ 0.219216] thermal_sys: Registered thermal governor 'user_space'
[ 0.219216] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.219280] cpuidle: using governor ladder
[ 0.219280] cpuidle: using governor menu
[ 0.219280] Simple Boot Flag at 0x47 set to 0x80
[ 0.219280] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.219280] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.219280] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[ 0.219280] PCI: Using configuration type 1 for base access
[ 0.219280] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.224213] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.224213] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.224213] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.224213] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.224246] Demotion targets for Node 0: null
[ 0.224313] ACPI: Added _OSI(Module Device)
[ 0.224315] ACPI: Added _OSI(Processor Device)
[ 0.224317] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.224319] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.272247] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.280865] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.296319] ACPI: _OSC evaluated successfully for all CPUs
[ 0.296535] ACPI: EC: EC started
[ 0.296537] ACPI: EC: interrupt blocked
[ 0.302301] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.302304] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.302306] ACPI: Interpreter enabled
[ 0.302349] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.302350] ACPI: Using IOAPIC for interrupt routing
[ 0.304273] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.304275] PCI: Using E820 reservations for host bridge windows
[ 0.305081] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.309755] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
[ 0.331778] ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
[ 0.332204] ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
[ 0.334432] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[ 0.334818] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 0.335197] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[ 0.335570] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[ 0.335942] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[ 0.336314] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[ 0.336687] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[ 0.337064] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[ 0.337437] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[ 0.337823] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[ 0.338195] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[ 0.338567] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[ 0.338942] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[ 0.339314] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[ 0.339686] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[ 0.340058] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[ 0.340430] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[ 0.342036] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[ 0.342414] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[ 0.343352] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[ 0.370001] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 0.370010] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.370263] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.370736] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[ 0.370737] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.372032] PCI host bridge to bus 0000:00
[ 0.372034] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.372037] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.372039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.372040] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xefffffff window]
[ 0.372042] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.372044] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 0.372065] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000 conventional PCI endpoint
[ 0.372139] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
[ 0.372153] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.372156] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.372159] pci 0000:00:01.0: bridge window [mem 0xec000000-0xed0fffff]
[ 0.372164] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.372194] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.372668] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.372677] pci 0000:00:02.0: BAR 0 [mem 0xeb000000-0xebffffff 64bit]
[ 0.372683] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.372687] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f]
[ 0.372706] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.372898] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[ 0.372907] pci 0000:00:04.0: BAR 0 [mem 0xedd20000-0xedd27fff 64bit]
[ 0.373285] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.373309] pci 0000:00:14.0: BAR 0 [mem 0xedd10000-0xedd1ffff 64bit]
[ 0.373406] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.374233] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000 conventional PCI endpoint
[ 0.374256] pci 0000:00:14.2: BAR 0 [mem 0xedd38000-0xedd38fff 64bit]
[ 0.374500] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000 conventional PCI endpoint
[ 0.374669] pci 0000:00:15.0: BAR 0 [mem 0xedd37000-0xedd37fff 64bit]
[ 0.375767] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000 conventional PCI endpoint
[ 0.375887] pci 0000:00:15.1: BAR 0 [mem 0xedd36000-0xedd36fff 64bit]
[ 0.376741] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000 conventional PCI endpoint
[ 0.376765] pci 0000:00:16.0: BAR 0 [mem 0xedd35000-0xedd35fff 64bit]
[ 0.376840] pci 0000:00:16.0: PME# supported from D3hot
[ 0.377331] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601 conventional PCI endpoint
[ 0.377349] pci 0000:00:17.0: BAR 0 [mem 0xedd30000-0xedd31fff]
[ 0.377375] pci 0000:00:17.0: BAR 1 [mem 0xedd34000-0xedd340ff]
[ 0.377386] pci 0000:00:17.0: BAR 2 [io 0xf090-0xf097]
[ 0.377394] pci 0000:00:17.0: BAR 3 [io 0xf080-0xf083]
[ 0.377419] pci 0000:00:17.0: BAR 4 [io 0xf060-0xf07f]
[ 0.377427] pci 0000:00:17.0: BAR 5 [mem 0xedd33000-0xedd337ff]
[ 0.377510] pci 0000:00:17.0: PME# supported from D3hot
[ 0.377893] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400 PCIe Root Port
[ 0.377937] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.377946] pci 0000:00:1c.0: bridge window [mem 0xedc00000-0xedcfffff]
[ 0.378032] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.378765] pci 0000:00:1c.1: [8086:a111] type 01 class 0x060400 PCIe Root Port
[ 0.378795] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.378801] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
[ 0.378806] pci 0000:00:1c.1: bridge window [mem 0xed100000-0xedafffff]
[ 0.378821] pci 0000:00:1c.1: bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[ 0.378897] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.379622] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400 PCIe Root Port
[ 0.379654] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.379659] pci 0000:00:1d.0: bridge window [mem 0xedb00000-0xedbfffff]
[ 0.379745] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.380461] pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400 PCIe Root Port
[ 0.380490] pci 0000:00:1d.4: PCI bridge to [bus 05]
[ 0.380582] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[ 0.381293] pci 0000:00:1d.6: [8086:a11e] type 01 class 0x060400 PCIe Root Port
[ 0.381337] pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
[ 0.381346] pci 0000:00:1d.6: bridge window [mem 0xd4000000-0xea0fffff]
[ 0.381361] pci 0000:00:1d.6: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 0.381397] pci 0000:00:1d.6: broken device, retraining non-functional downstream link at 2.5GT/s
[ 1.380867] pci 0000:00:1d.6: retraining failed
[ 1.380933] pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
[ 1.381676] pci 0000:00:1f.0: [8086:a154] type 00 class 0x060100 conventional PCI endpoint
[ 1.382081] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000 conventional PCI endpoint
[ 1.382101] pci 0000:00:1f.2: BAR 0 [mem 0xedd2c000-0xedd2ffff]
[ 1.382460] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040380 conventional PCI endpoint
[ 1.382488] pci 0000:00:1f.3: BAR 0 [mem 0xedd28000-0xedd2bfff 64bit]
[ 1.382527] pci 0000:00:1f.3: BAR 4 [mem 0xedd00000-0xedd0ffff 64bit]
[ 1.382585] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 1.383351] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500 conventional PCI endpoint
[ 1.383409] pci 0000:00:1f.4: BAR 0 [mem 0xedd32000-0xedd320ff 64bit]
[ 1.383480] pci 0000:00:1f.4: BAR 4 [io 0xf040-0xf05f]
[ 1.383864] pci 0000:01:00.0: [10de:13b6] type 00 class 0x030200 PCIe Endpoint
[ 1.383874] pci 0000:01:00.0: BAR 0 [mem 0xec000000-0xecffffff]
[ 1.383882] pci 0000:01:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 1.383890] pci 0000:01:00.0: BAR 3 [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 1.383895] pci 0000:01:00.0: BAR 5 [io 0xe000-0xe07f]
[ 1.383900] pci 0000:01:00.0: ROM [mem 0xed000000-0xed07ffff pref]
[ 1.383917] pci 0000:01:00.0: Enabling HDA controller
[ 1.384358] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.384547] pci 0000:02:00.0: [8086:24fd] type 00 class 0x028000 PCIe Endpoint
[ 1.384610] pci 0000:02:00.0: BAR 0 [mem 0xedc00000-0xedc01fff 64bit]
[ 1.384944] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 1.385686] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 1.385806] acpiphp: Slot [1] registered
[ 1.385833] pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
[ 1.385865] pci 0000:03:00.0: BAR 1 [mem 0xed100000-0xed100fff]
[ 1.386024] pci 0000:03:00.0: supports D1 D2
[ 1.386026] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 1.386558] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 1.386696] pci 0000:04:00.0: [1c5c:1284] type 00 class 0x010802 PCIe Endpoint
[ 1.386723] pci 0000:04:00.0: BAR 0 [mem 0xedb00000-0xedb03fff 64bit]
[ 1.386906] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[ 1.387492] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 1.387612] acpiphp: Slot [1-1] registered
[ 1.387618] pci 0000:00:1d.4: PCI bridge to [bus 05]
[ 1.387738] pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
[ 1.390922] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 1.390992] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 1.391061] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 1.391129] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 1.391197] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 1.391264] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 1.391332] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 1.391399] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 1.394789] ACPI: EC: interrupt unblocked
[ 1.394791] ACPI: EC: event unblocked
[ 1.394796] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 1.394797] ACPI: EC: GPE=0x14
[ 1.394799] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[ 1.394801] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[ 1.394879] iommu: Default domain type: Translated
[ 1.394879] iommu: DMA domain TLB invalidation policy: lazy mode
[ 1.394879] SCSI subsystem initialized
[ 1.394879] libata version 3.00 loaded.
[ 1.394879] ACPI: bus type USB registered
[ 1.394879] usbcore: registered new interface driver usbfs
[ 1.394879] usbcore: registered new interface driver hub
[ 1.394879] usbcore: registered new device driver usb
[ 1.394879] EDAC MC: Ver: 3.0.0
[ 1.394879] NetLabel: Initializing
[ 1.394879] NetLabel: domain hash size = 128
[ 1.394879] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.394879] NetLabel: unlabeled traffic allowed by default
[ 1.394879] mctp: management component transport protocol core
[ 1.394879] NET: Registered PF_MCTP protocol family
[ 1.394879] PCI: Using ACPI for IRQ routing
[ 1.403171] PCI: pci_cache_line_size set to 64 bytes
[ 1.403310] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[ 1.403312] e820: reserve RAM buffer [mem 0x5edfd000-0x5fffffff]
[ 1.403313] e820: reserve RAM buffer [mem 0x87e800000-0x87fffffff]
[ 1.404219] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 1.404219] pci 0000:00:02.0: vgaarb: bridge control possible
[ 1.404219] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 1.404219] vgaarb: loaded
[ 1.404237] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 1.404245] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 1.408600] clocksource: Switched to clocksource tsc-early
[ 1.409241] VFS: Disk quotas dquot_6.6.0
[ 1.409252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.409312] pnp: PnP ACPI init
[ 1.409565] system 00:00: [io 0x0680-0x069f] has been reserved
[ 1.409568] system 00:00: [io 0xffff] has been reserved
[ 1.409570] system 00:00: [io 0xffff] has been reserved
[ 1.409572] system 00:00: [io 0xffff] has been reserved
[ 1.409573] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 1.409575] system 00:00: [io 0x164e-0x164f] has been reserved
[ 1.409684] system 00:01: [io 0x0800-0x087f] has been reserved
[ 1.409746] system 00:03: [io 0x1854-0x1857] has been reserved
[ 1.410216] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 1.410220] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 1.410222] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 1.410224] system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 1.410226] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 1.410227] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 1.410229] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 1.410231] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 1.410233] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 1.410236] system 00:06: [mem 0xeffe0000-0xefffffff] has been reserved
[ 1.410283] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 1.410285] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 1.410287] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 1.410289] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 1.410291] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 1.410293] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 1.410294] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 1.410690] system 00:08: [io 0xff00-0xfffe] has been reserved
[ 1.411183] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 1.411186] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 1.411188] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 1.414685] pnp: PnP ACPI: found 10 devices
[ 1.420306] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.420366] NET: Registered PF_INET protocol family
[ 1.420493] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.436300] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 1.436333] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.436445] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.436761] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.436989] TCP: Hash tables configured (established 262144 bind 65536)
[ 1.437077] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 1.437171] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 1.437252] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 1.437327] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.437333] NET: Registered PF_XDP protocol family
[ 1.437343] pci 0000:00:1d.6: bridge window [io 0x1000-0x0fff] to [bus 06-3e] add_size 1000
[ 1.437352] pci 0000:00:1d.6: bridge window [io 0x2000-0x2fff]: assigned
[ 1.437356] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.437358] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 1.437361] pci 0000:00:01.0: bridge window [mem 0xec000000-0xed0fffff]
[ 1.437364] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 1.437369] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 1.437375] pci 0000:00:1c.0: bridge window [mem 0xedc00000-0xedcfffff]
[ 1.437385] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 1.437388] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
[ 1.437394] pci 0000:00:1c.1: bridge window [mem 0xed100000-0xedafffff]
[ 1.437398] pci 0000:00:1c.1: bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[ 1.437406] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 1.437412] pci 0000:00:1d.0: bridge window [mem 0xedb00000-0xedbfffff]
[ 1.437422] pci 0000:00:1d.4: PCI bridge to [bus 05]
[ 1.437437] pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
[ 1.437440] pci 0000:00:1d.6: bridge window [io 0x2000-0x2fff]
[ 1.437446] pci 0000:00:1d.6: bridge window [mem 0xd4000000-0xea0fffff]
[ 1.437450] pci 0000:00:1d.6: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.437458] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.437460] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.437462] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.437463] pci_bus 0000:00: resource 7 [mem 0x7f800000-0xefffffff window]
[ 1.437465] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 1.437466] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 1.437468] pci_bus 0000:01: resource 1 [mem 0xec000000-0xed0fffff]
[ 1.437469] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 1.437471] pci_bus 0000:02: resource 1 [mem 0xedc00000-0xedcfffff]
[ 1.437473] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 1.437474] pci_bus 0000:03: resource 1 [mem 0xed100000-0xedafffff]
[ 1.437476] pci_bus 0000:03: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
[ 1.437477] pci_bus 0000:04: resource 1 [mem 0xedb00000-0xedbfffff]
[ 1.437479] pci_bus 0000:06: resource 0 [io 0x2000-0x2fff]
[ 1.437480] pci_bus 0000:06: resource 1 [mem 0xd4000000-0xea0fffff]
[ 1.437482] pci_bus 0000:06: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.439074] PCI: CLS 0 bytes, default 64
[ 1.439122] pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000 conventional PCI endpoint
[ 1.439181] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[ 1.439418] DMAR: ACPI device "device:78" under DMAR at fed91000 as 00:15.0
[ 1.439422] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.1
[ 1.439434] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.439435] software IO TLB: mapped [mem 0x000000005adfd000-0x000000005edfd000] (64MB)
[ 1.439457] Trying to unpack rootfs image as initramfs...
[ 1.444698] Initialise system trusted keyrings
[ 1.444707] Key type blacklist registered
[ 1.444743] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[ 1.444752] zbud: loaded
[ 1.444838] fuse: init (API version 7.40)
[ 1.444911] integrity: Platform Keyring initialized
[ 1.444916] integrity: Machine keyring initialized
[ 1.458196] Key type asymmetric registered
[ 1.458200] Asymmetric key parser 'x509' registered
[ 1.458222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.458267] io scheduler mq-deadline registered
[ 1.458269] io scheduler kyber registered
[ 1.458280] io scheduler bfq registered
[ 1.458843] pcieport 0000:00:1c.0: AER: enabled with IRQ 123
[ 1.459103] pcieport 0000:00:1c.1: AER: enabled with IRQ 124
[ 1.459354] pcieport 0000:00:1d.0: AER: enabled with IRQ 125
[ 1.459806] pcieport 0000:00:1d.6: AER: enabled with IRQ 127
[ 1.459912] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.461304] ACPI: AC: AC Adapter [AC] (on-line)
[ 1.461365] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 1.461477] ACPI: button: Lid Switch [LID0]
[ 1.461513] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 1.461624] ACPI: button: Power Button [PBTN]
[ 1.461659] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 1.461677] ACPI: button: Sleep Button [SBTN]
[ 1.461708] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 1.461780] ACPI: button: Power Button [PWRF]
[ 1.464037] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.464040] ACPI: thermal: Thermal Zone [THM] (25 C)
[ 1.464253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.467091] Non-volatile memory driver v1.3
[ 1.467093] Linux agpgart interface v0.103
[ 1.467188] ACPI: bus type drm_connector registered
[ 1.471238] ahci 0000:00:17.0: version 3.0
[ 1.471470] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[ 1.471553] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 1.471556] ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x2)
[ 1.471558] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst
[ 1.472250] scsi host0: ahci
[ 1.472445] scsi host1: ahci
[ 1.472494] ata1: DUMMY
[ 1.472497] ata2: SATA max UDMA/133 abar m2048@0xedd33000 port 0xedd33180 irq 128 lpm-pol 3
[ 1.472598] usbcore: registered new interface driver usbserial_generic
[ 1.472604] usbserial: USB Serial support registered for generic
[ 1.472719] rtc_cmos 00:02: RTC can wake from S4
[ 1.473551] rtc_cmos 00:02: registered as rtc0
[ 1.473742] rtc_cmos 00:02: setting system clock to 2024-07-16T20:25:38 UTC (1721161538)
[ 1.473773] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[ 1.473922] intel_pstate: Intel P-state driver initializing
[ 1.474260] intel_pstate: Disabling energy efficiency optimization
[ 1.474261] intel_pstate: HWP enabled
[ 1.474619] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.475059] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ 1.475751] fbcon: Deferring console take-over
[ 1.475755] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 1.475791] hid: raw HID events driver (C) Jiri Kosina
[ 1.475890] drop_monitor: Initializing network drop monitor service
[ 1.476006] NET: Registered PF_INET6 protocol family
[ 1.506376] ACPI: battery: Slot [BAT0] (battery present)
[ 1.507818] Freeing initrd memory: 55712K
[ 1.514381] Segment Routing with IPv6
[ 1.514383] RPL Segment Routing with IPv6
[ 1.514399] In-situ OAM (IOAM) with IPv6
[ 1.514428] NET: Registered PF_PACKET protocol family
[ 1.515193] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 1.515489] microcode: Current revision: 0x000000ea
[ 1.515834] IPI shorthand broadcast: enabled
[ 1.517774] sched_clock: Marking stable (1516668412, 550399)->(1636521170, -119302359)
[ 1.517926] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 1.518211] registered taskstats version 1
[ 1.518980] Loading compiled-in X.509 certificates
[ 1.521910] Loaded X.509 cert 'Build time autogenerated kernel key: 2ce73bf767cd6b37ac7b2e4f01ec460d66782ee8'
[ 1.525496] zswap: loaded using pool zstd/zsmalloc
[ 1.525827] Key type .fscrypt registered
[ 1.525829] Key type fscrypt-provisioning registered
[ 1.526267] PM: Magic number: 0:705:447
[ 1.531027] RAS: Correctable Errors collector initialized.
[ 1.546852] clk: Disabling unused clocks
[ 1.546855] PM: genpd: Disabling unused power domains
[ 1.821235] ata2: SATA link down (SStatus 4 SControl 300)
[ 1.823975] Freeing unused decrypted memory: 2028K
[ 1.824911] Freeing unused kernel image (initmem) memory: 3420K
[ 1.825038] Write protecting the kernel read-only data: 32768k
[ 1.826195] Freeing unused kernel image (rodata/data gap) memory: 1076K
[ 1.900599] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.900602] rodata_test: all tests were successful
[ 1.900604] x86/mm: Checking user space page tables
[ 1.951211] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.951215] Run /init as init process
[ 1.951216] with arguments:
[ 1.951217] /init
[ 1.951218] with environment:
[ 1.951219] HOME=/
[ 1.951220] TERM=linux
[ 1.951221] BOOT_IMAGE=/vmlinuz-linux
[ 2.151552] wmi_bus wmi_bus-PNP0C14:03: [Firmware Bug]: WQBC data block query control method not found
[ 2.157801] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 2.158182] i8042: Warning: Keylock active
[ 2.160595] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.160650] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.169914] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.169924] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.171054] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[ 2.171790] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.171796] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.171801] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 2.171853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 2.171858] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.171861] usb usb1: Product: xHCI Host Controller
[ 2.171863] usb usb1: Manufacturer: Linux 6.9.9-arch1-1 xhci-hcd
[ 2.171865] usb usb1: SerialNumber: 0000:00:14.0
[ 2.172065] hub 1-0:1.0: USB hub found
[ 2.172104] hub 1-0:1.0: 16 ports detected
[ 2.175255] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[ 2.175259] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.175261] usb usb2: Product: xHCI Host Controller
[ 2.175263] usb usb2: Manufacturer: Linux 6.9.9-arch1-1 xhci-hcd
[ 2.175264] usb usb2: SerialNumber: 0000:00:14.0
[ 2.175361] hub 2-0:1.0: USB hub found
[ 2.175386] hub 2-0:1.0: 10 ports detected
[ 2.193427] nvme nvme0: pci function 0000:04:00.0
[ 2.213227] nvme nvme0: 8/0/0 default/read/poll queues
[ 2.217932] nvme0n1: p1 p2 p3 p4
[ 2.230559] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 2.423894] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[ 2.447231] tsc: Refined TSC clocksource calibration: 2904.000 MHz
[ 2.447236] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[ 2.447289] clocksource: Switched to clocksource tsc
[ 2.565474] usb 1-2: New USB device found, idVendor=3434, idProduct=0223, bcdDevice= 1.00
[ 2.565478] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.565480] usb 1-2: Product: Keychron K2 Pro
[ 2.565482] usb 1-2: Manufacturer: Keychron
[ 2.690607] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 2.838945] usb 1-4: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[ 2.838949] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.963959] usb 1-12: new high-speed USB device number 4 using xhci_hcd
[ 3.094709] usbcore: registered new interface driver usbhid
[ 3.094711] usbhid: USB HID core driver
[ 3.095604] MXM: GUID detected in BIOS
[ 3.095684] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
[ 3.096095] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power,
[ 3.096099] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[ 3.096100] nouveau: detected PR support, will not use DSM
[ 3.096306] nouveau 0000:01:00.0: NVIDIA GM107 (117360a2)
[ 3.099463] input: Keychron Keychron K2 Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:3434:0223.0001/input/input6
[ 3.118054] usb 1-12: New USB device found, idVendor=1bcf, idProduct=2b95, bcdDevice=56.05
[ 3.118058] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.118060] usb 1-12: Product: Integrated_Webcam_HD
[ 3.118061] usb 1-12: Manufacturer: CNFEH73N41540004CD22
[ 3.127626] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 3.140259] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.140627] nouveau 0000:01:00.0: bios: version 82.07.bb.00.12
[ 3.140840] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.154165] hid-generic 0003:3434:0223.0001: input,hidraw0: USB HID v1.11 Keyboard [Keychron Keychron K2 Pro] on usb-0000:00:14.0-2/input0
[ 3.154397] hid-generic 0003:3434:0223.0002: hiddev96,hidraw1: USB HID v1.11 Device [Keychron Keychron K2 Pro] on usb-0000:00:14.0-2/input1
[ 3.154655] input: Keychron Keychron K2 Pro Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:3434:0223.0003/input/input7
[ 3.154778] input: Keychron Keychron K2 Pro System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:3434:0223.0003/input/input8
[ 3.206152] nouveau 0000:01:00.0: fb: 4096 MiB GDDR5
[ 3.206230] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 022554 [ PRIVRING ]
[ 3.210689] input: Keychron Keychron K2 Pro Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:3434:0223.0003/input/input9
[ 3.210801] input: Keychron Keychron K2 Pro Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:3434:0223.0003/input/input10
[ 3.210972] hid-generic 0003:3434:0223.0003: input,hidraw2: USB HID v1.11 Mouse [Keychron Keychron K2 Pro] on usb-0000:00:14.0-2/input2
[ 3.282366] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
[ 3.282370] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[ 3.282374] nouveau 0000:01:00.0: DRM: Pointer to TMDS table not found
[ 3.283408] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[ 3.283705] [drm] Initialized nouveau 1.4.0 20120801 for 0000:01:00.0 on minor 0
[ 3.283810] nouveau 0000:01:00.0: [drm] No compatible format found
[ 3.283812] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[ 3.283814] nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
[ 4.946017] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[ 4.951254] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.953085] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 4.953313] ACPI: video: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 4.953404] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input12
[ 4.954016] vga_switcheroo: enabled
[ 4.981245] fbcon: i915drmfb (fb0) is primary device
[ 4.981252] fbcon: Deferring console take-over
[ 4.981258] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 5.084242] fbcon: Taking over console
[ 5.093376] Console: switching to colour frame buffer device 240x67
[ 5.277750] EXT4-fs (nvme0n1p3): mounted filesystem 4c9b16f2-08d8-45d2-976d-c316cc36af63 r/w with ordered data mode. Quota mode: none.
[ 5.411513] systemd[1]: systemd 256.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 5.411522] systemd[1]: Detected architecture x86-64.
[ 5.412571] systemd[1]: Hostname set to <zilla>.
[ 5.930702] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 6.060352] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.100859] systemd[1]: Created slice Slice /system/dirmngr.
[ 6.101987] systemd[1]: Created slice Slice /system/getty.
[ 6.102937] systemd[1]: Created slice Slice /system/gpg-agent.
[ 6.103999] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 6.104956] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 6.105919] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 6.106863] systemd[1]: Created slice Slice /system/keyboxd.
[ 6.107845] systemd[1]: Created slice Slice /system/modprobe.
[ 6.108780] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 6.109559] systemd[1]: Created slice User and Session Slice.
[ 6.109760] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.109940] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.110426] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.110489] systemd[1]: Expecting device /dev/disk/by-uuid/1555d73b-f573-4e27-b275-db16f7eea8f1...
[ 6.110508] systemd[1]: Expecting device /dev/disk/by-uuid/9c32adf7-cefe-4de0-b69c-ce5fcad422af...
[ 6.110528] systemd[1]: Expecting device /dev/disk/by-uuid/c3e5db42-70a2-44c1-9666-f492c0bff6e2...
[ 6.110575] systemd[1]: Reached target Local Encrypted Volumes.
[ 6.110626] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 6.110694] systemd[1]: Reached target Path Units.
[ 6.110728] systemd[1]: Reached target Remote File Systems.
[ 6.110761] systemd[1]: Reached target Slice Units.
[ 6.110838] systemd[1]: Reached target Local Verity Protected Volumes.
[ 6.111081] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 6.114344] systemd[1]: Listening on Process Core Dump Socket.
[ 6.116344] systemd[1]: Listening on Credential Encryption/Decryption.
[ 6.116652] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.116947] systemd[1]: Listening on Journal Sockets.
[ 6.117017] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.117056] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.117319] systemd[1]: Listening on udev Control Socket.
[ 6.117497] systemd[1]: Listening on udev Kernel Socket.
[ 6.117692] systemd[1]: Listening on User Database Manager Socket.
[ 6.120162] systemd[1]: Mounting Huge Pages File System...
[ 6.122215] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.124343] systemd[1]: Mounting Kernel Debug File System...
[ 6.125787] systemd[1]: Mounting Kernel Trace File System...
[ 6.127143] systemd[1]: Starting Create List of Static Device Nodes...
[ 6.128314] systemd[1]: Starting Load Kernel Module configfs...
[ 6.129567] systemd[1]: Starting Load Kernel Module dm_mod...
[ 6.130693] systemd[1]: Starting Load Kernel Module drm...
[ 6.131984] systemd[1]: Starting Load Kernel Module fuse...
[ 6.133104] systemd[1]: Starting Load Kernel Module loop...
[ 6.133165] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 6.133218] 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).
[ 6.135540] systemd[1]: Starting Journal Service...
[ 6.137203] systemd[1]: Starting Load Kernel Modules...
[ 6.137237] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.138323] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.138391] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.139295] systemd[1]: Starting Load udev Rules from Credentials...
[ 6.140448] systemd[1]: Starting Coldplug All udev Devices...
[ 6.143212] systemd[1]: Mounted Huge Pages File System.
[ 6.143345] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.143468] systemd[1]: Mounted Kernel Debug File System.
[ 6.143591] systemd[1]: Mounted Kernel Trace File System.
[ 6.143937] systemd[1]: Finished Create List of Static Device Nodes.
[ 6.144449] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.144697] systemd[1]: Finished Load Kernel Module configfs.
[ 6.145077] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 6.145315] systemd[1]: Finished Load Kernel Module drm.
[ 6.145694] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 6.145932] systemd[1]: Finished Load Kernel Module fuse.
[ 6.149267] loop: module loaded
[ 6.149699] systemd[1]: Mounting FUSE Control File System...
[ 6.150785] systemd[1]: Mounting Kernel Configuration File System...
[ 6.151807] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 6.152268] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 6.152517] systemd[1]: Finished Load Kernel Module loop.
[ 6.153916] systemd[1]: Finished Load udev Rules from Credentials.
[ 6.155318] Asymmetric key parser 'pkcs8' registered
[ 6.155513] device-mapper: uevent: version 1.0.3
[ 6.155623] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 6.156353] systemd[1]: Finished Load Kernel Modules.
[ 6.156889] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 6.157191] systemd[1]: Finished Load Kernel Module dm_mod.
[ 6.159445] systemd[1]: Mounted FUSE Control File System.
[ 6.159613] systemd[1]: Mounted Kernel Configuration File System.
[ 6.159835] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 6.161267] systemd[1]: Starting Apply Kernel Variables...
[ 6.162806] systemd-journald[308]: Collecting audit messages is disabled.
[ 6.169668] systemd[1]: Starting User Database Manager...
[ 6.171150] systemd[1]: Finished Apply Kernel Variables.
[ 6.187409] EXT4-fs (nvme0n1p3): re-mounted 4c9b16f2-08d8-45d2-976d-c316cc36af63 r/w. Quota mode: none.
[ 6.188261] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 6.188709] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
[ 6.189524] systemd[1]: Starting Load/Save OS Random Seed...
[ 6.189541] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.201194] systemd[1]: Finished Load/Save OS Random Seed.
[ 6.205506] systemd[1]: Started Journal Service.
[ 6.217135] systemd-journald[308]: Received client request to flush runtime journal.
[ 6.449348] mousedev: PS/2 mouse device common for all mice
[ 6.450331] input: Intel HID events as /devices/platform/INT33D5:00/input/input13
[ 6.452679] intel-hid INT33D5:00: platform supports 5 button array
[ 6.453174] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input14
[ 6.453802] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20230628/nsprepkg-94)
[ 6.455822] Consider using thermal netlink events interface
[ 6.464068] resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
[ 6.464075] caller get_primary_reg_base+0x4d/0xb0 [intel_pmc_core] mapping multiple BARs
[ 6.464110] intel_pmc_core INT33A1:00: initialized
[ 6.506518] mc: Linux media interface: v0.10
[ 6.546184] Adding 12582908k swap on /dev/nvme0n1p2. Priority:-2 extents:1 across:12582908k SS
[ 6.557930] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 6.558224] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 6.567321] input: PC Speaker as /devices/platform/pcspkr/input/input15
[ 6.568898] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 6.568927] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 6.614055] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 6.614399] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 6.615149] i2c i2c-18: Successfully instantiated SPD at 0x50
[ 6.618828] Bluetooth: Core ver 2.22
[ 6.618848] NET: Registered PF_BLUETOOTH protocol family
[ 6.618850] Bluetooth: HCI device and connection manager initialized
[ 6.618854] Bluetooth: HCI socket layer initialized
[ 6.618857] Bluetooth: L2CAP socket layer initialized
[ 6.618861] Bluetooth: SCO socket layer initialized
[ 6.664090] intel_rapl_common: Found RAPL domain package
[ 6.664094] intel_rapl_common: Found RAPL domain core
[ 6.664096] intel_rapl_common: Found RAPL domain uncore
[ 6.664099] intel_rapl_common: Found RAPL domain dram
[ 6.664145] iTCO_vendor_support: vendor-support=0
[ 6.666107] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 6.666656] ee1004 18-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 6.670839] videodev: Linux video capture interface: v2.00
[ 6.672176] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.674576] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[ 6.693447] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.693628] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 6.694092] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 6.694096] cfg80211: failed to load regulatory.db
[ 6.804575] input: DLL07BF:01 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-20/i2c-DLL07BF:01/0018:06CB:7A13.0004/input/input17
[ 6.804918] input: DLL07BF:01 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-20/i2c-DLL07BF:01/0018:06CB:7A13.0004/input/input18
[ 6.805501] hid-generic 0018:06CB:7A13.0004: input,hidraw3: I2C HID v1.00 Mouse [DLL07BF:01 06CB:7A13] on i2c-DLL07BF:01
[ 6.844222] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 6.844235] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 6.844241] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 6.844246] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 6.844250] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 7.044497] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 7.050668] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 7.051065] cryptd: max_cpu_qlen set to 1000
[ 7.051082] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 7.055525] Intel(R) Wireless WiFi driver for Linux
[ 7.061444] iwlwifi 0000:02:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
[ 7.061468] iwlwifi 0000:02:00.0: PCI dev 24fd/0050, rev=0x230, rfid=0xd55555d5
[ 7.061810] intel_rapl_common: Found RAPL domain package
[ 7.061813] intel_rapl_common: Found RAPL domain dram
[ 7.065224] usbcore: registered new interface driver btusb
[ 7.065691] input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input20
[ 7.066080] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
[ 7.069071] Bluetooth: hci0: Reading supported features failed (-16)
[ 7.069076] Bluetooth: hci0: Error reading debug features
[ 7.069078] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[ 7.072451] usb 1-12: Found UVC 1.00 device Integrated_Webcam_HD (1bcf:2b95)
[ 7.072570] AVX2 version of gcm_enc/dec engaged.
[ 7.072615] AES CTR mode by8 optimization enabled
[ 7.083073] iwlwifi 0000:02:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
[ 7.090541] usbcore: registered new interface driver uvcvideo
[ 7.090878] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 7.091200] pps_core: LinuxPPS API ver. 1 registered
[ 7.091203] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 7.091134] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 7.098993] PTP clock support registered
[ 7.186927] input: DLL07BF:01 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-20/i2c-DLL07BF:01/0018:06CB:7A13.0004/input/input21
[ 7.187022] input: DLL07BF:01 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-20/i2c-DLL07BF:01/0018:06CB:7A13.0004/input/input22
[ 7.187113] hid-multitouch 0018:06CB:7A13.0004: input,hidraw3: I2C HID v1.00 Mouse [DLL07BF:01 06CB:7A13] on i2c-DLL07BF:01
[ 7.212115] EXT4-fs (nvme0n1p1): mounted filesystem 1555d73b-f573-4e27-b275-db16f7eea8f1 r/w with ordered data mode. Quota mode: none.
[ 7.262461] EXT4-fs (nvme0n1p4): mounted filesystem c3e5db42-70a2-44c1-9666-f492c0bff6e2 r/w with ordered data mode. Quota mode: none.
[ 7.285904] dell_laptop: Using i8042 filter function for receiving events
[ 7.316114] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3266: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 7.316121] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 7.316125] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 7.316129] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 7.316131] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 7.316134] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x18
[ 7.316136] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
[ 7.316138] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 7.330316] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 7.330413] thermal thermal_zone10: failed to read out thermal zone (-61)
[ 7.359316] intel_tcc_cooling: Programmable TCC Offset detected
[ 7.389288] iwlwifi 0000:02:00.0: base HW address: f8:59:71:1f:35:fb, OTP minor version: 0x0
[ 7.393604] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[ 7.393664] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[ 7.393707] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[ 7.393752] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[ 7.464270] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 8.039666] iwlwifi 0000:02:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
[ 21.480634] psmouse serio1: Failed to deactivate mouse on isa0060/serio1: -5
[ 21.953963] psmouse serio1: Failed to enable mouse on isa0060/serio1
[ 26.217431] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input16
[ 26.420651] psmouse serio1: Failed to enable mouse on isa0060/serio1
[ 84.744062] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 84.745339] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 84.754890] wlan0: authenticated
[ 84.757252] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 84.760146] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 84.762997] wlan0: associated
[ 84.867762] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 222.074289] pcieport 0000:00:1d.0: AER: Multiple Correctable error message received from 0000:04:00.0
[ 222.074313] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Transmitter ID)
[ 222.074320] pcieport 0000:00:1d.0: device [8086:a118] error status/mask=00001000/00002000
[ 222.074327] pcieport 0000:00:1d.0: [12] Timeout
[ 222.074337] nvme 0000:04:00.0: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
[ 222.074343] nvme 0000:04:00.0: device [1c5c:1284] error status/mask=00000081/0000e000
[ 222.074350] nvme 0000:04:00.0: [ 0] RxErr (First)
[ 222.074355] nvme 0000:04:00.0: [ 7] BadDLLP
[ 222.074360] nvme 0000:04:00.0: AER: Error of this Agent is reported first
[ 499.374461] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 503.658552] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 503.659834] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 503.666421] wlan0: authenticated
[ 503.667227] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 503.669793] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 503.674509] wlan0: associated
[ 503.747575] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 549.005341] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 550.702114] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 550.703484] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 550.710649] wlan0: authenticated
[ 550.713875] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 550.716851] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 550.719903] wlan0: associated
[ 550.834206] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 596.005632] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 597.345240] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 597.346620] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 597.353217] wlan0: authenticated
[ 597.357234] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 597.359873] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 597.362848] wlan0: associated
[ 597.424247] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 643.004686] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 644.075430] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 644.076837] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 644.083590] wlan0: authenticated
[ 644.087241] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 644.089902] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 644.093116] wlan0: associated
[ 644.137562] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 676.611065] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 680.802040] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 680.803315] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 680.810014] wlan0: authenticated
[ 680.810526] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 680.813081] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 680.815933] wlan0: associated
[ 680.880879] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 726.002376] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 727.917090] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 727.918527] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 727.927812] wlan0: authenticated
[ 727.930524] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 727.933851] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 727.938330] wlan0: associated
[ 727.990878] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 737.268620] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 741.404382] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 741.405744] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 741.412662] wlan0: authenticated
[ 741.413867] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 741.416809] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 741.419624] wlan0: associated
[ 741.500925] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 787.005452] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 788.387442] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 788.388920] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 788.395690] wlan0: authenticated
[ 788.397187] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 788.400334] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 788.402801] wlan0: associated
[ 788.520863] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 834.005143] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 835.657383] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 835.658875] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 835.665639] wlan0: authenticated
[ 835.667183] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 835.670312] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 835.672970] wlan0: associated
[ 835.811303] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 841.754100] nouveau 0000:01:00.0: Enabling HDA controller
[ 881.005889] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 882.241598] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 882.243051] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 882.249798] wlan0: authenticated
[ 882.250458] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 882.253091] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 882.256273] wlan0: associated
[ 882.304191] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 928.006544] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1020.464495] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1020.465982] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1020.473236] wlan0: authenticated
[ 1020.473780] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1020.476439] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1020.479674] wlan0: associated
[ 1020.540886] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1039.843764] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1044.102007] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1044.103284] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1044.111315] wlan0: authenticated
[ 1044.113797] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1044.116518] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1044.121380] wlan0: associated
[ 1044.195730] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1089.005674] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1090.669180] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1090.670576] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1090.677584] wlan0: authenticated
[ 1090.680461] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1090.683345] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1090.686994] wlan0: associated
[ 1090.687074] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1102.847348] nouveau 0000:01:00.0: Enabling HDA controller
[ 1136.005720] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1137.809213] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1137.810587] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1137.817835] wlan0: authenticated
[ 1137.820454] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1137.823406] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1137.826579] wlan0: associated
[ 1137.891648] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1183.005158] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1184.064673] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1184.066147] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1184.073499] wlan0: authenticated
[ 1184.077115] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1184.080700] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1184.083909] wlan0: associated
[ 1184.187454] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1229.005360] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1231.673985] nouveau 0000:01:00.0: Enabling HDA controller
[ 1232.100933] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 619444 [ PRIVRING ]
[ 1327.921613] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1327.923029] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1327.933134] wlan0: authenticated
[ 1327.937114] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1327.940565] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1327.943730] wlan0: associated
[ 1327.945501] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1348.399202] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1352.629395] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1352.630747] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1352.637731] wlan0: authenticated
[ 1352.640447] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1352.643124] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1352.645901] wlan0: associated
[ 1352.726919] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1370.073966] nouveau 0000:01:00.0: Enabling HDA controller
[ 1370.212947] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 619444 [ PRIVRING ]
[ 1375.985336] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 1398.003217] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1399.436502] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1399.438009] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1399.445223] wlan0: authenticated
[ 1399.447047] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1399.449948] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1399.453583] wlan0: associated
[ 1399.523228] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1445.002576] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1446.463819] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1446.465214] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1446.472654] wlan0: authenticated
[ 1446.473681] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1446.476675] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1446.479619] wlan0: associated
[ 1446.530756] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1492.003464] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1494.547123] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1494.548545] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1494.556176] wlan0: authenticated
[ 1494.557004] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1494.559431] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1494.563902] wlan0: associated
[ 1494.652672] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1540.002844] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1613.071281] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1613.072549] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1613.080935] wlan0: authenticated
[ 1613.083770] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1613.086412] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1613.089123] wlan0: associated
[ 1613.130734] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1658.003314] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1659.427900] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1659.429388] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1659.436364] wlan0: authenticated
[ 1659.437041] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1659.439575] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1659.442800] wlan0: associated
[ 1659.517369] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1705.003070] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1706.518377] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1706.519792] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1706.527059] wlan0: authenticated
[ 1706.530360] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1706.533288] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1706.538145] wlan0: associated
[ 1706.624017] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1712.367222] nouveau 0000:01:00.0: Enabling HDA controller
[ 1712.506377] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 619444 [ PRIVRING ]
[ 1752.003728] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1754.575574] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 1754.577059] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 1754.584293] wlan0: authenticated
[ 1754.587056] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 1754.590029] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 1754.593234] wlan0: associated
[ 1754.657331] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 1775.273930] nouveau 0000:01:00.0: Enabling HDA controller
[ 1775.413201] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 619444 [ PRIVRING ]
[ 1800.002511] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2101.238264] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 2101.239687] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 2101.248755] wlan0: authenticated
[ 2101.250315] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 2101.252963] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 2101.256032] wlan0: associated
[ 2101.269944] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 2147.004889] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2148.043174] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 2148.044634] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 2148.051634] wlan0: authenticated
[ 2148.053620] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 2148.056461] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 2148.059653] wlan0: associated
[ 2148.169149] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 2193.002236] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2194.174500] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 2194.175974] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 2194.182804] wlan0: authenticated
[ 2194.183589] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 2194.186108] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 2194.188930] wlan0: associated
[ 2194.260623] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 2219.060486] nouveau 0000:01:00.0: Enabling HDA controller
[ 2219.199551] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 619444 [ PRIVRING ]
[ 2240.003231] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2241.033120] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 2241.034593] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 2241.041890] wlan0: authenticated
[ 2241.043621] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 2241.047391] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 2241.050375] wlan0: associated
[ 2241.148232] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 2281.967151] nouveau 0000:01:00.0: Enabling HDA controller
[ 2282.106390] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 619444 [ PRIVRING ]
[ 2286.002638] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2325.561749] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 2325.563012] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 2325.570057] wlan0: authenticated
[ 2325.573660] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 2325.576978] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 2325.580321] wlan0: associated
[ 2325.637252] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 2371.003739] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2372.577581] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 2372.578943] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 2372.588047] wlan0: authenticated
[ 2372.590275] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 2372.593241] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 2372.596339] wlan0: associated
[ 2372.663961] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 2418.003178] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2419.674678] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 2419.676153] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 2419.682843] wlan0: authenticated
[ 2419.683552] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 2419.686433] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 2419.689659] wlan0: associated
[ 2419.843898] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2
[ 2465.004871] wlan0: deauthenticating from 4c:1b:86:24:bc:d2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2467.612339] wlan0: authenticate with 4c:1b:86:24:bc:d2 (local address=f8:59:71:1f:35:fb)
[ 2467.613750] wlan0: send auth to 4c:1b:86:24:bc:d2 (try 1/3)
[ 2467.620976] wlan0: authenticated
[ 2467.623574] wlan0: associate with 4c:1b:86:24:bc:d2 (try 1/3)
[ 2467.627869] wlan0: RX AssocResp from 4c:1b:86:24:bc:d2 (capab=0x1511 status=0 aid=3)
[ 2467.631098] wlan0: associated
[ 2467.656696] wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 4c:1b:86:24:bc:d2As to my reason for using iwd: there is no good reason. I used it during the install, read that it is a better wpa-supplicant and used it brainlessly. As you suggested, I disabled iwd (not systemd-resolved though, should I?), deleted the config files, installed NM/nmtui and configured the network by adding the wifi connection, disabling IPv6 and using the automatic setting on IPv4. However, the result is the same: no IPv4 address gets assigned, only manually setting an IP and Gateway allows me to connect. What I haven't noticed before are disconnects every few seconds. This is what I can see with journalctl -u NetworkManager -n 100:
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.0999] device (wlan0): set-hw-addr: set MAC address to 8E:CE:36:08:13:37 (scanning)
Jul 16 23:14:03 zilla NetworkManager[1464]: <warn> [1721164443.1072] device (wlan0): Activation: failed for connection 'WLAN-630412'
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.1670] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.2133] dhcp4 (wlan0): canceled DHCP transaction
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.2133] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.2133] dhcp4 (wlan0): state changed no lease
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.2414] device (wlan0): supplicant interface state: completed -> disconnected
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.2415] device (p2p-dev-wlan0): supplicant management interface state: completed -> disconnected
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.2416] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.2416] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.1508] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.1509] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2093] device (wlan0): supplicant interface state: disconnected -> inactive
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2094] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2097] policy: auto-activating connection 'WLAN-630412' (bb5906b6-9d2d-43fd-8e95-3ca2a2ec12b8)
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2110] device (wlan0): Activation: starting connection 'WLAN-630412' (bb5906b6-9d2d-43fd-8e95-3ca2a2ec12b8)
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2147] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2155] manager: NetworkManager state is now CONNECTING
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2361] device (wlan0): set-hw-addr: reset MAC address to F8:59:71:1F:35:FB (preserve)
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2402] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2409] device (wlan0): Activation: (wifi) access point 'WLAN-630412' has security, but secrets are required.
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2410] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2414] sup-iface[0955ad19a2c00b9a,7,wlan0]: wps: type pbc start...
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2443] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2452] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2459] device (wlan0): Activation: (wifi) connection 'WLAN-630412' has security, and secrets exist. No new secrets needed.
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2459] Config: added 'ssid' value 'WLAN-630412'
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2460] Config: added 'scan_ssid' value '1'
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2460] Config: added 'bgscan' value 'simple:30:-70:86400'
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2460] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2461] Config: added 'auth_alg' value 'OPEN'
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2461] Config: added 'psk' value '<hidden>'
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2809] device (wlan0): supplicant interface state: inactive -> disconnected
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2810] device (p2p-dev-wlan0): supplicant management interface state: inactive -> disconnected
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.3135] device (wlan0): supplicant interface state: disconnected -> authenticating
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.3136] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> authenticating
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.3211] device (wlan0): supplicant interface state: authenticating -> associating
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.3211] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.3356] device (wlan0): supplicant interface state: associating -> associated
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.3357] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.4190] device (wlan0): supplicant interface state: associated -> 4way_handshake
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.4191] device (p2p-dev-wlan0): supplicant management interface state: associated -> 4way_handshake
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.4770] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.4771] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "WLAN-630412"
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.4772] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.4775] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.4782] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.4792] policy: set 'WLAN-630412' (wlan0) as default for IPv4 routing and DNS
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.0275] device (wlan0): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.0283] manager: NetworkManager state is now DISCONNECTED
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.0799] device (wlan0): set-hw-addr: set MAC address to 4A:12:E9:93:42:2E (scanning)
Jul 16 23:14:50 zilla NetworkManager[1464]: <warn> [1721164490.0867] device (wlan0): Activation: failed for connection 'WLAN-630412'
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.1271] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.1565] dhcp4 (wlan0): canceled DHCP transaction
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.1566] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.1566] dhcp4 (wlan0): state changed no lease
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.1844] device (wlan0): supplicant interface state: completed -> disconnected
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.1844] device (p2p-dev-wlan0): supplicant management interface state: completed -> disconnected
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1045] policy: auto-activating connection 'WLAN-630412' (bb5906b6-9d2d-43fd-8e95-3ca2a2ec12b8)
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1050] device (wlan0): Activation: starting connection 'WLAN-630412' (bb5906b6-9d2d-43fd-8e95-3ca2a2ec12b8)
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1051] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1053] manager: NetworkManager state is now CONNECTING
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1369] device (wlan0): set-hw-addr: reset MAC address to F8:59:71:1F:35:FB (preserve)
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1411] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1418] device (wlan0): Activation: (wifi) access point 'WLAN-630412' has security, but secrets are required.
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1418] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1422] sup-iface[0955ad19a2c00b9a,7,wlan0]: wps: type pbc start...
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1449] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1457] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1464] device (wlan0): Activation: (wifi) connection 'WLAN-630412' has security, and secrets exist. No new secrets needed.
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1465] Config: added 'ssid' value 'WLAN-630412'
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1465] Config: added 'scan_ssid' value '1'
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1466] Config: added 'bgscan' value 'simple:30:-70:86400'
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1466] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1466] Config: added 'auth_alg' value 'OPEN'
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1467] Config: added 'psk' value '<hidden>'
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1923] device (wlan0): supplicant interface state: disconnected -> authenticating
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1923] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> authenticating
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1993] device (wlan0): supplicant interface state: authenticating -> associating
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1994] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.2110] device (wlan0): supplicant interface state: associating -> 4way_handshake
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.2110] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.3048] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.3049] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "WLAN-630412"
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.3049] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.3052] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.3057] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.3063] policy: set 'WLAN-630412' (wlan0) as default for IPv4 routing and DNS
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.0283] device (wlan0): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.0290] manager: NetworkManager state is now DISCONNECTED
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.0931] device (wlan0): set-hw-addr: set MAC address to D6:EE:7E:C2:4C:87 (scanning)
Jul 16 23:15:37 zilla NetworkManager[1464]: <warn> [1721164537.0998] device (wlan0): Activation: failed for connection 'WLAN-630412'
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.1237] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.1399] dhcp4 (wlan0): canceled DHCP transaction
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.1400] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.1400] dhcp4 (wlan0): state changed no lease
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.1680] device (wlan0): supplicant interface state: completed -> disconnected
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.1681] device (p2p-dev-wlan0): supplicant management interface state: completed -> disconnected
Jul 16 23:15:38 zilla NetworkManager[1464]: <info> [1721164538.1536] device (wlan0): supplicant interface state: disconnected -> inactive
Jul 16 23:15:38 zilla NetworkManager[1464]: <info> [1721164538.1537] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactiveAs you pointed out, it is probably NOT a router problem, as I have other machines in the same WiFi, and those get an IPv4 from DHCP server. But the problems seem to appear with both wpa-supplicant and iwd, hence it may be a problem with something both use?
Last edited by DocDriven (2024-07-16 21:33:52)
Offline
After playing around for the last few days, I suspect that the problem is an arch-related anomaly.
I have connected a second PC with arch to the network, and tried both WiFi and Ethernet. The result is the same: DHCP for IPv6 seems to work out of the box, IPv4 does not work (i.e. I do NOT get and IP and no gateway is set).
Last edited by DocDriven (2024-07-21 22:35:52)
Offline
$ grep -i 'Mac Address' temp1.txt
Jul 16 23:14:03 zilla NetworkManager[1464]: <info> [1721164443.0999] device (wlan0): set-hw-addr: set MAC address to 8E:CE:36:08:13:37 (scanning)
Jul 16 23:14:04 zilla NetworkManager[1464]: <info> [1721164444.2361] device (wlan0): set-hw-addr: reset MAC address to F8:59:71:1F:35:FB (preserve)
Jul 16 23:14:50 zilla NetworkManager[1464]: <info> [1721164490.0799] device (wlan0): set-hw-addr: set MAC address to 4A:12:E9:93:42:2E (scanning)
Jul 16 23:14:51 zilla NetworkManager[1464]: <info> [1721164491.1369] device (wlan0): set-hw-addr: reset MAC address to F8:59:71:1F:35:FB (preserve)
Jul 16 23:15:37 zilla NetworkManager[1464]: <info> [1721164537.0931] device (wlan0): set-hw-addr: set MAC address to D6:EE:7E:C2:4C:87 (scanning)
$ try disabling NM mac address randomization
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
If that'S not it, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline