On Thu, 2 Nov 2000, Statux wrote:

> They're in /lib/modules/[kernel version]
> 
> if you're using a redhat kernel, say.. 2.2.14-15 or whatever they have
> out, then they'd be in /lib/modules/2.2.14-15
> 
> or if you your kernel is version 2.2.17 (and you compiled it yourself, for
> example), they'd be in /lib/modules/2.2.17

in addition, if you want to build a new kernel, you should start
by editing the file /usr/src/linux/Makefile.  near the top, there's
a variable called EXTRAVERSION.  change that to reflect the name
of the new kernel, like

EXTRAVERSION=-fred

then, your newly-built kernel will consider itself to be a version
(for example) 2.2.16-fred kernel, and "make modules_install" will
place all of its new modules in /lib/modules/2.2.16-fred, which
is coincidentally where the new kernel will look for them.

rday

-- 
"This is Microsoft technical support.  How may I misinform you?"




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to