I have been getting this weird error when I put my laptop to sleep and then waking it up after a while. This error forces me to force reboot my computer in order to restart my computer. However wifi and ethernet works fine so I am not sure why this error appears. It usually appears when I put my laptop to sleep and then leave the network then reopening it in my home using my home network.
When I last checked this error is from iwlwifi
. Below is the return from the command dmesg | grep iwlwifi
My wifi card is Intel Ac 9560
00:14.3 Network controller: Intel Corporation Wireless-AC 9560 [Jefferson Peak] (rev 10)
Bug 205513 - iwlwifi: Change log level of "iwlwifi 0000:6f:00.0: BIOS contains WGDS but no WRDS" to "info" has been fixed in Linux kernel.
From the ticket:
I suggest that you ensure that your motherboard firmware is current. Since you have not specified what make or model of machine you are using, I cannot tell you where to find it or what version is current.
As was correctly noticed by @pba, that's not critical bug caused by improper logging level. If your Wi-Fi works properly then there's no need to worry. I have got the same Wi-Fi card which runs in Kubuntu 20.04 without issues, despite these messages on boot and shutdown.
If these annoying messages spoil quiet booting and wake-ups then you can adjust console logging level. Run
cat /proc/sys/kernel/printk
, it will show you four numbers which represent current log levels (mine showed4 4 1 7
). These numbers are explained in details inman 2 syslog
. First number representsconsole_loglevel
, we'll decrease it. Create file, say,20-loglevel.conf
in/etc/sysctl.d/
with contents:Reboot and see that no more complaints regarding WGDS are shown.
N.B. You'll miss warning messages in console in this case, but more severe errors will be shown. This affects only warnings shown in console — all suspended warning messages are collected and remain in
dmesg
output.I had same error,
you can fix it by disable
nouveau
from the rescue mode with same USB bootable and install graphics card driver and install WiFi driver then update grub, and it will boot normallyThis seems to be a problem with wpa_supplicant that is superceded by iwd that Intel opensourced, further information here. I have tested this with Buster 10, I hope someone of you can test it with latest Ubuntu OS. Below it is illustrated how it works in Debian.
Partial solution
where you can get the WIFI back, without actually solving the problem.
Upgrade from wpa_supplicant to iwd
your're gonna want to (2) do something like this: