I can't install the rtl8814au
driver in Kali Linux running kernel 4.14.0.
When I run make
in the rtl8814au
directory, it outputs this:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.14.0-kali1-amd64/build M=/rtl8814au modules
make[1]: *** /lib/modules/4.14.0-kali1-amd64/build: No such a file....
Makefile:1699: ....
Any idea?
SOLUTION
apt install linux-headers-xxx didn't work for me because it was no longer available in the repositories. So I downloaded these from http://http.kali.org/kali/pool/main/l/linux/ and its dependencies that shell told me in warnings.
After that, I could play "make" command and worked for me perfectly.
Thanks!
build
symlinks up correctly). – Stephen Kitt Dec 11 '17 at 07:17