On Sat, 2003-08-09 at 18:29, James Sparenberg wrote: > On Sat, 2003-08-09 at 14:05, Joseph Loo wrote: > > I tried your suggestion. It comes back with this instead > > > > The directory of kernel headers (version 2.4.21-0.13mdkcustom) does not > > match > > your running kernel (version 2.4.21-0.13mdksmp). Even if the module were to > > compile successfully, it would not load into the running kernel. > > > > Any more suggestions? > > One suggestion. cd /usr/src/linux then cp Makefile Makefile.bkp (keep > a copy) The vi Makefile and change this line > EXTRAVERSION = -0.25mdkcustom > > to > > EXTRAVERSION = -0.25mdksmp > > and then do a make dep. Now the "versions" should match. > > James
OOOps forgot to mention. cp the .config to config and then copy the config file you use (in /boot) to ./.config before making dep (probably not needed but it ensures that the config for the kernel you use matches the config in the dir.) James > > > > > Thomas Backlund wrote: > > > > >Viestiss� Sunnuntai 03 Elokuu 2003 19:11, Joseph Loo kirjoitti: > > > > > > > > >>The problem is that the smp is tacked on the end under uname -r. It will > > >>not recognize it because of that. > > >> > > >> > > >> > > >[...] > > > > > >Just go to your kernel source tree (/usr/src/linux) > > >and do: > > > > > >#make mrproper > > >#cp arch/i386/defconfig-smp .config > > >#make oldconfig dep > > > > > >and then rerun your vmware-config.pl ... > > > > > > > > > > > >Regards > > > > > >Thomas > > > > > > > > > > > > > > >------------------------------------------------------------------------ > > > > > >Want to buy your Pack or Services from MandrakeSoft? > > >Go to http://www.mandrakestore.com > > > > > > > > > > ______________________________________________________________________ > Want to buy your Pack or Services from MandrakeSoft? > Go to http://www.mandrakestore.com
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
