lkml.org 
[lkml]   [2006]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: PREEMPT_RT : 2.6.16-rt12 and boot : BUG ?
Serge Noiraud wrote:
> I get symbol resolution error when I try to load my scsi modules in the initrd.

I've got quite the same issue concerning initrd and scsi modules since
the change in MPT FUSION drivers which happened in 2.6.10, and that you
seem to use also. (No RT code is involved here)
I tested many different configurations and the only solution I found
consist in setting some sleep calls in the 'init' script of the initrd,
between each 'insmod' call. Let me know if this change something for you.

ie:

echo "Loading scsi_mod.ko module"
insmod /lib/scsi_mod.ko
sleep 1
echo "Loading sd_mod.ko module"
insmod /lib/sd_mod.ko
sleep 1
echo "Loading mptbase.ko module"
insmod /lib/mptbase.ko
sleep 1
echo "Loading mptscsih.ko module"
insmod /lib/mptscsih.ko
sleep 1
echo "Loading jbd.ko module"
insmod /lib/jbd.ko
sleep 1
echo "Loading ext3.ko module"
insmod /lib/ext3.ko
sleep 1


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

\
 
 \ /
  Last update: 2006-04-06 16:36    [W:0.064 / U:1.480 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site