From: robin@robind.de
To: Amin <raihan@citech-bd.com>
Cc: linux-newbie@vger.kernel.org
Subject: Re: New module: kernel recompile?
Date: Thu, 3 Apr 2003 11:47:04 +0200 (CEST) [thread overview]
Message-ID: <20030403094704.B9A2744331@basicbox3.server-home.net> (raw)
> Hi, I've installed a new RH8.0 system after
> losing the old one.
> Problem is,
> the fresh installation doesn't support my
> (Myson) Ethernet card,
> and I have
> to load the ``fealnx'' module to get it to do
> so. And that module
> isn't
> already compiled and insertable. So: is it
> possible to compile the
> module
> and then insert it into the kernel, instead of
> recompiling the
> whole kernel,
IMHO, yes.
make mrproper
make menuconfig <-- Insert your missing module
!! Don't forget to load the configuration from file because 'make
mrproper' will delete your '.config'.
make dep &&
make modules &&
make modules_install
Please tell me when I'm wrong!!! 'make bzImage' will build the
kernel-binary, you don't need it, so you can leave it.
> as I had to do the last time? (Not that I
> don't like recompiling
> the
> kernel; it just gets a little boring during
> the 5 hours it takes.)
Wow!!! The last time I built a kernel I need approx. 45 minutes! Ok,
but the time depends on your system.
Goold look,
Robin
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs
next reply other threads:[~2003-04-03 9:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-03 9:47 robin [this message]
2003-04-03 11:19 ` New module: kernel recompile? Amin
-- strict thread matches above, loose matches on Subject: below --
2003-04-02 19:59 Petre Bandac
2003-04-02 14:43 Amin
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=20030403094704.B9A2744331@basicbox3.server-home.net \
--to=robin@robind.de \
--cc=linux-newbie@vger.kernel.org \
--cc=raihan@citech-bd.com \
/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