Dear Aleksander,
You are indeed right. The actual full path for all Linux headers as used
by intel-536-537/coredrv/Makefile is assumed to be:
/lib/modules/`uname -r`/build/include
If your Ubuntu distribution does not place autoconf.h in expected
location, you may always from a root account perform the following action:
# ln -sf
/usr/src/linux-headers-2.6.32-24-generic/include/linux/autoconf.h
/lib/modules/`uname -r`/build/include/linux/autoconf.h
If all your Ubuntu linux headers apre placed into
/usr/src/linux-headers-2.6.32-24-generic/include/ you way always:
# ln -sf /usr/src/linux-headers-2.6.32-24-generic/include/
/lib/modules/`uname -r`/build/include/
Best regards to you.
Philippe
Le 24/01/2012 16:51, Aleksander Mischenko a écrit :
--
Philippe Vouters (Fontainebleau/France)
URL: http://vouters.dyndns.org/