1

After updating to 22.04 LTS, everything is perfectly fine but I am unable to connect to wifi because there is no wifi option in settings, but in previous version 21.10 it was working fine.

Output of

lspci -knn | grep Net -A3; rfkill list

05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723AE PCIe Wireless Network Adapter [10ec:8723] Subsystem: AzureWave RTL8723AE PCIe Wireless Network Adapter [1a3b:2114]

1 Answers1

-1

You need to see your wlan0 interface after typing this command:

ls /sys/class/net

or

ip link show

If there is a device, you may want to try this:

ifconfig wlan0 up 

Of course we don't know your wifi interface code. You need to learn it from sys/class/net folder.

This also might help:

systemctl restart networkmanager