Drivers for RTL8812U after Parrot 6 upgrade from previous version

I upgraded from Parrot 5.3 and Parrot 6 behaved very differently…in terms of appearance and I lost wireless connectivity of my external adapter again . Tried installing again but previous drivers at git did not work., possibly due to recent kernel version of Parrot OS. Thanks to Nick who updated drivers for latest Kernel for Linux at his git repo which works in Parrot OS kernel version 6.5.0-13. May be this could help some one who is facing the same issue: First please connect using Ethernet or mobile
To check the Kernel version :

uname -r
sudo apt update
sudo apt -y install dkms git bc
git clone GitHub - morrownr/88x2bu-20210702: Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets - v5.13.1
cd 88x2bu-20210702
VER=$(sed -n ‘s/\PACKAGE_VERSION=“(.*)”/\1/p’ dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu
sudo reboot

  • Please check in the top right corner for available networks
    I hope it works …Thanks HM

  • ParrotOS iso in use:

  • Application used for flashing the iso:

  • Logs/Terminal output (use pastebin or similar services):

  • Screenshots: