I am a actually having the same exact issue as the person above you. Execpt my wifi card is a realtek 8852CE.
This should be the driver you need:
To install:
sudo apt-get update && sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
1 Like