kernel source query for Intel-536ep
Hello everybody
I'm trying to install the driver for an Intel-536ep based internal hardware modem but am getting stuck at the 'make' stage.
The Makefile calls another file that checks to see if the kernel source modules have been included by running the following command...
if [ -a /lib/modules/$KERNVER/build/include/linux/autoconf.h ]; then
Trouble is that I have installed the kernel sources (confirmed by YaST) and this file structure does not exist on my system.
There is an autoconfig.h file in the following location...
/lib/modules/2.6.16.13-4-default/source/include/linux/autoconfig.h
Is this the correct autoconfig file? The installation files are for SuSE 9.1 with kernels 2.4 and 2.6 however I have SuSE 10.1 with kernel 2.6.16.13-4-default. Is it just a case of SuSE messing about with the location of the installed kernel sources in the make files?
Any information would be very much appreciated. Please bear in mind that I'm relatively new to Linux.
|