I have been running Ubuntu 18.04.4 LTS for quite a time on my HP pavilion au111tx. Recently some update came which looked like a regular update which I installed, and after restarting Iam facing wifi issues. It now complains
No wifi adapter found
Make sure you have a Wi-Fi adapter plugged and turned on
I tried some solutions I found online but none worked for me. I have updated my kernel version to 5.3.0-43-generic.
lspci -knn | grep Net -A2
05:00.0 Network controller [0280]: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] [8086:24fb] (rev 10)
Subsystem: Intel Corporation Device [8086:2110]
Kernel driver in use: iwlwifi
The Bluetooth is working fine
rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Some solutions involved installing Realtek drivers. My Ethernet is fine. Now I am posting this question from the same laptop which has wifi issues but no problem in connecting to mobile via USB tethering.
lspci | awk '/[Nn]et/ {print $1}' | xargs -i% lspci -ks %
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller (rev 0a)
Subsystem: Hewlett-Packard Company RTL810xE PCI Express Fast Ethernet controller
Kernel driver in use: r8169
Kernel modules: r8169
05:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
Subsystem: Intel Corporation Device 2110
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi, wl
When I turn off Bluetooth it is turning on aeroplane mode. I hope that is expected one.
I will be happy to post whatever logs you require to make my wifi work again. Thanks in advance.