All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Hirst <rhirst@linuxcare.com>
To: "Joël Soete" <jso@europay.com>
Cc: marteaut@esiee.fr, parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] 2.4.6-pa20 question about modules
Date: Thu, 19 Jul 2001 00:24:47 +0100	[thread overview]
Message-ID: <20010719002447.L30356@linuxcare.com> (raw)
In-Reply-To: <OF9ED32FBA.01646964-ONC1256A8D.0059C095@LocalDomain>; from jso@europay.com on Wed, Jul 18, 2001 at 06:33:21PM +0200

On Wed, Jul 18, 2001 at 06:33:21PM +0200, Joël Soete wrote:
> Hi Thomas,
> 
> With your tips
> (http://lists.parisc-linux.org/pipermail/parisc-linux/2001-July/013081.html)
> 
> the cvs 20010717 seems to works fine.
> (for b180 still have to unplug re-plug kdb)
> 
> I also try to recompile it with the .config file supply with palinux-0.9.2.
> It also seems to works well but modules are not install naturally.
> Can you explain me how to compile it and install it?

If I understand correctly, you are rebuilding the kernel, and want
kernel modules installed correctly under /lib/modules?


cd /usr/src/linux   (or wherever your source tree is)
# save your .config file, if you want it
make distclean
cp <config file> .config
make oldconfig
make dep
make
make modules
make modules_install
cp vmlinux /boot/vmlinux   (or whereever you want it to go)


Richard

  parent reply	other threads:[~2001-07-18 23:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-18 16:33 [parisc-linux] 2.4.6-pa20 question about modules Joël Soete
2001-07-18 22:29 ` [parisc-linux] " Thomas Marteau
2001-07-18 23:24 ` Richard Hirst [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-07-19  8:48 [parisc-linux] " Joël Soete
2001-07-19 17:46 Joël Soete
2001-07-19 18:14 ` Matthew Wilcox
2001-07-20  5:56 ` Andrew Shugg

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=20010719002447.L30356@linuxcare.com \
    --to=rhirst@linuxcare.com \
    --cc=jso@europay.com \
    --cc=marteaut@esiee.fr \
    --cc=parisc-linux@lists.parisc-linux.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.