Cannot Use Rtl8822ce Wifi

I am not able to use my wifi card.
Even tried installing the below driver

git clone http://github.com/lwfinger/rtlwifi_new.git -b rtw88
cd rtlwifi_new
make
sudo make install
My wifi card was detected but i was not able to connect to any networks.
It started showing networks but kept asking for password again and again.
After that i disabled security on my mobile hotspot wifi, and even then was 
not able to connect. Currently did a clean install again.

*Parrot version is 4.8 kernel 5.4

**What method did you use to install Parrot?** -Debian Standard 

**Configured to multiboot with other systems?** -yes 

Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter.

Thank you

After installing the driver, did you remember to run:
modprobe DriverCardNameGoesHere

?

(replacing DriverCardNameGoesHere with your specific card driver)

You can find your current installed drivers by running:
lsmod

Look for one similar to rtl8822ce. If that is the case you would run:
modprobe rtl8822ce

The driver used was rtw88 so i used modprobe rtw88 and it made my wifi able to detect networks. But not able to connect to them.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.