My wifi connection keeps disconnecting frequently. It's pretty exhausting during meetings. I've searched how to resolve this bug and I found that it can be related to the kernel version (22-04-wifi-keeps-disconnecting-for-a-few-seconds-frequently). The actual kernel version is 5.19.0 :
(base) claire@claire:~$ uname -r
5.19.0-32-generic
I keep trying to downgrade the kernel (5.17.5 ?) with Ubuntu Mainline Kernel Installer following this tutorial How to downgrade the Ubuntu kernel.
However I have a problem during the step 3 :
Step 3: When you’ve finished installing the kernel, reboot. Then, on the Grub boot screen, choose “Advanced Options for Ubuntu” and load the downgraded kernel.
While I chose the kernel with Grub, I've got the error : error you need to load the kernel first
.
Is it the right thing to do ?
Here the output of lspci -knn | grep Net -A3
:
0000:00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi [8086:51f0] (rev 01)
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Device [8086:0094]
Kernel driver in use: iwlwifi
lspci -knn | grep Net -A3
terminal command. This will show your wireless device. Installing an unsupported mainline kernel is not a good choice if even don't know what the problem is. The post you refer to is suggesting to install a newer kernel than it was used at that time in Ubuntu. And the question was about a specific wireless device. It is not a solution for each and every Wi-Fi in any case. – Pilot6 Feb 20 '23 at 17:29