Hi everyone, I have a strange issue with my Dektop PC Wi-Fi connection. I have a standard manjaro installation on it (Gnome). I have following Wi-Fi stick:
TP-Link TL-WN823N v2/v3 [Realtek RTL8192EU].
And I can select an Access Point in the gnome settings. It tries to connect but after some time the connection fails.
so first remove the 414 kernel, its eol: sudo pacman -R linux414
install headers for 515: sudo pacman -S linux515-headers
install dkms drivers: pamac build 8192eu-dkms-git
reboot and test wifi
you cant its part of the kernel… its blacklisted, so its not being loaded anyway… and if you change kernels, for example, you install the 5.18, then you have to install with it also headers 5.18, so dont forget that