Quote:
Originally Posted by krokodil
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \ echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
Have you done that? Don't know if it helps because I'm still at 11.0 with my legacy machine 
|
Yes I did:
cd /usr/src/linux
make cloneconfig
make prepare
I also did tried with 'make oldconfig'. Those commands did not returned any error. If I tried to compile the driver without running those 3 commands then the error returned is that the source files are not compiled.
That's why I'm not sure what's wrong or what's missing.