masterzorag / RTL8192EU-linux

Realtek 8192EU Linux Driver, v5.2.7
GNU General Public License v3.0
33 stars 18 forks source link

make:*** modules ERROR 2 #3

Closed MIngPAPA closed 7 years ago

MIngPAPA commented 7 years ago

Hello, I'm working under openSUSE leap 42.1.The kernel version is 4.1.12-1.When compiling,I meet some problems.

make[1]: Entering directory '/lib/modules/4.1.12-1-default/build' make[1]: No rules to make target 'modules'.Stop make[1]:Leaving directory '/lib/modules/4.1.12-1-default/build' Makefile:1686 recipe for target 'modules' failed make: [modules] Error :2

Thanks

masterzorag commented 7 years ago

It should works, the sequence should be:

make
make install

no modules target in the Makefile

MIngPAPA commented 7 years ago

Sorry about the delay of reply.I just lent my device to my friend for a week.

Yes,your method is OK! But, it is quite confused for me that I change my working environment to Leap 42.2. After that, the building process is so frank. I don't know whether it should blame to the former 42.1 or not.

At last, thanks for your attention and patience!

Best wishes.