[deleted] Aye that's what i was suspecting. Thanks 🙂.
I saw that driver before as well as a bunch of other packages maintained by different people. In the end i went with:
https://github.com/tpircher/rtl8814AU
The maintainer specifically made it for my model of wireless dongle. I am up and running now.
In case it helps anyone (I haven't compiled stuff on Solus before):
Dependencies: gcc, binutils, make, linux-current-headers (or linux-headers if you are on the LTS kernel).
- Download and unpack the driver.
- Open a terminal where you unpacked it.
- Run the following commands:
make clean
make
sudo make install
sudo modprobe 8814au
That should get the dongle working. The only thing is my connection seems to be pretty flaky so I need to look into that. It goes at full speed for a bit then the speed collapses to a few Mb/s.