lwfinger / rtl8723bu

Driver for RTL8723BU
284 stars 144 forks source link

make #30

Open dosgo opened 8 years ago

dosgo commented 8 years ago

image

lwfinger commented 8 years ago

You have not installed the kernel headers. Depending on your distro, it may be called the kernel-devel package.

dosgo commented 8 years ago

Raspberry Pi

dosgo commented 8 years ago

Unable to locate package kernel-devel

howardqiao commented 8 years ago

use rpi-source to get the right kernel-source https://github.com/notro/rpi-source/wiki

stumbino commented 6 years ago

get this error when I use make make make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -C /lib/modules/4.4.24-v7+/build M=/home/pi/rtl8723bu modules make[1]: /lib/modules/4.4.24-v7+/build: No such file or directory. Stop. Makefile:332: recipe for target 'modules' failed make: [modules] Error 2

lwfinger commented 6 years ago

Did you even think to Google this error? It means that you have not installed the prerequisites needed to build out-of-kernel modules.