In ubuntu 20.04lts it is showing me no wifi adapter found. I am new to linux and I don't know how to fix it so it would be very helpful if someone could provide me with step by step guide to enable wifi.Below is the terminal output:
lspci -knn | grep Net -A3; rfkill list
04:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Lenovo BCM43142 802.11b/g/n [17aa:0621]
Kernel modules: wl
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
lspci
andlsusb
? – McSuperbX1 May 18 '20 at 10:14lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 May 18 '20 at 10:57