We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi All.
I downloaded the latest code and tried to build it. I got the following error, when executing the "make" command
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.9.0-kali1-amd64/build M=/home/tibor/Desktop/rtl8812au-master modules make[1]: Entering directory '/usr/src/linux-headers-5.9.0-kali1-amd64' Makefile:1: /usr/src/linux-headers-5.9.0-kali1-common/Makefile: No such file or directory make[1]: *** No rule to make target '/usr/src/linux-headers-5.9.0-kali1-common/Makefile'. Stop. make[1]: Leaving directory '/usr/src/linux-headers-5.9.0-kali1-amd64' make: *** [Makefile:1077: modules] Error 2
Please can you advice how to compile the drivers, because I am a novice on Linux.
Thanks
The text was updated successfully, but these errors were encountered:
you need to install linux header files from https://http.kali.org/kali/pool/main/l/linux/
Sorry, something went wrong.
No branches or pull requests
Hi All.
I downloaded the latest code and tried to build it.
I got the following error, when executing the "make" command
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.9.0-kali1-amd64/build M=/home/tibor/Desktop/rtl8812au-master modules
make[1]: Entering directory '/usr/src/linux-headers-5.9.0-kali1-amd64'
Makefile:1: /usr/src/linux-headers-5.9.0-kali1-common/Makefile: No such file or directory
make[1]: *** No rule to make target '/usr/src/linux-headers-5.9.0-kali1-common/Makefile'. Stop.
make[1]: Leaving directory '/usr/src/linux-headers-5.9.0-kali1-amd64'
make: *** [Makefile:1077: modules] Error 2
Please can you advice how to compile the drivers, because I am a novice on Linux.
Thanks
The text was updated successfully, but these errors were encountered: