You are not logged in.

#1 2014-12-24 10:18:58

tacchinotacchi
Member
Registered: 2014-08-18
Posts: 32

Can't compile nvidia dkms module, autoconf.h or auto.conf missing

Hi all. I'm having trouble compiling the nvidia dkms module on installation - i can compile bbswitch well, but not nvidia. I could compile some time ago but no luck now.
Here's the error in "/var/lib/dkms/nvidia/343.36/build/make.log":

make[1]: Entering directory '/usr/lib/modules/3.17.6-1-ARCH/build'
test -e include/generated/autoconf.h -a -e include/config/auto.conf || (		\
echo >&2;							\
echo >&2 "  ERROR: Kernel configuration is invalid.";		\
echo >&2 "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 "         Run 'make oldconfig && make prepare' on kernel src to fix it.";	\
echo >&2 ;							\
/bin/false)

As you can see I can't even compile with stock kernel. linux-headers is installed and if i check manually, autoconf.h and auto.conf ARE present in the kernel source.
I don't have any clue anymore, manually putting the "test" command in bash gives no output, so I ask here to someone that may have already solved the problem.

Could it be an error in the package?
Thanks in advance.

Offline

Board footer

Powered by FluxBB