I am trying to get my Beaglebone Black to work with the ASUS N-10 wifi adapter. I am running Debian 7.1 (Wheezy).
I got this error when I tried to run make or make install.
`
make[1]: Entering directory /lib/modules/3.8.13-bone26/build' make[1]: *** No rule to make target
modules’. Stop.
make[1]: Leaving directory `/lib/modules/3.8.13-bone26/build’
make: *** [all] Error 2
`
I followed the instructions on this page https://wiki.debian.org/rtl819x and ran make again and got the same result.
Does anyone know what I need to do to fix this problem?