mai wrote:
> 
> Hi,
> I start to use RT-Linux recently,I install a rtlinux2.3 on the redhat 6.2,I write a 
>module(test.o) then I want to insert it in the kernel.
> 
> #insmod test.o
> 
> then I saw this display:
> 
> test.o:Kernel -module version mismatch test.o was compiled for kernel version 
>2.2.14-rtl2.3 while this kernel is version 2.2.14-5.0
> 

It looks as though you have build your new kernel, but not installed it
on your system.  You need to copy the new kernel to /boot, make sure the
modules are installed (make modules_install) and put an entry for your
new kernel in /etc/lilo.conf (copy a similar one and change it).  Next
you need to run (as root) /sbin/lilo.  Make sure that you don't get any
errors.  Finally, reboot and at the lilo prompt, press tab and select
your new kernel.  You can always confirm which kernel you are running at
the prompt with 'uname -r'.

Regards, Stuart
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to