Hi everyone,

I bought this UGREEN WiFi adapter from amazon and I'm having issues connecting to a network, the system detects the adapter and in the network options the list of available networks options but when I try to connect to any it does not establish the connection. I also tried to install the driver that is on their site but it gives me this error when running the install.sh:
Code:
/home/abielv/Downloads/RTL8811CUDriver/Linux/driver/rtl8821CU_rtl8731AU_WiFi_linux_v5.8.1.5_36625.20200416_COEX20200321-4141/core/rtw_br_ext.c:20:18: fatal error: net/ipx.h: No such file or directory
   20 |         #include <net/ipx.h>
I don't have experience with make or gcc, so I don't know what else to do .
I'm running Xubuntu and this is my lsb_release print:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy

And the linux kernel version is 6.5.0-27-generic

Thank you in advance.