jurobystricky / Netgear-A6210

AC1200 High Gain WiFi USB Adapter Linux kernel driver
291 stars 155 forks source link

error for build #117

Open hatch01 opened 6 years ago

hatch01 commented 6 years ago

I run "make" in a shell but I have an error message : make -C /lib/modules/4.12.14-lp150.12.13-default/build DBGFLAGS=-DDBG SUBDIRS=/home/eymeric/tmp/wifi/Netgear-A6210/os/linux modules make[1]: /lib/modules/4.12.14-lp150.12.13-default/build : Aucun fichier ou dossier de ce type. Arrêt. make: [Makefile:64: debug] Error 2

I have inspected /lib/modules/4.12.14-lp150.12.13-default/ is existing but build dose'nt exist

good bye and sorry for my english

jciskey commented 5 years ago

Unfortunately, I can't read the actual error message since it's not in English. However, based on everything else in your message, the message is effectively saying, "No such file or directory. Stop."

You normally get this error because you don't have the kernel headers installed on your system. When the kernel headers are installed via your package manager, the package should create a symlink build in that directory that points to the kernel sources.

The exact command to install the headers depends on your distro and package manager. Some quick Googling for "[DISTRO NAME] install kernel headers" should give you the appropriate command to run.