Your internal device requires drivers. Let's install the correct driver:
Code:
sudo apt install --reinstall git bc build-essential
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
Let’s load the required firmware:
Code:
cd /usr/lib/firmware/
sudo mkdir rtw89
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtw89/rtw8852c_fw.bin
You will probably need to disable Secure Boot. Reboot.
When your kernel version changes, then you need to do the following:
Code:
cd ~/rtw89
git pull
make clean
make
sudo make install