How to enable loadable modules... ?
I have a centrino notebook and its wireless adapter intel Pro 2100's linux driver is under development. I got the under developement driver and i am trying to install it. According to the instructions i have to get into the unzipped directory and run the " make " command.
I did and the result is the following error i message i got. Can anyone guide me how to fix that error ?
---------------------------------------------------------------------------------------------------------------
[root@localhost ipw2100-0.40-pre2]# make
make -C /lib/modules/2.4.22-1.2115.nptl/build SUBDIRS=/home/hasan/ipw2100-0.40-pre2 BUILD_DIR=/home/hasan/ipw2100-0.40-pre2 modules
make[1]: Entering directory `/usr/src/linux-2.4.22-1.2115.nptl'
The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22-1.2115.nptl'
make: *** [modules] Error 2
[root@localhost ipw2100-0.40-pre2]#