On a clean installation of Ubuntu 18.04 on my laptop with a Realtek RTL8822CE Wifi adapter, when I click on the Wifi icon, no Wifi networks show up. I've tried looking at other answers but they haven't helped me.
When I enter the command:
$ lshw -C network
I get:
*-network DISABLED
description: Wireless interface
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlo1
version: 00
serial: c0:e4:34:48:52:cf
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtw_pci driverversion=5.4.0-53-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:75 ioport:e000(size=256) memory:f7700000-f770ffff
and
$ iwconfig
output:
eno1 no wireless extensions.
enx00909e9dd05e no wireless extensions.
lo no wireless extensions.
wlo1 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
and
$ sudo rfkill list all
output
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
dmesg
, when you turn on your Wifi, and append it to your answer? – zean_7 Jun 01 '21 at 11:07