KennethThompson / RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911

4 stars 6 forks source link

Wifi driver installation Error: /lib/modules/4.14.98+/build: No such file or directory. Stop. #2

Open soheilpaper opened 5 years ago

soheilpaper commented 5 years ago

Hi:

i need to install the USB wife EDUP into my raspberry zero, so i try installing the CD container driver which is similar to your GitHub container _RTL8188C_8192C_USB_linux_v4.0.29000.20130911 with this command:

sudo make

and i get this error:


pi@raspberrypi:~/Desktop/driver/linux_kernel2/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911 $ sudo make
make ARCH=armv6l CROSS_COMPILE= -C /lib/modules/4.14.98+/build M=/home/pi/Desktop/driver/linux_kernel2/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911  modules
make[1]: *** /lib/modules/4.14.98+/build: No such file or directory.  Stop.
Makefile:584: recipe for target 'modules' failed
make: *** [modules] Error 2

So what can i do to solve this problem.