lkml.org 
[lkml]   [2006]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: PREEMPT_RT : 2.6.16-rt12 and boot : BUG ?
Date
jeudi 6 Avril 2006 16:33, Aurelien Degremont wrote/a écrit :
> 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.
I know this. We need to use the mptspi module.
I need to add "--with mptspi" to the mkinitrd command
and that works correctly without the RT patch.
My problem is only with the RT patch.
>
> 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
>
>

--
Serge Noiraud
-
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 17:12    [W:0.101 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site