|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [Plug] Loadable Modules.
|
and you can load/remove them with insmod/rmmod (as root).
If they're in your lib/modules/kernel-version directory, all you have
to do is specify
insmod modname
if they're not in that path, you can speicfy the path:
insmod /path/to/your/module.o
or if they're in the current directory:
insmod ./module.o
k
------------------------------------------------------------------------------
If God didn't mean for us to juggle, tennis balls wouldn't come three to a
can.
-- Unknown (http://slashdot.org)
mortis@voicenet.com http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
On Wed, 29 Sep 1999, LeRoy D. Cressy wrote:
> If you compiled the kernel with:
>
> make modules
> make modules_install
>
> the modules will be locates in /lib/modules/2.x.x/
>
>
> Jaiwant Mulik wrote:
> >
> > Hi,
> >
> > I need a.out support for some binaries I have. Looking at make
> > menuconfig, I can see that I had them compiled as modules, but have no
> > clue as to where the modules are !!
> >
> > Can someone tell me where to the find the a.out support modules for RH 6.0
> > and how to install them ? I need to do that on a server used by several
> > people. That means, I want to avoid rebooting, something I will have to do
> > with a recompiled kernel.
> >
> > bye.
> >
>
> --
> 0 0 L & R Associates
> " Home Page: http://www.netaxs.com/~ldc/
> _______ooO ~ Ooo_______________________________________________
>
> LeRoy D. Cressy /\_/\ mailto:ldc@netaxs.com
> Computer Consulting ( o.o ) Phone (215) 535-4037
> > ^ < Fax (215) 535-4285
>
> _______________________________________________
> Plug maillist - Plug@lists.nothinbut.net
> http://lists.nothinbut.net/mail/listinfo/plug
>
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|