Each os reads its own driver, if you update the driver in windows it is only readable in Windows. For linux it is the same.
Try the .40 one, if that does not work the .38
.40 (recovery mode) or .40-generic?
Just generic
What the difference?
Worked!! Thank you.
But every time I update my system do I have to do that? Also on the next reboot this remains or every time should I choose it
No idea never done this before my self. If the newer kernel kicks in again we can delete it. Download synaptic from the store and search for kernel headers (5.11.0-43)
I downloaded the program, how do I find the right file in this mess?
Search for linux-headers or 5.11.0-43 and take a screenshot of it

Okay, just delete the first?
Full screen image would be better
I am not behind my laptop...open terminal
sudo apt-get purge linux-image-5.11.0-43-generic
sudo apt-get purge linux-headers-5.11.0-43-generic
That should remove the newer kernel verion.
Mark for removal number 1 and 3
linux-image-5.11.0-43-generic
linux-headers-5.11.0-43-generic
You can also use DKMS to avoid having to reinstall Wifi Drivers or the Kernel with each update.
Do you have instructions for this and how exactly it is done ;
If you post the output of
sudo lshw -c network
I can probably give you a singular command. Otherwise, you would need to install dkms (sudo apt install dkms), then build the wifi driver from source. It depends on the driver and its availability.
*-network
description: Wireless interface
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtw89_pci driverversion=5.11.0-40-generic firmware=N/A ip= :shushing_face: latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:87 ioport:2000(size=256) memory:d1600000-d16fffff




