I upgraded to Ubuntu 20.04 from 18.04 recently. My wifi requires special driver as the builtin rt2800pci driver don't work. So, I downloaded the driver from GitHub. On 18.04, the system used to load the driver every boot. I used to issue this command boot every boot, sudo systemctl restart NetworkManager
so the system could recognize the wifi interface. Without this, iwconfig
used to recognize the interface but settings could not detect the interface. Now after upgrading, settings could not detect the wifi interface. But iwconfig
can easily recognize it. How can I fix it?
Update:
I issued wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
on terminal, and this is the content of wireless-info.txt: