Quote:
Originally posted by ztdep
i use a red hat enterprise es ,
and
uname -r gives:
2.4.21-9.EL
thank you very much
|
Search your installation Cd's for something like:
kernel-source-2.4.21-9.EL.i386.rpm
You install an RPM with this command:
Code:
rpm -ihv <rpm_file>
You may also try something like:
Code:
yum install kernel-source
to automatically download and install the kernel-source from the net (I'm not sure if this second thing will work, but you may still give it a try)