Recompiled Kernel W/SMP support

Recompiled Kernel W/SMP support

Post by cgiff.. » Tue, 07 Mar 2000 04:00:00



I have recompiled the kernel with SMP support enabled (I have a 2 PIII
600's), and when I try and boot from the new kernel I get the following
error:

Loading aic7xxx module
/lib/aic7xxx.o: kernel-module version mismatch
        /lib/aic7xxx.o was compiled for kernel version 2.2.12-20smp
        while this kernel is version 2.2.12-20.

it then panics because it can't find the root file system.

I did the following to make the kernel:

cd /usr/src/linux
make distclean
make menuconfig
   -> Enabled SMP
make dep
make bzImage modules modules_install
cp /usr/src/linux/arch/i386/boot/bzImage /boot/linux.test

Any idea what is going on and how I can fix it?

Sent via Deja.com http://www.deja.com/
Before you buy.

 
 
 

Recompiled Kernel W/SMP support

Post by David T. Bla » Wed, 08 Mar 2000 04:00:00



> I have recompiled the kernel with SMP support enabled (I have a 2 PIII
> 600's), and when I try and boot from the new kernel I get the following
> error:

> Loading aic7xxx module
> /lib/aic7xxx.o: kernel-module version mismatch
>         /lib/aic7xxx.o was compiled for kernel version 2.2.12-20smp
>         while this kernel is version 2.2.12-20.

Don't set version info in the kernel build,
rebuild your SCSI modules when you build the kernel
Do make modules ; make modules_install
after make bzImage

--
Dave Blake


 
 
 

Recompiled Kernel W/SMP support

Post by Jan Just Keijs » Wed, 08 Mar 2000 04:00:00



>I have recompiled the kernel with SMP support enabled (I have a 2 PIII
>600's), and when I try and boot from the new kernel I get the following
>error:

>Loading aic7xxx module
>/lib/aic7xxx.o: kernel-module version mismatch
>        /lib/aic7xxx.o was compiled for kernel version 2.2.12-20smp
>        while this kernel is version 2.2.12-20.

>it then panics because it can't find the root file system.

>I did the following to make the kernel:

>cd /usr/src/linux
>make distclean
>make menuconfig
>   -> Enabled SMP
>make dep
>make bzImage modules modules_install
>cp /usr/src/linux/arch/i386/boot/bzImage /boot/linux.test

you're using a SCSI controller right? you forgot to create a new ram disk with
the new SMP modules on em (I did the exact same thing when I compiled a
2.2.14smp kernel on my RH 6.1 box).

After
  make modules_install
do a
  mkinitrd /boot/initrd-2.2.12smp.img 2.2.12smp
and update your /etc/lilo.conf file accordingly.

HTH,

JJ

 
 
 

Recompiled Kernel W/SMP support

Post by Charlie Marti » Fri, 10 Mar 2000 04:00:00


Perhaps you have already solved this, but if not: I had the same
problem about 6 months ago, and tried to fix it
via the mkinitrd route. I could never get that to work. But
what finally worked was to configure the scsi driver to
compile into the kernel, rather than having it load as
a module at boot time.

Charlie



> >I have recompiled the kernel with SMP support enabled (I have a 2 PIII
> >600's), and when I try and boot from the new kernel I get the following
> >error:

> >Loading aic7xxx module
> >/lib/aic7xxx.o: kernel-module version mismatch
> >        /lib/aic7xxx.o was compiled for kernel version 2.2.12-20smp
> >        while this kernel is version 2.2.12-20.

> >it then panics because it can't find the root file system.

 
 
 

1. After recompiling kernel with PPP support, pppd says the kernel has no PPP support!

Hello,
   I have recompiled my 2.0.35 (Slackware 3.6) kernel with PPP support
(directly in to the kernel), but after copying my zImage file to /vmlinuz,
and re-running lilo, and rebooting the machine, pppd says that there is no
ppp support in my kernel.  I know I'm booting with my new kernel - Any
ideas out there?

Thanks a alot for your help, in advance -- Ivan.
5

2. Quake? Multia?

3. RH-Linux SMP support (kernel-smp-2.4.18-27.7)

4. Help! Setting up yp(nis) client

5. Linux SuSE 6.2 and SMP 686 kernel recompiling ...

6. Doom

7. recompiling for SMP -> kernel panic

8. STB VL-24 Powergraph Problem

9. SMP time to recompile kernel?

10. Recompiled kernel with SMP=1: what indicators/perfmeters for 2 CPUs?

11. need to recompile ftape: recompile kernel too?

12. Kernel recompile with ppp support but when I try it says not compiled with it

13. recompiling kernel for TCP\IP support and LOADLIN......