sysprog21 / vwifi

A virtual wireless device driver for Linux
MIT License
205 stars 39 forks source link

make[1]: *** No rule to make target 'modules' .Stop #60

Closed Texmozito closed 7 months ago

Texmozito commented 7 months ago

Hello there, I was trying to build the vwifi myself until I found this error:

make -C /lib/modules/6.1.84-1-MANJARO/build M=/home/texmoz/aur/vwifi modules make[1]: se entra en el directorio '/usr/lib/modules/6.1.84-1-MANJARO/build' make[1]: No hay ninguna regla para construir el objetivo 'modules'. Alto. make[1]: se sale del directorio '/usr/lib/modules/6.1.84-1-MANJARO/build' make: [Makefile:11: kmod] Error 2

As "Texmoz" is my user name and I'm using that kernel, I thank any kind of solution.

Pd, if language gives any trouble, let me know and I'll try to change the language.

jserv commented 7 months ago

Can you build some of the Linux kernel modules listed in LKMPG?

Texmozito commented 7 months ago

How can I do that?

jserv commented 7 months ago

How can I do that?

Simply read LKMPG and attempt to build some of the available Linux kernel modules. I am the editor of LKMPG.

Texmozito commented 7 months ago

I tried to build this one "4.1 The Simplest Module", and I've got se same result as the issue I've opened, any suggestions?

jserv commented 7 months ago

I tried to build this one "4.1 The Simplest Module", and I've got se same result as the issue I've opened, any suggestions?

It implies that you should check the installation of kernel header packages.

Texmozito commented 7 months ago

Thank you so much, I had this issue for days