Hi all,
If any of you see what I did wrong or missed, please give me some help.
Thanks.
When I recompile SMP kernel,I did these:
- boot into smp kernel (the default shipped with RedHat6.0 CD)
- make clean + make mrproper + make xconfig
- enable SMP support, save it
- make dep + make bzImage
- copy the new kernel to /boot
- make modules + make modules_install
- add new kernel to lilo.conf + run /sbin/lilo
PROBLEM:
- in /lib/modules, the newly built stuff is 2.2.5-15, not 2.2.5-15smp.
- reboot into newly built kernel, try to insmod 3c59x module, it picks
the module from the newly built 2.2.5-15 and refuse to load, saying the
module is not SMP module.
Note: when I did make modules, I saw all of them compiled with
_D__SMP__ option
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]