> Hi all,
> 
> I am a newbie for RTLinux, as well as kernel compiling.
> 
> I am running linux RH7.2 on SMP machine. I presently have two kernels by 
> default - 2.4.7-10 and 2.4.7-10smp.  I am going to compile a new one for 
> RTLinux, so I downloaded linux 2.4.4. kernel and rtlinux-3.1, followed all 
> the steps to config and compile (during config, I only set the CPU and 
> changed the file system option to enable Dos access). no error during the 
> compiling.
> 
> But when I make modules and make modules_install, It seems strange that only 
> few module files are copied to the /lib/modules/2.4.4-rt/, for example I can 
> only see /drivers and /fs under /kernel directory and  one folder (net) under 
> the /driver directory.  I think it is not correct. Did I do anything wrong?
>
don't think you did anything wrong as long as all the drivers you need are 
there - the default kernel from RH7.2 installes *ALL*  (or almost all) 
available kernel modules, as this distro should run on about anything out
there. If you only turned on the modules in the kernel .config file that
you need, which is the right thing to do, then you will only see the modules
you enabled. Check with lsmod in the original RH7.2 system what modules are
loaded to support all of your hardware and make shure that you enabled all
of these modules in your build.

hofrat
-- [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/

Reply via email to