I am trying to install a driver for a wireless adapter I have.
I am using amped-wireless-aca1-linux
driver on github.
Hoping it should work on a raspberry pi as well.
I get the following error when trying to build it
make ARCH=arm CROSS_COMPILE= -C /lib/modules/4.4.13-v7+/build M=/home/pi/rtl8812au modules
make[1]: *** /lib/modules/4.4.13-v7+/build: No such file or directory. Stop.
Makefile:1052: recipe for target 'modules' failed
make: *** [modules] Error 2
I figured, oh, maybe some part of the raspberry pi doesn't make this compatible. So, I then tried rtl8812au driver. Same error. Even with the flag active here
I am not sure how I suppose to build the specific module for the wireless adapter. I have done update, upgrade and rpi-update
The directory of /lib/modules/4.4.13-v7+/ contains
kernel/ modules.alias.bin modules.builtin.bin modules.dep.bin modules.order modules.symbols
modules.alias modules.builtin modules.dep modules.devname modules.softdep modules.symbols.bin
It is obviously looking for a build directory, but in the /lib/modules/4.4.13-v7+/ there is no indication one can be built. So, either something needs to be added or it is done elsewhere independently.
- sorry not enough rep for links.