It looks like the kernel source is installed. The kernel is just not configured (see the above error message). Suse does still use RPM?Originally Posted by McBane
Try this:
rpm -qa | grep kernel
This from another thread on compiling a network module, but it is for Red Hat. It will at least give you an idea of what you will need to do. This is just an example.
cd /usr/src/linux-2.4.18-14
make mrproper
cp configs/kernel-2.4.18-athlon.config .config
Open /usr/src/linux-2.4.18-14/Makefile in a text editor. Remove the word custom at the end of the "EXTRAVERSION" line
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 18
EXTRAVERSION = -14custom
save the changes & exit
Then:
make dep
Loading the kernel config above is going to be Red Hat specific. As will probably be editing the Makefile. We are going to need some help from a Suse user. We need to know where Suse keeps the configs it uses to compile their kernels.
Jim H


Reply With Quote

Bookmarks