Archer T2U Nano (rtl8812au) doesn't work with 5.17 kernel

When I roll back to kernel 5.16 it does works perfectly, anyone knows the solution? Theres a chance this will continue at new kernels? Should I freeze my system at 5.16 to keep my wi-fi network on?

Any advice will be appreciated

Hi,

I would try this driver, with kernel 5.17:

sudo dnf install dkms git kernel-devel
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms-install.sh

Thanks Tom.