Hi guys ,
I was trying to install Intel 536 EP Modem . I'm usuing SUSE 9.1 Personal Edition
Make Clean was successfull but I've got an error
=======================
/lib/modules... autoconf.h does not exist
=======================
see the full snapshot :
Quote:
linux:/tmp/intel-536EP-2.56.76.0-suse91-UP # ls -l
total 70
drwxr-xr-x* 3 root root* 288 2004-11-19 22:50 .
drwxrwxrwt* 18 root root* 744 2004-11-19 23:00 ..
-rwxr-xr--* 1 root root* 4252 2004-11-19 11:14 config_check
drwxr-xr-x* 3 root root* 1208 2004-11-19 22:50 coredrv
-rwxrwxrwx* 1 root root 19667 2004-11-19 11:14 hamregistry
-rwxr-xr-x* 1 root root* 3467 2004-11-19 11:14 Intel536_boot
-rwxr-xr-x* 1 root root* 8036 2004-11-19 11:14 Intel536_inst
-rwx------* 1 root root* 1893 2004-11-19 11:14 license.txt
-rwx------* 1 root root* 1526 2004-11-19 11:14 makefile
-rwx------* 1 root root 18781 2004-11-19 11:14 readme.txt
linux:/tmp/intel-536EP-2.56.76.0-suse91-UP # make clean
cd coredrv; make clean
make[1]: Entering directory `/tmp/intel-536EP-2.56.76.0-suse91-UP/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/tmp/intel-536EP-2.56.76.0-suse91-UP/coredrv'
rm -f *.o *.ko
linux:/tmp/intel-536EP-2.56.76.0-suse91-UP # make 536
* Module precompile check
* Current running kernel is: 2.6.4-52-default
* /lib/modules...* autoconf.h does not exist
* please install kernel source
make: *** [check] Error 1
linux:/tmp/intel-536EP-2.56.76.0-suse91-UP # make install
rm -f /etc/hamregistry.bin
bash Intel536_inst
running kernel 2.6.4-52-default
installing hamregistry, used for persistant storage
installing Intel536 driver
install: cannot stat `Intel536.ko': No such file or directory
make: *** [install] Error 1
linux:/tmp/intel-536EP-2.56.76.0-suse91-UP #
|
Please note that in the Modem installation instruction they mention something I don't really understand ..
Quote:
3.* INSTALLATION
Prerequisites:
* 1. root access
* 2. bash shell to run install scripts
* 3. an Intel536ep modem
* 4. KERNEL SOURCE HEADERS FOR THE KERNEL YOU ARE RUNNING.
* * * (found on your distribution's CD)
|
and the Installation Steps as followed :
Quote:
6 steps to install
* 1. login as ROOT
* 2. extract the archive into a directory with "tar -zxvf <archivename>.tgz"
* 3. cd into the directory it created.
* 4. Type: make clean
* 5. Type: make 536
* 6. Type: make install
This will create a /dev/modem device file. This file is used as an interface to
modem by all applications: minicom, kpppd, efax, etc. Please configure the applications
to use /dev/modem if neccessary.
|
My Current Kernel is || Current running kernel is: 2.6.4-52-default ||
Please Guide