Hi,
I have a regression using the newly deployed kernel 6.11.3-200 when compared to 6.10.12-200.: when I wake up from sleep the wifi is no longer working and I have to reboot. I have the following crash report (using dmesg):
System Information
Manufacturer: Acer
Product Name: Swift SFX14-71G
Version: V1.04
Wake-up Type: Power Switch
SKU Number: 0000000000000000
Family: Swift X 14
indicates you are not using the signed iwlwifi module from Fedora. Intel’s documentation does mention that some systems require proprietary drivers from the system vendor.
I didn’t make any modification to the system as it was working perfectly on previous kernels.
When booting, the wifi is working perfectly. Only on sleep → wakup transition that I have the crash.
What king of extra information do you need please ?
WiFi often has problems with linux kernel updates (I find it important to have a USB WiFi “dongle” for times when the onboard WiFi fails). It is best if you can fully update vendor firmware and Fedora packages so you aren’t chasing a solved problem.
Lets see the output from inxi -Fzxx, modinfo iwlwifi, and % journalctl --no-hostname -b -g iwlwifi |cat (all should be posted as pre-formatted text).
Here (older Intel wifi, Fedora 41) I see:
Oct 12 22:00:16 kernel: iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
Oct 12 22:00:16 kernel: iwlwifi 0000:02:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
Oct 12 22:00:16 kernel: iwlwifi 0000:02:00.0: PCI dev 24fd/0050, rev=0x230, rfid=0xd55555d5
Oct 12 22:00:16 kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8265
Oct 12 22:00:16 kernel: iwlwifi 0000:02:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
Oct 12 22:00:16 kernel: iwlwifi 0000:02:00.0: base HW address: b0:35:9f:89:23:3a, OTP minor version: 0x4
Oct 12 22:00:17 kernel: iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
Oct 12 22:01:01 NetworkManager[1548]: <info> [1728781261.6395] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
Oct 12 22:01:02 kernel: iwlwifi 0000:02:00.0: Registered PHC clock: iwlwifi-PTP, with index: 1
and on Fedora 40 (also older WiFi) and dual boor with Windows:
% journalctl --no-hostname -b -g iwlwifi |cat
Oct 15 20:44:07 kernel: iwlwifi 0000:00:14.3: enabling device (0100 -> 0102)
Oct 15 20:44:07 kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id 0x1000100 wfpm id 0x80000000
Oct 15 20:44:07 kernel: iwlwifi 0000:00:14.3: PCI dev a370/4030, rev=0x312, rfid=0x105110
Oct 15 20:44:07 kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz
Oct 15 20:44:07 kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 0
[...]
Oct 15 20:44:07 kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 28
Oct 15 20:44:07 kernel: iwlwifi 0000:00:14.3: loaded firmware version 46.7e3e4b69.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
Oct 15 20:44:08 kernel: iwlwifi 0000:00:14.3: base HW address: 04:ed:33:d9:16:d3, OTP minor version: 0x4
Oct 15 20:44:08 kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Oct 15 20:44:10 NetworkManager[1892]: <info> [1729035850.0143] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Oct 15 20:44:10 kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
As you can see, the journalctl output varies widely with different Intel chips.
Pastebin requires cookies and the information won’t be found with web searches so this topic won’t be found by others with similar hardware and issues.
You should try to extract relevant sections. Many similar sections with same error being repeated. The goal is to help others find the topic with a web search, so repeated lines usually add little value.
It looks like you have the iwlwifi module from Fedora, so now we have to consider proprietary firmware. Your journalctl output has 3 sections with lines (in varying order):
Oct 16 18:14:22 kernel: iwlwifi 0000:00:14.3: Device was reset during suspend
Oct 16 18:14:22 kernel: iwlwifi 0000:00:14.3: Couldn't get the d3 notif -2
Oct 16 18:14:22 kernel: iwlwifi 0000:00:14.3: Hardware error detected. Restarting.
The wifi device should not be reset when suspended – it should go to some low-power state that can be resumed coming out of suspend. One workaround is to prevent the system from sleeping. There may be BIOS settings related to WiFi power management and sleep. A similar report from Arch Linux provides a brute force workaround – just disable and restart WiFi:
#! /bin/sh
# see: https://bbs.archlinux.org/viewtopic.php?id=293404
# save this script as: /usr/lib/systemd/system-sleep/iwlwifi.sh:
case $1/$2 in
pre/*)
modprobe -r iwlmvm iwlwifi
;;
post/*)
modprobe iwlmvm iwlwifi
;;
esac
I had iwlwifi crash at random recently after changing some BIOS option option (I think above 4G decode); I have AC 9560.
Aside from that, is Fast Boot enabled or any dual-booting with Windows? Fast Boot should be disabled, computer hard-powered off, and Linux rebooted twice (just to be sure wifi card firmware is unloaded/loaded as cleanly as possible from whatever is involved from Fast Boot/Windows).
Also check if the laptop officially supports the suspend mode used. I had a XPS 13 that only supported S2/Modern Standby from Dell and Windows, but Linux showed S3 and also broke with it. Alternatively, trying s2idle anyway might suspend lighter to avoid hardware/driver suspend issues.
I wonder if these kernel parameters/boot options might change anything too:
I have a dual boot with Windows but I rarely use it as I’m 99% of my time on linux. No fast booting is enabled from my BIOS settings.
As I said, this is clearly a regression from kernel 6.10 to 6.11 unless this a new bahavior and we have to wait for an update.
Now, I don’t have my laptop’s specification. I already have a problem with the headset microphone that is not working and I can’t find any valuable information even on Acer site so I can’t answer about the laptop capabilities.
im I’m facing the same issue on Fedora 41. I have an Intel AX201 WiFi module. The WiFi works for some time, but then it stops connecting to any network until I reload the iwlwifi module or reboot the device. This mostly happens when waking up from sleep, but sometimes the internet stops working, and when I try to reconnect to WiFi, it fails to connect. i tried to disable power saving but that also not work.
for me its flooded with
Oct 11 13:46:53 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:46:53 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:46:55 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:46:56 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:46:57 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:00 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:01 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:04 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:05 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:06 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:09 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:10 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:11 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:20 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:21 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:46 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:47 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:49 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:50 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:51 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 11 13:47:53 fedora kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
There is nothing gained by posting multiple lines from journalctl only differ in the timestamp. Please provide edited output from journalctl --no-hostname -g iwlwifi |catwith minimal duplication (as pre-formatted text using the </> button from the top line of the text entry panel).
WiFi failing at wake from sleep is a very common issue with linux, and often involves vendor-specific system firmware configuration or bugs, (e.g., vendors who don’t make the effort to support linux). Similar symptoms may not have the same underlying cause, so it is best to start a new topic and include details of your hardware from inxi -Fzxx.
Workarounds are to modify or disable sleep or switch to a USB WiFI dongle while waiting for updates that fix the issue.
– Boot f537eca330a6416bba88e8c413554b19 –
Oct 10 16:18:31 kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
Oct 10 16:18:31 kernel: iwlwifi 0000:00:14.3: PCI dev a0f0/0074, rev=0x351, rfid=0x10a100
Oct 10 16:18:31 kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz
Oct 10 16:18:31 kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Oct 10 16:18:31 kernel: iwlwifi 0000:00:14.3: loaded firmware version 77.85be44d3.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
Oct 10 16:18:31 kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
Oct 10 16:18:31 kernel: iwlwifi 0000:00:14.3: base HW address: 38:87:d5:de:3d:d9
Oct 10 16:18:31 kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Oct 10 16:18:32 NetworkManager[1036]: [1728557312.7907] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Oct 10 16:18:32 kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Oct 10 16:31:02 kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 10 16:31:04 kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
Oct 10 16:31:05 kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already…
i have enable debug flag in networkmanager than it shows
Oct 16 01:11:59 NetworkManager[1041]: [1729021319.8993] platform: (wlp0s20f3) signal: link changed: 2: wlp0s20f3 <DOWN;broadcast,multicast> mtu 1500 arp 1 wifi? init addrgenmode none addr A2:83:4E:1B:A7:77 permaddr 38:87:D5:DE:3D:D9 brd FF:FF:FF:FF:FF:FF driver iwlwifi tx-queue-len 1000 gso-max-size 65536 gso-max-segs 65535 gro-max-size 65536 rx:38524,46910417 tx:15065,2639763
Oct 16 01:11:59 NetworkManager[1041]: [1729021319.8993] l3cfg[a5d5f844339f4e0b,ifindex=2]: emit signal (platform-change, obj-type=link, change=changed, obj=2: wlp0s20f3 <DOWN;broadcast,multicast> mtu 1500 arp 1 wifi? init addrgenmode none addr A2:83:4E:1B:A7:77 permaddr 38:87:D5:DE:3D:D9 brd FF:FF:FF:FF:FF:FF driver iwlwifi tx-queue-len 1000 gso-max-size 65536 gso-max-segs 65535 gro-max-size 65536 rx:38524,46910417 tx:15065,2639763)
Oct 16 01:11:59 NetworkManager[1041]: [1729021319.9028] platform: (wlp0s20f3) signal: link changed: 2: wlp0s20f3 <UP;broadcast,multicast,up> mtu 1500 arp 1 wifi? init addrgenmode none addr A2:83:4E:1B:A7:77 permaddr 38:87:D5:DE:3D:D9 brd FF:FF:FF:FF:FF:FF driver iwlwifi tx-queue-len 1000 gso-max-size 65536 gso-max-segs 65535 gro-max-size 65536 rx:38524,46910417 tx:15065,2639763
Oct 16 01:11:59 NetworkManager[1041]: [1729021319.9028] l3cfg[a5d5f844339f4e0b,ifindex=2]: emit signal (platform-change, obj-type=link, change=changed, obj=2: wlp0s20f3 <UP;broadcast,multicast,up> mtu 1500 arp 1 wifi? init addrgenmode none addr A2:83:4E:1B:A7:77 permaddr 38:87:D5:DE:3D:D9 brd FF:FF:FF:FF:FF:FF driver iwlwifi tx-queue-len 1000 gso-max-size 65536 gso-max-segs 65535 gro-max-size 65536 rx:38524,46910417 tx:15065,2639763)
Oct 16 01:12:01 kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already.
appears to be used for both BT and WiFi. Do you normally use the Qualcomm BT tethering or that a workaround attempt? I’m very busy ATM – lets hope someone with experience of similar hardware and issues finds this topic and offers help or additional data.
Oh, that one is from my mobile, I think, because I connected it for wired tethering. I also believe it’s not only related to sleep-to-wake transitions but might be connected to when the Wi-Fi tries to change its connection frequency. However, it mostly happens during sleep-to-wake
I’m experiencing the same on Kinoite 40 with an AX210 after updating to 40.20241019.0 (40.20241018.0 might also have been affected, I can’t say for sure) with kernel 6.11.3-200.fc40.x86_64. After waking from sleep, the WiFi dies completely. Bluetooth still works though.
Log entries after waking from sleep (edited for brevity)
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Transport status: 0x00000042, valid: 6
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Loaded firmware version: 89.6b44fa0b.0 ty-a0-gf-a0-89.ucode
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000087 | ADVANCED_SYSASSERT
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x01650000 | trm_hw_status0
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | trm_hw_status1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | branchlink2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | interruptlink1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | interruptlink2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | data1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | data2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | data3
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | beacon time
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | tsf low
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | tsf hi
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | time gp1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | time gp2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | uCode revision type
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | uCode version major
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | uCode version minor
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | hw version
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | board version
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | hcmd
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr0
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr3
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr4
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | last cmd Id
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | wait_event
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_control
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_duration
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_mhvalid
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_addr_match
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | lmpm_pmg_sel
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | timestamp
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | flow_handler
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | ADVANCED_SYSASSERT
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac branchlink1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac branchlink2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac interruptlink1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac interruptlink2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac data1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac data2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac data3
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac major
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac minor
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | frame pointer
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | stack pointer
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | last host cmd
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr status reg
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: IML/ROM dump:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000B03 | IML/ROM error/state
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00008F84 | IML/ROM data1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Fseq Registers:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x60000000 | FSEQ_ERROR_CODE
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x80440007 | FSEQ_TOP_INIT_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00080009 | FSEQ_CNVIO_INIT_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x0000A652 | FSEQ_OTP_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000002 | FSEQ_TOP_CONTENT_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x4552414E | FSEQ_ALIVE_TOKEN
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00400410 | FSEQ_CNVI_ID
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00400410 | FSEQ_CNVR_ID
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00400410 | CNVI_AUX_MISC_CHIP
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00400410 | CNVR_AUX_MISC_CHIP
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00009061 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000061 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00080009 | FSEQ_PREV_CNVIO_INIT_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00440007 | FSEQ_WIFI_FSEQ_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00440007 | FSEQ_BT_FSEQ_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x000000F0 | FSEQ_CLASS_TP_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: UMAC CURRENT PC: 0x804a5cc6
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: LMAC1 CURRENT PC: 0x4d091a
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: timeout waiting for FW reset ACK (inta_hw=0x0)
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Failed to start RT ucode: -110
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms).
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Transport status: 0x0000004A, valid: 6
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Loaded firmware version: 89.6b44fa0b.0 ty-a0-gf-a0-89.ucode
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000084 | NMI_INTERRUPT_UNKNOWN
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x002002F0 | trm_hw_status0
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | trm_hw_status1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x004DACF8 | branchlink2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x004D091A | interruptlink1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x004D091A | interruptlink2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x0001668E | data1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x01000000 | data2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | data3
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | beacon time
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00202C36 | tsf low
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | tsf hi
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | time gp1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00218900 | time gp2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000001 | uCode revision type
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000059 | uCode version major
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x6B44FA0B | uCode version minor
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000420 | hw version
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x40C80002 | board version
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x8005FC12 | hcmd
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00020000 | isr0
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x48F00002 | isr2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00C0001C | isr3
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr4
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | last cmd Id
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x0001668E | wait_event
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_control
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_duration
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_mhvalid
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_addr_match
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000009 | lmpm_pmg_sel
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | timestamp
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000020 | flow_handler
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Transport status: 0x0000004A, valid: 7
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x20000066 | NMI_INTERRUPT_HOST
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac branchlink1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x804838BE | umac branchlink2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x804A5CC6 | umac interruptlink1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x804A5CC6 | umac interruptlink2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x01000000 | umac data1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x804A5CC6 | umac data2
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac data3
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000059 | umac major
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x6B44FA0B | umac minor
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x002188FD | frame pointer
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0xC0886258 | stack pointer
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000000 | last host cmd
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000400 | isr status reg
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: IML/ROM dump:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000B03 | IML/ROM error/state
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00008CC9 | IML/ROM data1
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Fseq Registers:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x60000000 | FSEQ_ERROR_CODE
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x80440007 | FSEQ_TOP_INIT_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00080009 | FSEQ_CNVIO_INIT_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x0000A652 | FSEQ_OTP_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000002 | FSEQ_TOP_CONTENT_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x4552414E | FSEQ_ALIVE_TOKEN
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00400410 | FSEQ_CNVI_ID
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00400410 | FSEQ_CNVR_ID
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00400410 | CNVI_AUX_MISC_CHIP
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00400410 | CNVR_AUX_MISC_CHIP
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00009061 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00000061 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00080009 | FSEQ_PREV_CNVIO_INIT_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00440007 | FSEQ_WIFI_FSEQ_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x00440007 | FSEQ_BT_FSEQ_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 0x000000F0 | FSEQ_CLASS_TP_VERSION
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: UMAC CURRENT PC: 0x804a578c
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: LMAC1 CURRENT PC: 0xd0
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: Starting mac, retry will be triggered anyway
Oct 19 19:22:02 kernel: snd_hda_core btrtl snd_acp_legacy_common kvm_amd videobuf2_memops btintel snd_pci_acp6x snd_hwdep videobuf2_v4l2 btbcm iwlwifi videobuf2_common btmtk snd_seq kvm snd_seq_device videodev ee1004 lenovo_ymc bluetooth mc snd_pcm rapl snd_timer cfg80211 snd_pci_acp5x pcspkr snd wmi_bmof snd_rn_pci_acp3x ideapad_laptop snd_acp_config soundcore hid_sensor_accel_3d snd_soc_acpi sparse_keymap snd_pci_acp3x hid_sensor_trigger i2c_piix4 k10temp platform_profile hid_sensor_iio_common i2c_smbus industrialio_triggered_buffer kfifo_buf rfkill soc_button_array industrialio amd_pmc joydev loop nfnetlink zram xfs dm_crypt amdgpu amdxcp drm_exec gpu_sched drm_buddy crct10dif_pclmul crc32_pclmul crc32c_intel i2c_algo_bit polyval_clmulni drm_suballoc_helper polyval_generic rtsx_pci_sdmmc nvme drm_display_helper mmc_core ghash_clmulni_intel wacom nvme_core sha512_ssse3 cec video sha256_ssse3 drm_ttm_helper ucsi_acpi hid_multitouch hid_sensor_hub sha1_ssse3 typec_ucsi sp5100_tco ttm amd_sfh rtsx_pci typec nvme_auth wmi
Oct 19 19:22:02 kernel: snd_hda_core btrtl snd_acp_legacy_common kvm_amd videobuf2_memops btintel snd_pci_acp6x snd_hwdep videobuf2_v4l2 btbcm iwlwifi videobuf2_common btmtk snd_seq kvm snd_seq_device videodev ee1004 lenovo_ymc bluetooth mc snd_pcm rapl snd_timer cfg80211 snd_pci_acp5x pcspkr snd wmi_bmof snd_rn_pci_acp3x ideapad_laptop snd_acp_config soundcore hid_sensor_accel_3d snd_soc_acpi sparse_keymap snd_pci_acp3x hid_sensor_trigger i2c_piix4 k10temp platform_profile hid_sensor_iio_common i2c_smbus industrialio_triggered_buffer kfifo_buf rfkill soc_button_array industrialio amd_pmc joydev loop nfnetlink zram xfs dm_crypt amdgpu amdxcp drm_exec gpu_sched drm_buddy crct10dif_pclmul crc32_pclmul crc32c_intel i2c_algo_bit polyval_clmulni drm_suballoc_helper polyval_generic rtsx_pci_sdmmc nvme drm_display_helper mmc_core ghash_clmulni_intel wacom nvme_core sha512_ssse3 cec video sha256_ssse3 drm_ttm_helper ucsi_acpi hid_multitouch hid_sensor_hub sha1_ssse3 typec_ucsi sp5100_tco ttm amd_sfh rtsx_pci typec nvme_auth wmi
Oct 19 19:22:02 kernel: WARNING: CPU: 10 PID: 1380 at drivers/net/wireless/intel/iwlwifi/pcie/trans.c:2245 __iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi]
Oct 19 19:22:02 kernel: snd_hda_core btrtl snd_acp_legacy_common kvm_amd videobuf2_memops btintel snd_pci_acp6x snd_hwdep videobuf2_v4l2 btbcm iwlwifi videobuf2_common btmtk snd_seq kvm snd_seq_device videodev ee1004 lenovo_ymc bluetooth mc snd_pcm rapl snd_timer cfg80211 snd_pci_acp5x pcspkr snd wmi_bmof snd_rn_pci_acp3x ideapad_laptop snd_acp_config soundcore hid_sensor_accel_3d snd_soc_acpi sparse_keymap snd_pci_acp3x hid_sensor_trigger i2c_piix4 k10temp platform_profile hid_sensor_iio_common i2c_smbus industrialio_triggered_buffer kfifo_buf rfkill soc_button_array industrialio amd_pmc joydev loop nfnetlink zram xfs dm_crypt amdgpu amdxcp drm_exec gpu_sched drm_buddy crct10dif_pclmul crc32_pclmul crc32c_intel i2c_algo_bit polyval_clmulni drm_suballoc_helper polyval_generic rtsx_pci_sdmmc nvme drm_display_helper mmc_core ghash_clmulni_intel wacom nvme_core sha512_ssse3 cec video sha256_ssse3 drm_ttm_helper ucsi_acpi hid_multitouch hid_sensor_hub sha1_ssse3 typec_ucsi sp5100_tco ttm amd_sfh rtsx_pci typec nvme_auth wmi
Oct 19 19:22:02 kernel: RIP: 0010:__iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi]
Oct 19 19:22:02 kernel: ? __iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi]
Oct 19 19:22:02 kernel: ? __iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi]
Oct 19 19:22:02 kernel: ? __iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi]
Oct 19 19:22:02 kernel: iwl_trans_pcie_grab_nic_access+0x1a/0x40 [iwlwifi]
Oct 19 19:22:02 kernel: iwl_trans_pcie_read_mem+0x49/0x130 [iwlwifi]
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: iwlwifi transaction failed, dumping registers
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: iwlwifi device config registers:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000000: 27258086 00100406 0280001a 00000008 fd600004 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000020: 00000000 00000000 00000000 00248086 00000000 000000c8 00000000 000001ff
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000040: 00028010 10008ec0 00100c1f 0545e812 10120142 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000060: 00000000 00080812 00000405 00000006 00000002 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000080: 800f0011 00002000 00003000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 000000a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 000000c0: 00000000 00000000 c823d001 0d000008 00804005 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 000000e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000100: 14c10001 00000000 00000000 00462031 00000000 00002000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000120: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000140: 14c00000 ff000000 000000ff 15410018 10011001 0001001e 00481e1f 40b6000f
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: iwlwifi device memory mapped registers:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000000: 40c80000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000020: 00000011 0c040008 00000420 d55555d5 d55555d5 d55555d5 80008040 041f0042
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: iwlwifi device AER capability structure:
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000000: 14c10001 00000000 00000000 00462031 00000000 00002000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: 00000020: 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:02:00.0: iwlwifi parent port (0000:00:02.2) config registers:
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000000: 16341022 00100407 06040000 00810008 00000000 00000000 00020200 000001f1
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000020: fd60fd60 0001fff1 ffffffff 00000000 0000ffff 00000050 00000000 000200ff
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000040: 00000000 00000000 00000000 00000000 c8035801 00000000 0142a010 00008022
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000060: 00002910 05737813 30120042 00042580 01400000 00010018 00000000 007019bf
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000080: 00000406 0000000e 00010002 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 000000a0: 0081c005 fee00000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 000000c0: 0000c80d 391517aa a8030008 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 000000e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000100: 2701000b 01010001 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000120: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000140: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000160: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000180: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 000001a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 000001c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 000001e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Oct 19 19:22:02 kernel: iwlwifi 0000:00:02.2: 00000200: 00000000 00000000 00000000
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: Hardware error detected. Restarting.
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: Device was reset during suspend
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: Couldn't get the d3 notif -2
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 19 19:22:03 kernel: iwlwifi 0000:02:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Oct 19 19:22:09 kernel: iwlwifi 0000:02:00.0: Not associated and the session protection is over already... # x13
Oct 19 19:23:13 kernel: iwlwifi 0000:02:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 19 19:23:13 kernel: iwlwifi 0000:02:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 19 19:23:13 kernel: iwlwifi 0000:02:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 19 19:23:13 kernel: iwlwifi 0000:02:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Oct 19 19:23:21 kernel: iwlwifi 0000:02:00.0: Not associated and the session protection is over already... # x21
# Me trying to unload the driver
Oct 19 19:24:59 sudo[15010]: bence : TTY=pts/1 ; PWD=/var/home/bence ; USER=root ; COMMAND=/usr/sbin/modprobe -r iwlwifi # x6
Oct 19 19:25:15 kernel: iwlwifi 0000:02:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 19 19:25:15 kernel: iwlwifi 0000:02:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 19 19:25:15 kernel: iwlwifi 0000:02:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 19 19:25:15 kernel: iwlwifi 0000:02:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Oct 19 19:26:35 kernel: iwlwifi 0000:02:00.0: Not associated and the session protection is over already... # x26
Oct 19 19:29:32 kernel: iwlwifi 0000:02:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 19 19:29:32 kernel: iwlwifi 0000:02:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 19 19:29:32 kernel: iwlwifi 0000:02:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 19 19:29:32 kernel: iwlwifi 0000:02:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
It seems that the module crashes for some reason and cannot properly reset the device.