rtl8812AU_8821AU_linux icon indicating copy to clipboard operation
rtl8812AU_8821AU_linux copied to clipboard

Unabel to install driver for Ubuntu 18.04

Open anilsathyan7 opened this issue 5 years ago • 2 comments

Does it support ubuntu 18.04?? Iam getting an error in make command

/tmp/t4u/rtl8812AU_8821AU_linux-master$ make
make ARCH=arm64 CROSS_COMPILE= -C /usr/src/linux-headers-4.15.0-54-generic-ubuntu18.04_aarch64/kernel-4.9 M=/tmp/t4u/rtl8812AU_8821AU_linux-master  modules
make[1]: *** /usr/src/linux-headers-4.15.0-54-generic-ubuntu18.04_aarch64/kernel-4.9: No such file or directory.  Stop.
Makefile:1622: recipe for target 'modules' failed
make: *** [modules] Error 2

anilsathyan7 avatar Jul 19 '19 19:07 anilsathyan7

Unfortunately defaults has been changed in Makefile for reasons unknown.

sed -e "s/^\(CONFIG_PLATFORM_.* = \).*/\1n/g" -i Makefile || die
sed -e "s/^\(CONFIG_PLATFORM_I386_PC = \).*/\1y/g" -i Makefile || die

should do the trick

reavertm avatar Jul 21 '19 01:07 reavertm

Feel free to send a fix @reavertm

harshavardhana avatar Sep 22 '19 21:09 harshavardhana