- The smp kernel is for dual-processor systems. What you may want if you have a single processor
system is kernel-enterprise (it can be used for smp also).
I would recommend downloading the kernel-enterprise and kernel-source, and then installing them
manually.
$ wget
ftp://ftp.sunet.se/pub/Linux/distributions/mandrake/updates/9.2/RPMS/kernel-enterprise-2.4.22.21mdk-1-1mdk.i586.rpm
$ wget
ftp://ftp.sunet.se/pub/Linux/distributions/mandrake/updates/9.2/RPMS/kernel-source-2.4.22-21mdk.i586.rpm
$ su
# rpm -ivh kernel-enterprise-*
# rpm -Uvh kernel-source*
Then, select kernel-enterprise on reboot, and if all goes well, edit '/etc/lilo.conf' to make
kernel-enterprise the default.
And yes, you will have to recompile the NVidia and winmodem drivers against the new kernel.
----------
Note: If this answer resolves your problem, please remember to close this incident.
|