Hello everyone,
first of all thanks for making this awesome distribution that is Solus! Unfortunately, though, there is one big obstacle to my enjoyment of it since I have two wifi dongles that both don't work too well with Solus. The first one is working, but I get speeds of only about 500 kb/s (when its advertised speed is 300 mbp/s and my connection offers 750) and the second one, the one mentioned in the title, is not working at all.
I have already found two drivers, previously installed them fine on Zorin via DKMS, but I'm unable to install them via make on Solus. The issue seems to be with missing linux-headers which I have been unable to install via eopkg.
The github link to the driver is here: https://github.com/aircrack-ng/rtl8814au
The error I'm getting is the following:
regalia776@regalia776 ~ $ cd rtl8814au
regalia776@regalia776 ~/rtl8814au $ make && make install
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.13.1-187.current/build M=/home/regalia776/rtl8814au modules
make[1]: *** /lib/modules/5.13.1-187.current/build: No such file or directory. Stop.
make: *** [Makefile:2353: modules] Error 2
There's another driver that could work, too.
https://github.com/aircrack-ng/rtl8812au
But this one also fails. Does anyone know how I can get either of these drivers installed? I'd hate to have to dish out another 30$ for yet another wifi dongle when this one is working great on Windows and other Linux distros.
Thanks for any help in advance!