* Re: New module: kernel recompile?
@ 2003-04-03 9:47 robin
2003-04-03 11:19 ` Amin
0 siblings, 1 reply; 4+ messages in thread
From: robin @ 2003-04-03 9:47 UTC (permalink / raw)
To: Amin; +Cc: linux-newbie
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: New module: kernel recompile?
@ 2003-04-02 19:59 Petre Bandac
0 siblings, 0 replies; 4+ messages in thread
From: Petre Bandac @ 2003-04-02 19:59 UTC (permalink / raw)
To: linux-newbie
make menuconfig - check there the right module
and then
make modules && make modules_install
I did it a few times and it went ok
HTH,
petre
On Wednesday 02 April 2003 17:43 Anno Domini, Amin wrote using one of his
keyboards:
> 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, 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.)
>
> I've got the ``.config'' file from my previous RH8.0 installation (on the
> same system) and can put it up for anyone who's interested.
>
> Thanks,
> Yawar
>
>
>
> -
> 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
--
10:56PM up 5:52, 2 users, load averages: 0.36, 0.31, 0.22
-
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* New module: kernel recompile?
@ 2003-04-02 14:43 Amin
0 siblings, 0 replies; 4+ messages in thread
From: Amin @ 2003-04-02 14:43 UTC (permalink / raw)
To: linux-newbie
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,
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.)
I've got the ``.config'' file from my previous RH8.0 installation (on the
same system) and can put it up for anyone who's interested.
Thanks,
Yawar
-
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-03 11:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-03 9:47 New module: kernel recompile? robin
2003-04-03 11:19 ` Amin
-- strict thread matches above, loose matches on Subject: below --
2003-04-02 19:59 Petre Bandac
2003-04-02 14:43 Amin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox