From: Aurelien Degremont <aurelien.degremont@cea.fr>
To: Serge Noiraud <serge.noiraud@bull.net>
Cc: Ingo Molnar <mingo@elte.hu>, "" <linux-kernel@vger.kernel.org>
Subject: Re: PREEMPT_RT : 2.6.16-rt12 and boot : BUG ?
Date: Thu, 06 Apr 2006 16:33:26 +0200 [thread overview]
Message-ID: <443526B6.6090709@cea.fr> (raw)
In-Reply-To: <200604061416.00741.Serge.Noiraud@bull.net>
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
next prev parent reply other threads:[~2006-04-06 14:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-06 12:16 PREEMPT_RT : 2.6.16-rt12 and boot : BUG ? Serge Noiraud
2006-04-06 14:31 ` Ingo Molnar
2006-04-06 15:05 ` Serge Noiraud
2006-04-10 12:46 ` Serge Noiraud
2006-04-11 16:15 ` Serge Noiraud
2006-04-12 1:58 ` Steven Rostedt
2006-04-12 6:25 ` Ingo Molnar
2006-04-12 7:23 ` Serge Noiraud
2006-04-12 7:30 ` Serge Noiraud
2006-04-12 6:17 ` Ingo Molnar
2006-04-06 14:33 ` Aurelien Degremont [this message]
2006-04-06 15:10 ` Serge Noiraud
2006-04-07 9:39 ` Aurelien Degremont
-- strict thread matches above, loose matches on Subject: below --
2006-04-06 12:40 Sébastien Dugué
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=443526B6.6090709@cea.fr \
--to=aurelien.degremont@cea.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=serge.noiraud@bull.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox