I'm using Ubuntu 20.04.6 with Windows 8.1 and my Wifi adapter keeps disappearing(Wifi adapter not found) after a few minutes or hours, I looked up here to find people with similar problem and already tried some of the solutions. It worked for a few days until my Wifi adapter started disappearing again.
So far I have tried:
- Turning off fast startup on Windows
- Making sure I used full shutdown after using Windows
- Using High Performance power setting on Windows
- Unchecked "Allow Windows to turn off this device to save power"
option on my Wifi adapter in device manager
- Turning off Wifi power management in Ubuntu by using
sudo sed -i"s/wifi.powersave= 3/wifi.powersave= 2/g" /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
As you can see, my problems often come from my Windows. At first I thought it was because I don't have the wifi adapter driver installed on Windows (before it was simply "Network Controller" under Other Devices in Device Manager with no driver installed), so I installed a driver based on the information I get from sudo lshw -C network
. It works until it doesn't, and the Device Manager keep saying that the Wifi Adapter is not connected to my laptop every time the problem occurs, sometimes it says it does not have enough free resource to be able to work, so I have to uninstall and reinstall the driver on Windows to make it work on my Ubuntu.
Right now, I disabled the Wifi Adapter on my Windows and so far it works, but I want to anticipate if the problem resurfaces again.
I'm wondering if Windows is the root of my problem. This is my first time using Ubuntu and I already liking it better than using Windows. Will uninstalling Windows solve my problem? Or will it causes more problem for my Ubuntu experience in general? Is there any solutions I haven't tried or possible causes of my problem I haven't realized?
I am still not very familiar with Ubuntu or code in general, so if there is a command that I should put on the terminal to provide more info, please do tell me.
Thank you for the help in advance!