A few weeks ago I ordered this this USB wifi stick from Amazon.de.
I have a DUAL boot with both windows 10 and Ubuntu 18.04 OS on my desktop computer. The driver works directly on the windows OS without any installation whatsoever. On ubuntu however, it doesn't recognize the adapter at all as it keeps saying "No Wi-Fi Adapter Found" in the settings.
I got a CD-rom and a small instruction manual for installation of the driver for each platform. The instructions refer to the driver download link in case the CD-rom is futile, which I used. The url is https : // bit.ly / 2IXCf8i (without spaces).
This installation provides a folder with installation instructions of its own and a LINUX folder with three subfolder options: RTL8811 RTL8812 and RTL8814. I'm not sure what the chipset of this adapter is though, so I tried to install them all. But everytime I try to install them, I get an error as follows: cc1: some warnings being treated as errors scripts/Makefile.build:284: recipe for target
cc1: some warnings being treated as errors
scripts/Makefile.build:284: recipe for target '/home/****/20190622/LINUX/RTL8814/RTL8814AU_Linux_v4.3.21.1_24835.20171031/driver/rtl8814AU_linux_v4.3.21.1_24835.20171031/core/rtw_cmd.o' failed
make[2]: *** [/home/****/20190622/LINUX/RTL8814/RTL8814AU_Linux_v4.3.21.1_24835.20171031/driver/rtl8814AU_linux_v4.3.21.1_24835.20171031/core/rtw_cmd.o] Error 1
Makefile:1614: recipe for target '_module_/home/****/20190622/LINUX/RTL8814/RTL8814AU_Linux_v4.3.21.1_24835.20171031/driver/rtl8814AU_linux_v4.3.21.1_24835.20171031' failed
make[1]: *** [_module_/home/****/20190622/LINUX/RTL8814/RTL8814AU_Linux_v4.3.21.1_24835.20171031/driver/rtl8814AU_linux_v4.3.21.1_24835.20171031] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.0.0-37-generic'
Makefile:1699: recipe for target 'modules' failed
make: *** [modules] Error 2
The same thing happens either via sudo make
or sudo ./install.sh
.
I'm not sure how to proceed at this point, as I feel I've tried all the possibilities till now. Does anyone know how to install the driver for this USB wifi adapter?
Let me know if I need to post any more info.