Udało mi się w końcu zainstalować wifi dla karty Archer T4U ver 3 korzystając z tego rozwiązania:
Znalezione tutaj:
https://github.com/lwfinger/rtw88
Installation Using DKMS
Installing this driver via DKMS is highly recommended, especially if Secure Boot is enabled on your machine. Using DKMS (Dynamic Kernel Module Support) ensures that the rtw88 kernel modules are automatically rebuilt and re-signed whenever the Linux kernel is updated. Without DKMS, these drivers would stop working after each kernel update, requiring manual re-compilation and re-signing. DKMS should be available through your distribution’s package manager. You can learn more about DKMS here.
Install dkms and all its required dependencies using your preferred package manager.
Clone the rtw88 GitHub repository
git clone
https://github.com/lwfinger/rtw88
Build, sign, and install the rtw88 driver
cd rtw88
Install the firmware necessary for the rtw88 driver
Copy the configuration file rtw88.conf to /etc/modprobe.d/
Enroll the MOK (Machine Owner Key), this is needed ONLY IF Secure Boot is enabled on your machine.
Kod: Zaznacz cały
sudo mokutil --import /var/lib/dkms/mok.pub
For Ubuntu-based distro users, run this command instead
Kod: Zaznacz cały
sudo mokutil --import /var/lib/shim-signed/mok/MOK.der
Note: At this point, you will be requested to enter a password. Remember this password and re-enter it after rebooting your system in order to enroll your new MOK into your system's UEFI. Please see this tutorial for more details.