Hi I am new to the forums and openSUSE in general, however my D-Link AC1900 Dual Band USB wifi adapter requires its driver to be installed
I already know the driver is a rtl8814au and I believe I have located the open source driver for it here: https://github.com/aircrack-ng/rtl8814au.
However I do not know how to go about installing it on openSUSE, any help is appreciated! And if I missed an avaliable resource that points out how to install it I am sorry
Thanks, DipLeChip
Please post:
For USB-Stick:
lsusb
For inside:
/sbin/lspci | grep -iA3 net
So that we can see the ID of the Chip.
Haha, Iām an idiot
Wrong github link, this is the driver that works: https://github.com/morrownr/8814au
I just had to run:
git clone https://github.com/morrownr/8814au
cd 8814au/
make
sudo make install
Now how do I close this thread?
And thanks Sauerland for offering to help but I posted the wrong github link in the first place.