Re: 2.2.5-22 multiple CPUs

Coert Vonk /prv (coert@bigfoot.com)
Tue, 14 Sep 1999 22:05:58 -0700


Good suggestion! It took care of the problems reported
by depmod. Only "minor" issue is that it can't mount my
root file system on my (ultra wide) SCSI disk 0:8. From
what I can see it has SCSI compiled into the kernel.
Do you have suggestions for this as well?

thx,
/coert

----- Original Message -----
From: Keith Owens <kaos@ocs.com.au>
To: Coert Vonk /prv <coert@bigfoot.com>
Cc: <linux-kernel@vger.rutgers.edu>
Sent: Tuesday, 14 September, 1999 3:50
Subject: Re: 2.2.5-22 multiple CPUs

On Mon, 13 Sep 1999 14:13:58 -0700,
"Coert Vonk /prv" <coert@bigfoot.com> wrote:
>I then change the kernel config to support multiple CPUs,
>do the same build/install commands. During boot, "depmod
>-a" complains unresolved dependencies.
>When inserting a single module ("insmod sound" in example,
>it is a little more verbose:
>
>/lib/modules/2.2.5-22/misc/sound.o: unresolved symbol
>sound_init_lowlevel_driver
>s_Rec0251af

You have a mismatch between the running kernel and the modules. It
normally indicates human error such as forgetting to install the new
kernel, forgetting to install the new modules, forgetting to update
lilo (or other boot loader) to point to the new kernel.

MEC has suggested that there might be a bug in the Makefiles when
changing from UP to SMP. If so, the solution is -

save .config,
make mrproper,
restore .config,
make oldconfig,
make dep clean bzImage modules,
install new kernel and modules,
update boot loader,
reboot.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/