Hi, Johannes. Thank you for your help. To exclude a bad network card, I replaced my laptop's card with a different one (with the same Intel AC 7265 chipset). The replacement card fared no better. Therefore, I put the original card back and ensured that the two antenna wires are securely connected. There is no doubt now that the wires are secure, but the problem persists. Unfortunately I cannot seem to make trace-cmd work: bruno@x230:~$ sudo trace-cmd record -e iwlwifi trace-cmd: No such file or directory No events enabled with iwlwifi bruno@x230:~$ sudo trace-cmd record -e iwlwifi -e mac80211 -e cfg80211 -e iwlwifi_msg trace-cmd: No such file or directory No events enabled with iwlwifi Perhaps the iwlwifi kernel module was not configured to allow this operation? I found this line in my kernel's configuration: $ cat /boot/config-5.10.0-9-amd64 ---snip--- # CONFIG_IWLWIFI_DEVICE_TRACING is not set ---snip--- Oh, well. This is proving to be a tough nut to crack. My workaround for the time being is to discard every other wifi hotspot scan. Since my minimalistic laptop only performs wifi scans in one shell script, this is easy to achieve: iw dev wlan0 scan flush >/dev/null iw dev wlan0 scan flush >/tmp/scan_results.txt It's a kludge alright, but it will tide me over until I figure out what the real problem is (if ever). -Bruno