I recently bought a laptop and installed Ubuntu 20.04 on it. Wi-fi does not work, although there is a driver, I checked. When I turn on the laptop, wi-fi works for a little time (less than a minute), and then disappears. After that, the laptop no longer sees the available networks. Tell me, please, what could be the reason for this and how to fix it?
output of lspci -knn | grep Net -A3; rfkill list
terminal command:
01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless Network Adapter [103c:884d]
Kernel modules: rtw88_8821ce, rtl8821ce
02:00.0 Non-Volatile memory controller [0108]: Intel Corporation Device [8086:f1aa] (rev 03)
Subsystem: Intel Corporation Device [8086:390f]
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
the result of: lsmod | grep 8821
rtw88_8821ce 16384 0
rtw88_8821c 94208 1 rtw88_8821ce
rtw88_pci 24576 1 rtw88_8821ce
rtw88_core 200704 2 rtw88_pci,rtw88_8821c
lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 Jul 11 '22 at 09:00lsmod | grep 8821
Welcome to Ask Ubuntu. – chili555 Jul 11 '22 at 15:16