On Sun, 2002-04-21 at 19:22, Ron Johnson wrote:
> On Sat, 2002-04-20 at 22:48, Osamu Aoki wrote:
> > On Sat, Apr 20, 2002 at 11:34:38PM -0400, David Jackson wrote:
> > > All ---
> > > Hopefully a simple question.
> > > How do I add additional kernel modules after the initial install?
> > > It seems I forgot to add the modules for my nic and ppp?
> > withour reboot:
> > use "insmod" command.  Or even better use "modprobe" command.
> > 
> > with reboot:
> > list all the "modproble" command arguments in /etc/modules
> 
> Related question: how do you _compile_ extra kernel modules
> after the kernel is installed and running?
> Say, for example, David had forgotten to choose his nic during
> "make *config".

You could do your make (x|menu)config to select what you'd forgotten,
then do:

# make dep clean modules modules_install

Disclaimer : this has worked for me. YMMV.

If you're like me and have fallen under the spell of make-kpkg, you'd do
this:

make-kpkg modules

Then you'd dpkg -r the resultant .deb file, paying close heed to all the
warnings about installing a new same-version kernel over the old one.

Again, this has worked for me. YMMV.

Take care

Peter.
-- 
Peter Whysall
[EMAIL PROTECTED]
The TLD in my email address is sdrawkcab.
Debian GNU/Linux 3.0 sid -- kernel 2.4.18

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to