Re: [COMP] linux modules....
- From: John Madden <weez@xxxxxxxxxxxxxx>
- To: computers@xxxxxxxxxxxxxx
- Date: Wed, 02 Feb 2000 21:34:36 -0500
James Gosnell wrote:
> I just compiled 2.2.14 kernel but I need the 2.2.14 modules. What do I
> do. I can't find any help files on how to install them in
> /usr/lib/2.2.14 thanx
You build the modules yourself. After compiling the kernel,
cd /usr/src/linux
make modules
make modules_install
It'd probably be helpful to remove your old modules too. It's all in the
kernel howto, if you need more info.
John
========================================
Avenir Web's Computers Mailing List
List Modes, Subscription, and General Info:
Go to http://avenir.dhs.org/mailing.html
List Archives: http://avenir.dhs.org/archives/
Administrative Contact: webmaster@xxxxxxxxxxxxxx
Get computer help: http://avenir.dhs.org
========================================
Other related posts:
- » Re: [COMP] linux modules....