Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1073  / 3 Years ago, sat, october 9, 2021, 4:32:31

I have found a lot of questions here with the same issue as mine, but so far none have solved it.
enter image description here


My wifi adapter is not recognized, my wifi screen simply says "No Wifi adapter found"
In some other answers I've been told to run this command and post the results


dylan@dylan-HP-Desktop-M01-F1xxx:~$ lspci -nnk | grep 0280 -A3
09: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:831a]
Kernel modules: rtl8821ce
0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)

I also ran some other commands I found in this answer Link, but still I am having the same issue.

I'm sorry if this has already been solved, i genuinely couldn't figure it out myself.
Results from comment:


sudo dmesg | grep 8821
[ 8.614458] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[ 8.617444] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[ 8.617763] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin


More From » networking

 Answers
7

In our chat, in an attempt to find the reason that the driver would not start as expected, we examined the make.log created by the dkms install. It is riddled with warnings: https://paste.ubuntu.com/p/smwRJsWQtW/


I suggested that, instead, we install this driver: https://github.com/lwfinger/rtw88.git When we examined the result of ‘make’, we saw that it proceeded perfectly, with no errors or warnings at all. I recommended that you keep this driver and remove the previous dkms install.


This driver must be reinstalled every time that Update Manager offers a newer kernel version. After the requested reboot, with a temporary internet connection by ethernet, tethering or whatever means possible, do:


cd rtw88
make clean
git pull
make
sudo make install
sudo modprobe rtw_8821ce

Your wireless should be working again. Please retain the rtw88 file and these instructions for that time.


Finally, after disabling Secure Boot, your wireless is working as expected.


[#1348] Sunday, October 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
serveeel

Total Points: 347
Total Questions: 106
Total Answers: 117

Location: American Samoa
Member since Fri, Aug 26, 2022
2 Years ago
serveeel questions
;