You are not logged in.
I have updated kernel from 7.0.13 to 7.1.2 and Wi-Fi interface stopped appearing on the list of devices in iwctl. Basically it looks like this on kernel version 7.1.2:
$ iwctl
NetworkConfigurationEnabled: enabled
StateDirectory: /var/lib/iwd
Version: 3.12
[iwd]# device list
Devices
--------------------------------------------------------------------------------
Name Address Powered Adapter Mode
--------------------------------------------------------------------------------
[iwd]#The interface shows up on ip's output
$ ip a
....
wlan1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
...But nothing happens when I try to use
ip link set wlan1 upFurther, no error messages are produced, neither when I look at journal or in the command line.
Dmesg for kernel vesion 7.0.13: here
Dmesg for kernel version 7.1.2: here
Many errors also show up after upgrading the kernel related iwlwifi module as seen from dmesg output.
$ lspci -k:
00:14.3 Network controller: Intel Corporation Arrow Lake CNVi WiFi
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Device 6074
Kernel driver in use: iwlwifi
Kernel modules: iwlwifiWhen downgrading to 7.0.13, interface shows up and works smoothly.
Edit: there is also a considerable time during start up on kernel 7.1.2 when the screen is completely black (5-10 seconds), showing "_" char in the corner. It does not happen on 7.0.13.
Could it be something on my side or is there somewhere I can report it? Thanks.
Last edited by vxvwxv (2026-07-06 19:25:36)
Offline
Might be related to https://bbs.archlinux.org/viewtopic.php?id=314132
But nothing happens when I try to use
The nic already *is* up, you lack a carrier ("cable")
=> https://wiki.archlinux.org/title/Iwd#Re … after_boot ?
Does it help to restart iwd?
Ideally please post your complete system journal for the boot:
sudo journalctl -b | curl -s -H "Accept: application/json, */*" --upload-file - 'https://paste.c-net.org/'so we get to see the kernel actions in relation to the userspace.
Offline
The NIC may be up under 7.1.2 but:
[ 11.492978] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0xd36b, CPU2 Status: 0xb03
[ 11.493005] iwlwifi 0000:00:14.3: WFPM_LMAC1_PD_NOTIFICATION: 0x0
[ 11.493017] iwlwifi 0000:00:14.3: HPM_SECONDARY_DEVICE_STATE: 0x42
[ 11.493025] iwlwifi 0000:00:14.3: WFPM_MAC_OTP_CFG7_ADDR: 0x0
[ 11.493033] iwlwifi 0000:00:14.3: WFPM_MAC_OTP_CFG7_DATA: 0x0
[ 11.493036] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0xd05c18
[ 11.493038] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd05c20
[ 11.493041] iwlwifi 0000:00:14.3: UMAC CURRENT PC 1: 0xd05c1c
[ 11.493043] iwlwifi 0000:00:14.3: TCM1 CURRENT PC: 0xa0444c
[ 11.493045] iwlwifi 0000:00:14.3: RCM1 CURRENT PC: 0xa0bd7c
[ 11.493049] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 13 fired (delay=0ms).
[ 11.493108] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[ 11.493110] iwlwifi 0000:00:14.3: Transport status: 0x00000042, valid: 6
[ 11.493113] iwlwifi 0000:00:14.3: Loaded firmware version: 100.de068435.0 bz-b0-hr-b0-100.ucode
[ 11.493117] iwlwifi 0000:00:14.3: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL
[ 11.493121] iwlwifi 0000:00:14.3: 0x002CEEEE | interruptlink2
[ 11.493123] iwlwifi 0000:00:14.3: 0x00000000 | data1
[ 11.493126] iwlwifi 0000:00:14.3: 0x00000010 | data2
[ 11.493128] iwlwifi 0000:00:14.3: 0x00000000 | data3
[ 11.493155] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[ 11.493156] iwlwifi 0000:00:14.3: Transport status: 0x00000042, valid: 7
[ 11.493159] iwlwifi 0000:00:14.3: 0x20100503 | ADVANCED_SYSASSERT
[ 11.493162] iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
[ 11.493164] iwlwifi 0000:00:14.3: 0x2A000001 | umac data1
[ 11.493166] iwlwifi 0000:00:14.3: 0x00000020 | umac data2
[ 11.493168] iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data3
[ 11.493170] iwlwifi 0000:00:14.3: 0x00000000 | last host cmd
[ 11.493200] iwlwifi 0000:00:14.3: TCM1 status:
[ 11.493202] iwlwifi 0000:00:14.3: 0x00000070 | error ID
[ 11.493204] iwlwifi 0000:00:14.3: 0x00000E64 | tcm interruptlink2
[ 11.493206] iwlwifi 0000:00:14.3: 0x40000000 | tcm data1
[ 11.493208] iwlwifi 0000:00:14.3: 0xDEADBEEF | tcm data2
[ 11.493210] iwlwifi 0000:00:14.3: 0xDEADBEEF | tcm data3
[ 11.493239] iwlwifi 0000:00:14.3: RCM1 status:
[ 11.493241] iwlwifi 0000:00:14.3: 0x00000070 | error ID
[ 11.493243] iwlwifi 0000:00:14.3: 0x00002540 | rcm interruptlink2
[ 11.493245] iwlwifi 0000:00:14.3: 0x20000000 | rcm data1
[ 11.493247] iwlwifi 0000:00:14.3: 0xDEADBEEF | rcm data2
[ 11.493249] iwlwifi 0000:00:14.3: 0xDEADBEEF | rcm data3
[ 11.493278] iwlwifi 0000:00:14.3: RCM2 status:
[ 11.493280] iwlwifi 0000:00:14.3: 0x1BA235A8 | error ID
[ 11.493282] iwlwifi 0000:00:14.3: 0x93E31B25 | rcm interruptlink2
[ 11.493284] iwlwifi 0000:00:14.3: 0x6980F327 | rcm data1
[ 11.493286] iwlwifi 0000:00:14.3: 0x0058FB52 | rcm data2
[ 11.493288] iwlwifi 0000:00:14.3: 0x842FE037 | rcm data3
[ 11.493301] iwlwifi 0000:00:14.3: IML/ROM dump:
[ 11.493303] iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
[ 11.493313] iwlwifi 0000:00:14.3: 0x0000D36B | IML/ROM data1
[ 11.493321] iwlwifi 0000:00:14.3: 0x00000080 | IML/ROM WFPM_AUTH_KEY_0
[ 11.493327] iwlwifi 0000:00:14.3: Fseq Registers:
[ 11.493330] iwlwifi 0000:00:14.3: 0x40000000 | FSEQ_ERROR_CODE
[ 11.493335] iwlwifi 0000:00:14.3: 0x00920002 | FSEQ_TOP_INIT_VERSION
[ 11.493339] iwlwifi 0000:00:14.3: 0x803F0000 | FSEQ_CNVIO_INIT_VERSION
[ 11.493342] iwlwifi 0000:00:14.3: 0x0000A482 | FSEQ_OTP_VERSION
[ 11.493346] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[ 11.493350] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[ 11.493353] iwlwifi 0000:00:14.3: 0x00080930 | FSEQ_CNVI_ID
[ 11.493357] iwlwifi 0000:00:14.3: 0x01300504 | FSEQ_CNVR_ID
[ 11.493361] iwlwifi 0000:00:14.3: 0x00080930 | CNVI_AUX_MISC_CHIP
[ 11.493367] iwlwifi 0000:00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP
[ 11.493373] iwlwifi 0000:00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[ 11.493379] iwlwifi 0000:00:14.3: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[ 11.493383] iwlwifi 0000:00:14.3: 0x00000000 | FSEQ_PREV_CNVIO_INIT_VERSION
[ 11.493387] iwlwifi 0000:00:14.3: 0x00920002 | FSEQ_WIFI_FSEQ_VERSION
[ 11.493391] iwlwifi 0000:00:14.3: 0x00920002 | FSEQ_BT_FSEQ_VERSION
[ 11.493395] iwlwifi 0000:00:14.3: 0x000000EF | FSEQ_CLASS_TP_VERSION
[ 11.493403] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x80278cfc
[ 11.493406] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
[ 11.493410] iwlwifi 0000:00:14.3: UMAC CURRENT PC 1: 0x80278d02
[ 11.493414] iwlwifi 0000:00:14.3: TCM1 CURRENT PC: 0xd0
[ 11.493417] iwlwifi 0000:00:14.3: RCM1 CURRENT PC: 0xd0
[ 11.493421] iwlwifi 0000:00:14.3: Function Scratch status:
[ 11.493423] iwlwifi 0000:00:14.3: 0x01010101 | Func Scratch
[ 11.493427] iwlwifi 0000:00:14.3: Failed to start RT ucode: -110
[ 11.493431] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 13 fired (delay=0ms).
[ 12.600909] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
[ 12.868987] iwlwifi 0000:00:14.3: timeout waiting for FW reset ACK (inta_hw=0x8, reset_done 0)
....
[ 19.824288] iwlwifi 0000:00:14.3: WRT: Failed to dump region: id=32, type=18
[ 20.686161] iwlwifi 0000:00:14.3: Master Disable Timed Out, 100 usec
[ 20.724987] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -110
[ 20.731110] r8152 2-3.4:1.0 enp0s13f0u3u4: renamed from eth0
[ 20.770894] iwlwifi 0000:00:14.3: retry init count 0
[ 21.023121] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[ 21.023386] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[ 21.083360] iwlwifi 0000:00:14.3: base HW address: 9c:65:eb:b9:e7:31
[ 21.100432] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 21.102688] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 21.103321] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 21.357254] iwlwifi 0000:00:14.3: TOP Fatal error detected, inta_hw=0x2b.
[ 21.357352] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[ 21.357361] iwlwifi 0000:00:14.3: Transport status: 0x00000002, valid: 6
[ 21.357372] iwlwifi 0000:00:14.3: Loaded firmware version: 100.de068435.0 bz-b0-hr-b0-100.ucode
[ 21.357381] iwlwifi 0000:00:14.3: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL
[ 21.357384] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0xd2ce, CPU2 Status: 0xb03
[ 21.357394] iwlwifi 0000:00:14.3: 0x00012FC0 | interruptlink2
[ 21.357402] iwlwifi 0000:00:14.3: 0x00000000 | data1
[ 21.357408] iwlwifi 0000:00:14.3: 0x00000010 | data2
[ 21.357410] iwlwifi 0000:00:14.3: WFPM_LMAC1_PD_NOTIFICATION: 0x0
[ 21.357417] iwlwifi 0000:00:14.3: 0x00000000 | data3
[ 21.357424] iwlwifi 0000:00:14.3: HPM_SECONDARY_DEVICE_STATE: 0x42
[ 21.357443] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[ 21.357449] iwlwifi 0000:00:14.3: WFPM_MAC_OTP_CFG7_ADDR: 0x0
[ 21.357449] iwlwifi 0000:00:14.3: Transport status: 0x00000002, valid: 7
[ 21.357457] iwlwifi 0000:00:14.3: 0x20100503 | ADVANCED_SYSASSERT
[ 21.357463] iwlwifi 0000:00:14.3: WFPM_MAC_OTP_CFG7_DATA: 0x0
[ 21.357467] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0xd05c18
[ 21.357468] iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
[ 21.357473] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd05c20
[ 21.357476] iwlwifi 0000:00:14.3: 0x2A000001 | umac data1
[ 21.357477] iwlwifi 0000:00:14.3: UMAC CURRENT PC 1: 0xd05c1c
[ 21.357483] iwlwifi 0000:00:14.3: TCM1 CURRENT PC: 0xa0444c
[ 21.357483] iwlwifi 0000:00:14.3: 0x00000020 | umac data2
[ 21.357487] iwlwifi 0000:00:14.3: RCM1 CURRENT PC: 0xa0bd7c
[ 21.357490] iwlwifi 0000:00:14.3: Failed to start RT ucode: -5
[ 21.357493] iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data3
[ 21.357496] iwlwifi 0000:00:14.3: Failed to start RT ucode: -5
[ 21.357501] iwlwifi 0000:00:14.3: 0x00000000 | last host cmd
[ 21.357503] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 13 fired (delay=0ms).
[ 21.357543] iwlwifi 0000:00:14.3: TCM1 status:
[ 21.357549] iwlwifi 0000:00:14.3: 0x00000070 | error ID
[ 21.357555] iwlwifi 0000:00:14.3: 0x00000E64 | tcm interruptlink2
[ 21.357562] iwlwifi 0000:00:14.3: 0x40000000 | tcm data1
[ 21.357571] iwlwifi 0000:00:14.3: 0xDEADBEEF | tcm data2
[ 21.357576] iwlwifi 0000:00:14.3: 0xDEADBEEF | tcm data3
[ 21.357615] iwlwifi 0000:00:14.3: RCM1 status:
[ 21.357623] iwlwifi 0000:00:14.3: 0x00000070 | error ID
[ 21.357631] iwlwifi 0000:00:14.3: 0x00002540 | rcm interruptlink2
[ 21.357641] iwlwifi 0000:00:14.3: 0x20000000 | rcm data1
[ 21.357649] iwlwifi 0000:00:14.3: 0xDEADBEEF | rcm data2
[ 21.357657] iwlwifi 0000:00:14.3: 0xDEADBEEF | rcm data3
[ 21.357699] iwlwifi 0000:00:14.3: RCM2 status:
[ 21.357705] iwlwifi 0000:00:14.3: 0x1BA636A8 | error ID
[ 21.357710] iwlwifi 0000:00:14.3: 0xC3A21B25 | rcm interruptlink2
[ 21.357716] iwlwifi 0000:00:14.3: 0x6988F327 | rcm data1
[ 21.357721] iwlwifi 0000:00:14.3: 0x0058FB56 | rcm data2
[ 21.357728] iwlwifi 0000:00:14.3: 0x840BE077 | rcm data3
[ 21.357748] iwlwifi 0000:00:14.3: IML/ROM dump:
[ 21.357753] iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
[ 21.357806] iwlwifi 0000:00:14.3: 0x0000D2CE | IML/ROM data1
[ 21.357825] iwlwifi 0000:00:14.3: 0x00000080 | IML/ROM WFPM_AUTH_KEY_0
[ 21.357845] iwlwifi 0000:00:14.3: Fseq Registers:
[ 21.357854] iwlwifi 0000:00:14.3: 0x65B00000 | FSEQ_ERROR_CODE
[ 21.357865] iwlwifi 0000:00:14.3: 0x80920002 | FSEQ_TOP_INIT_VERSION
[ 21.357875] iwlwifi 0000:00:14.3: 0x803F0000 | FSEQ_CNVIO_INIT_VERSION
[ 21.357884] iwlwifi 0000:00:14.3: 0x0000A482 | FSEQ_OTP_VERSION
[ 21.357894] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[ 21.357904] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[ 21.357914] iwlwifi 0000:00:14.3: 0x00080930 | FSEQ_CNVI_ID
[ 21.357923] iwlwifi 0000:00:14.3: 0x01300504 | FSEQ_CNVR_ID
[ 21.357933] iwlwifi 0000:00:14.3: 0x00080930 | CNVI_AUX_MISC_CHIP
[ 21.357944] iwlwifi 0000:00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP
[ 21.357955] iwlwifi 0000:00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[ 21.357967] iwlwifi 0000:00:14.3: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[ 21.357977] iwlwifi 0000:00:14.3: 0x803F0000 | FSEQ_PREV_CNVIO_INIT_VERSION
[ 21.357987] iwlwifi 0000:00:14.3: 0x00920002 | FSEQ_WIFI_FSEQ_VERSION
[ 21.357997] iwlwifi 0000:00:14.3: 0x00920002 | FSEQ_BT_FSEQ_VERSION
[ 21.358006] iwlwifi 0000:00:14.3: 0x000000EF | FSEQ_CLASS_TP_VERSION
[ 21.358021] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x80278d04
[ 21.358038] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
[ 21.358048] iwlwifi 0000:00:14.3: UMAC CURRENT PC 1: 0x80278d02
[ 21.358058] iwlwifi 0000:00:14.3: TCM1 CURRENT PC: 0xd0
[ 21.358067] iwlwifi 0000:00:14.3: RCM1 CURRENT PC: 0xd0
[ 21.358077] iwlwifi 0000:00:14.3: Function Scratch status:
[ 21.358083] iwlwifi 0000:00:14.3: 0x01010101 | Func Scratch
[ 21.358096] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 21.358159] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[ 21.358164] iwlwifi 0000:00:14.3: Transport status: 0x00000642, valid: 6
[ 21.358172] iwlwifi 0000:00:14.3: Loaded firmware version: 100.de068435.0 bz-b0-hr-b0-100.ucode
[ 21.358179] iwlwifi 0000:00:14.3: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL
[ 21.358186] iwlwifi 0000:00:14.3: 0x00012FC0 | interruptlink2
[ 21.358192] iwlwifi 0000:00:14.3: 0x00000000 | data1
[ 21.358197] iwlwifi 0000:00:14.3: 0x00000010 | data2
[ 21.358203] iwlwifi 0000:00:14.3: 0x00000000 | data3
[ 21.358234] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[ 21.358240] iwlwifi 0000:00:14.3: Transport status: 0x00000642, valid: 7
[ 21.358247] iwlwifi 0000:00:14.3: 0x20100503 | ADVANCED_SYSASSERT
[ 21.358256] iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
[ 21.358264] iwlwifi 0000:00:14.3: 0x2A000001 | umac data1
[ 21.358271] iwlwifi 0000:00:14.3: 0x00000020 | umac data2
[ 21.358278] iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data3
[ 21.358284] iwlwifi 0000:00:14.3: 0x00000000 | last host cmd
[ 21.358322] iwlwifi 0000:00:14.3: TCM1 status:
[ 21.358327] iwlwifi 0000:00:14.3: 0x00000070 | error ID
[ 21.358333] iwlwifi 0000:00:14.3: 0x00000E64 | tcm interruptlink2
[ 21.358338] iwlwifi 0000:00:14.3: 0x40000000 | tcm data1
[ 21.358343] iwlwifi 0000:00:14.3: 0xDEADBEEF | tcm data2
[ 21.358348] iwlwifi 0000:00:14.3: 0xDEADBEEF | tcm data3
[ 21.358386] iwlwifi 0000:00:14.3: RCM1 status:
[ 21.358391] iwlwifi 0000:00:14.3: 0x00000070 | error ID
[ 21.358396] iwlwifi 0000:00:14.3: 0x00002540 | rcm interruptlink2
[ 21.358402] iwlwifi 0000:00:14.3: 0x20000000 | rcm data1
[ 21.358412] iwlwifi 0000:00:14.3: 0xDEADBEEF | rcm data2
[ 21.358417] iwlwifi 0000:00:14.3: 0xDEADBEEF | rcm data3
[ 21.358456] iwlwifi 0000:00:14.3: RCM2 status:
[ 21.358461] iwlwifi 0000:00:14.3: 0x1BA636A8 | error ID
[ 21.358466] iwlwifi 0000:00:14.3: 0xC3A21B25 | rcm interruptlink2
[ 21.358472] iwlwifi 0000:00:14.3: 0x6988F327 | rcm data1
[ 21.358477] iwlwifi 0000:00:14.3: 0x0058FB56 | rcm data2
[ 21.358484] iwlwifi 0000:00:14.3: 0x840BE077 | rcm data3
[ 21.358504] iwlwifi 0000:00:14.3: IML/ROM dump:
[ 21.358510] iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
[ 21.358529] iwlwifi 0000:00:14.3: 0x0000D2CE | IML/ROM data1
[ 21.358544] iwlwifi 0000:00:14.3: 0x00000080 | IML/ROM WFPM_AUTH_KEY_0
[ 21.358556] iwlwifi 0000:00:14.3: Fseq Registers:
[ 21.358565] iwlwifi 0000:00:14.3: 0x65B00000 | FSEQ_ERROR_CODE
[ 21.358575] iwlwifi 0000:00:14.3: 0x80920002 | FSEQ_TOP_INIT_VERSION
[ 21.358585] iwlwifi 0000:00:14.3: 0x803F0000 | FSEQ_CNVIO_INIT_VERSION
[ 21.358596] iwlwifi 0000:00:14.3: 0x0000A482 | FSEQ_OTP_VERSION
[ 21.358612] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[ 21.358623] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[ 21.358633] iwlwifi 0000:00:14.3: 0x00080930 | FSEQ_CNVI_ID
[ 21.358644] iwlwifi 0000:00:14.3: 0x01300504 | FSEQ_CNVR_ID
[ 21.358654] iwlwifi 0000:00:14.3: 0x00080930 | CNVI_AUX_MISC_CHIP
[ 21.358667] iwlwifi 0000:00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP
[ 21.358678] iwlwifi 0000:00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[ 21.358690] iwlwifi 0000:00:14.3: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[ 21.358701] iwlwifi 0000:00:14.3: 0x803F0000 | FSEQ_PREV_CNVIO_INIT_VERSION
[ 21.358710] iwlwifi 0000:00:14.3: 0x00920002 | FSEQ_WIFI_FSEQ_VERSION
[ 21.358720] iwlwifi 0000:00:14.3: 0x00920002 | FSEQ_BT_FSEQ_VERSION
[ 21.358729] iwlwifi 0000:00:14.3: 0x000000EF | FSEQ_CLASS_TP_VERSION
[ 21.358744] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x80278cfc
[ 21.358754] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
[ 21.358771] iwlwifi 0000:00:14.3: UMAC CURRENT PC 1: 0x80278d02
[ 21.358784] iwlwifi 0000:00:14.3: TCM1 CURRENT PC: 0xd0
[ 21.358792] iwlwifi 0000:00:14.3: RCM1 CURRENT PC: 0xd0
[ 21.358803] iwlwifi 0000:00:14.3: Function Scratch status:
[ 21.358811] iwlwifi 0000:00:14.3: 0x01010101 | Func Scratch
[ 22.005517] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
[ 22.276898] iwlwifi 0000:00:14.3: timeout waiting for FW reset ACK (inta_hw=0x0, reset_done 0)
[ 29.232734] iwlwifi 0000:00:14.3: WRT: Failed to dump region: id=32, type=18
[ 30.094743] iwlwifi 0000:00:14.3: Master Disable Timed Out, 100 usec
[ 30.377287] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[ 30.449794] ------------[ cut here ]------------
[ 30.449798] test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status)
[ 30.449800] WARNING: drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c:274 at iwl_mvm_mac_ctxt_init+0x1d4/0x1f0 [iwlmvm], CPU#2: systemd-network/497
[ 30.449855] Modules linked in: ccm algif_aead des_generic libdes algif_skcipher md4 bnep algif_hash af_alg snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common vfat fat snd_hda_codec_intelhdmi snd_hda_codec_hdmi snd_hda_codec_alc269 snd_hda_codec_realtek_lib r8153_ecm cdc_ether snd_hda_scodec_component usbnet snd_hda_codec_generic snd_soc_dmic snd_hda_intel snd_sof_pci_intel_mtl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_hda_ext_core snd_hda_codec snd_hda_core snd_intel_dspcfg snd_intel_sdw_acpi snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation intel_rapl_msr x86_pkg_temp_thermal snd_soc_sdw_utils intel_powerclamp snd_soc_acpi coretemp snd_hwdep soundwire_bus snd_soc_sdca kvm_intel snd_soc_core iwlmvm snd_compress ac97_bus kvm uvcvideo
[ 30.449917] snd_pcm_dmaengine r8169 videobuf2_vmalloc snd_pcm iTCO_wdt btusb realtek uvc videobuf2_memops phy_package intel_pmc_bxt btmtk irqbypass videobuf2_v4l2 processor_thermal_device_pci mdio_devres hid_multitouch snd_timer btrtl processor_thermal_device ucsi_acpi mac80211 videobuf2_common rapl btbcm libphy i2c_i801 snd typec_ucsi processor_thermal_wt_hint r8152 btintel i2c_smbus spi_nor videodev roles rtsx_usb_ms soundcore intel_cstate mei_gsc_proxy gpio_keys memstick intel_uncore mii wmi_bmof pcspkr mtd typec mdio_bus crc8 bluetooth i2c_mux mc samsung_galaxybook thunderbolt ptp joydev platform_temperature_control firmware_attributes_class i2c_hid_acpi pps_core processor_thermal_soc_slider mousedev int3403_thermal libarc4 i2c_hid processor_thermal_rfim intel_pmc_core processor_thermal_rapl intel_rapl_common pmt_telemetry pmt_discovery int3400_thermal processor_thermal_wt_req intel_hid mei_me pinctrl_meteorlake sparse_keymap soc_button_array pmt_class acpi_pad acpi_thermal_rel processor_thermal_power_floor
[ 30.450000] iwlwifi mei intel_pmc_ssram_telemetry intel_vpu processor_thermal_mbox igen6_edac int340x_thermal_zone acpi_tad mac_hid cfg80211 rfkill ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt ipt_REJECT nf_reject_ipv4 xt_LOG nf_log_syslog nft_chain_nat xt_MASQUERADE nf_nat nft_limit xt_limit xt_addrtype xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nft_compat x_tables nf_tables nfnetlink crypto_user i2c_dev pkcs8_key_parser zram 842_decompress 842_compress lz4hc_compress lz4_compress dm_crypt encrypted_keys trusted asn1_encoder tee xe rtsx_usb_sdmmc mmc_core hid_logitech_hidpp rtsx_usb drm_ttm_helper drm_suballoc_helper gpu_sched drm_gpuvm drm_exec drm_gpusvm_helper dm_mod i915 drm_buddy i2c_algo_bit aesni_intel ttm nvme video gf128mul spi_intel_pci intel_gtt aead nvme_core spi_intel drm_display_helper intel_lpss_pci intel_lpss nvme_keyring wmi cec nvme_auth intel_vsec idma64 serio_raw
[ 30.450087] CPU: 2 UID: 977 PID: 497 Comm: systemd-network Not tainted 7.1.2-arch3-1 #1 PREEMPT(full) 914ec70c9fc54a99dc91d290948a1dd1bb226c49
[ 30.450093] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 750XHD/NP750XHD-KD2SE, BIOS P02RHJ.090.250612.XY 06/12/2025
[ 30.450097] RIP: 0010:iwl_mvm_mac_ctxt_init+0x1d4/0x1f0 [iwlmvm]
[ 30.450133] Code: eb be 80 bb f1 07 00 00 00 0f 84 af fe ff ff e9 a1 fe ff ff f3 48 0f bc c0 89 83 d0 0a 00 00 83 f8 04 0f 85 01 ff ff ff eb c4 <0f> 0b b8 f0 ff ff ff e9 4e ff ff ff e8 4b b8 8b eb 66 66 2e 0f 1f
[ 30.450136] RSP: 0018:ffffca4dc16c7320 EFLAGS: 00010202
[ 30.450140] RAX: 0000000000000000 RBX: ffff8a28eb0aa080 RCX: ffffca4dc16c7320
[ 30.450142] RDX: 000000000000000a RSI: 0000000000000000 RDI: ffff8a28dcdf9bc0
[ 30.450144] RBP: ffff8a2a4a78a128 R08: ffff8a2b524d8038 R09: 0000000000000460
[ 30.450146] R10: 0000000000800000 R11: 0000000000000000 R12: ffff8a2a4a7889c0
[ 30.450147] R13: ffff8a2a4a7889c0 R14: ffff8a28eb0aa8a8 R15: ffff8a28eb0aa080
[ 30.450150] FS: 000079bffff1acc0(0000) GS:ffff8a2c807d1000(0000) knlGS:0000000000000000
[ 30.450152] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 30.450154] CR2: 000071dc2b5b7a00 CR3: 00000001619d5003 CR4: 0000000000f72ef0
[ 30.450156] PKRU: 55555554
[ 30.450158] Call Trace:
[ 30.450162] <TASK>
[ 30.450167] iwl_mvm_mld_mac_add_interface+0xb2/0x2d0 [iwlmvm 48f2b4f9afc2951b6f36d8120983095e2fa717ac]
[ 30.450207] drv_add_interface+0x54/0x250 [mac80211 a67bef3f18fe12386756f799a4f8b664e12b949b]
[ 30.450302] ? ieee80211_del_virtual_monitor+0x41/0xe0 [mac80211 a67bef3f18fe12386756f799a4f8b664e12b949b]
[ 30.450395] ieee80211_do_open+0x58a/0x860 [mac80211 a67bef3f18fe12386756f799a4f8b664e12b949b]
[ 30.450485] ieee80211_open+0xa1/0xb0 [mac80211 a67bef3f18fe12386756f799a4f8b664e12b949b]
[ 30.450573] __dev_open+0x11f/0x260
[ 30.450584] __dev_change_flags+0x19e/0x1f0
[ 30.450589] netif_change_flags+0x27/0x70
[ 30.450593] do_setlink.isra.0+0x372/0x13e0
[ 30.450600] ? __slab_free+0xe9/0x2f0
[ 30.450608] ? __nla_validate_parse+0x76/0xe40
[ 30.450614] ? __rtnl_unlock+0x35/0x60
[ 30.450618] ? netdev_run_todo+0x63/0x520
[ 30.450622] ? security_capable+0x7d/0x1a0
[ 30.450630] rtnl_setlink+0x253/0x3f0
[ 30.450640] ? __memcg_slab_post_alloc_hook+0x341/0x5f0
[ 30.450646] ? kmem_cache_alloc_noprof+0x133/0x480
[ 30.450651] ? from_kgid_munged+0x17/0x30
[ 30.450657] ? cp_statx+0x1ec/0x220
[ 30.450663] ? __pfx_rtnl_setlink+0x10/0x10
[ 30.450667] rtnetlink_rcv_msg+0x3a9/0x460
[ 30.450672] ? __pfx_rtnetlink_rcv_msg+0x10/0x10
[ 30.450676] netlink_rcv_skb+0xcd/0x150
[ 30.450686] netlink_unicast+0x29e/0x3d0
[ 30.450691] netlink_sendmsg+0x21f/0x470
[ 30.450697] __sys_sendto+0x232/0x240
[ 30.450703] ? do_syscall_64+0xaa/0x660
[ 30.450715] __x64_sys_sendto+0x24/0x30
[ 30.450719] do_syscall_64+0xaa/0x660
[ 30.450724] ? __memcg_slab_free_hook+0x153/0x1b0
[ 30.450729] ? kmem_cache_free+0x284/0x470
[ 30.450734] ? __x64_sys_close+0x47/0xa0
[ 30.450739] ? __x64_sys_close+0x47/0xa0
[ 30.450742] ? do_syscall_64+0xaa/0x660
[ 30.450747] ? do_syscall_64+0xaa/0x660
[ 30.450753] ? kmem_cache_free+0x36b/0x470
[ 30.450757] ? do_sys_openat2+0x9a/0xe0
[ 30.450768] ? do_sys_openat2+0x9a/0xe0
[ 30.450773] ? __seccomp_filter+0x86/0x6e0
[ 30.450781] ? do_syscall_64+0x5f/0x660
[ 30.450786] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 30.450791] RIP: 0033:0x79bfff49405e
[ 30.450857] Code: 4d 89 d8 e8 84 bf 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 03 ff ff ff 0f 1f 00 f3 0f 1e fa
[ 30.450859] RSP: 002b:00007fffd773d390 EFLAGS: 00000202 ORIG_RAX: 000000000000002c
[ 30.450863] RAX: ffffffffffffffda RBX: 000061bc0b759320 RCX: 000079bfff49405e
[ 30.450865] RDX: 0000000000000020 RSI: 000061bc0b7ae420 RDI: 0000000000000006
[ 30.450866] RBP: 00007fffd773d3a0 R08: 00007fffd773d3f0 R09: 0000000000000080
[ 30.450868] R10: 0000000000000000 R11: 0000000000000202 R12: 000061bc0b7b09f0
[ 30.450870] R13: 000061bc0b7ab298 R14: 000061bc0b7ab250 R15: 0000000000000000
[ 30.450873] </TASK>
[ 30.450875] ---[ end trace 0000000000000000 ]---Offline
Might be related to https://bbs.archlinux.org/viewtopic.php?id=314132
Apparently not, https://bbs.archlinux.org/viewtopic.php … 9#p2303739
@loqs, what makes me curious about the context - the chip might struggle early on but recover but then iwd no longer cares - or iwd is actually triggering this or it's caused by NMs mac spoofing or …
Also users tend to look at the wrong DOWN - https://wiki.archlinux.org/title/Networ … _interface ![]()
Offline
Agreed the context should clear this up. My personal interpretation was the backtrace showing the last firmware reset failure was the driver giving up trying to get a response from the firmware and the device would then be stuck at least until the kernel module is reloaded.
Offline
Might be related to https://bbs.archlinux.org/viewtopic.php?id=314132
But nothing happens when I try to use
The nic already *is* up, you lack a carrier ("cable")
=> https://wiki.archlinux.org/title/Iwd#Re … after_boot ?
Does it help to restart iwd?Ideally please post your complete system journal for the boot:
sudo journalctl -b | curl -s -H "Accept: application/json, */*" --upload-file - 'https://paste.c-net.org/'so we get to see the kernel actions in relation to the userspace.
Thank you. Extending the unit with override.conf helped. Now device shows up and there is no errors in journal. I can further confirm that the issue starts with kernel version 7.0.14-arch1-1 as in the thread you referenced.
There are just a few questions to clarify:
- What is the difference between those two units? I have used the first one for override.conf.
$ sudo systemctl list-units --type=device | grep wlan
sys-devices-pci0000:00-0000:00:14.3-net-wlan0.device loaded active plugged Arrow Lake CNVi WiFi
sys-subsystem-net-devices-wlan0.device loaded active plugged Arrow Lake CNVi WiFi- I have pointed out a black screen with considerable delay before SDDM shows up. With the fix, it made delay shorter, but it is still notable and does not happen on 7.0.13. Which logs would you recommend to attach for a new topic on this issue? It is not devastating, but still annoying.
Thanks again.
Offline
systemctl show sys-devices-pci0000:00-0000:00:14.3-net-wlan0.device sys-subsystem-net-devices-wlan0.device | grep PathThey're gonna be equivalent.
Please open a new thread and post the system journal, you can also check "systemd-analyze critical-chain" but it will at best tell "what", not "why" stalls.
Offline