From: Samuel Flory <sflory@rackable.com>
To: Daniel Sheltraw <sheltraw@unm.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: recompiling RH9 with SCSI driver
Date: Fri, 06 Jun 2003 07:52:51 -0700 [thread overview]
Message-ID: <3EE0AAC3.4090506@rackable.com> (raw)
In-Reply-To: <1054859772.3edfe1fcaaa6e@webdjn.unm.edu>
Daniel Sheltraw wrote:
>Hello kernel list
>
>I knowm this is not really a kernel problem but I have been unable
>to get this problem solved on other lists. I am having trouble
>building a new 2.4.20 kernel on a machine running RedHat9 and
>it appears that the problem has something to do with the mptbase
>module (scsi module?).
>
>The machine is a Dell Precision 350 machine and lspci tells me this
>about my SCSI controller:
>
>02:07.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 (rev 07)
>02:07.1 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 (rev 07)
>
>
>I am trying to recompile my kernel but after when doing a "make install"
>I get the folloeing error message:
>
>sh -x ./install.sh 2.4.20-rthal5 bzImage /usr/src/linux-2.4.20/System.map ""
>+ '[' -x /root/bin/installkernel ']'
>+ '[' -x /sbin/installkernel ']'
>+ exec /sbin/installkernel 2.4.20-rthal5 bzImage
>/usr/src/linux-2.4.20/System.map ''
>No module mptbase found for kernel 2.4.20-rthal5
>mkinitrd failed
>make[1]: *** [install] Error 1
>make[1]: Leaving directory `/usr/src/linux-2.4.20/arch/i386/boot'
>make: *** [install] Error 2
>
>There does not exist a /lib/modules directory for my new modules
>and it looks like "make install" can't find the mptbase driver.
>Does any one know how to fix this?
>
>
You likely have the mpt module referenced in your /etc/modules.conf.
Likely this is something like a scsi_hostadapter alias. When the
install script attempts to create an initrd it fails as it can't find
the module in question. This could be caused by one of several things.
1)You didn't compile support for the mpt driver at all.
2)You compiled the driver into the kernel instead of as a module.
In the case of #2 commenting out the alias in modules.conf should
"fix" your issue. (Of course new kernel's from your vendor won't know
to load the driver.) Or you could just manually install the kernel. In
the case of #2 you really need to compile the mpt driver.
--
There is no such thing as obsolete hardware.
Merely hardware that other people don't want.
(The Second Rule of Hardware Acquisition)
Sam Flory <sflory@rackable.com>
prev parent reply other threads:[~2003-06-06 14:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-06 0:36 recompiling RH9 with SCSI driver Daniel Sheltraw
2003-06-06 14:52 ` Samuel Flory [this message]
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=3EE0AAC3.4090506@rackable.com \
--to=sflory@rackable.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sheltraw@unm.edu \
/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