Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel and modules
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Sylhouette
n00b
n00b


Joined: 18 Apr 2002
Posts: 70
Location: Beverwijk , Holland

PostPosted: Thu Apr 25, 2002 1:10 pm    Post subject: Kernel and modules Reply with quote

I mist out some modules in my kernel.

Do i need to do a make dep; make clean; make bzImage; make modules; make modules_install after a make menuconfig or can i just do a make modules make modules_install

If the second option will work how does the kernel knows (/boot/bzImage) that they where compiled as module ??

Or does your kernel(bzImage) not knowing wich options are compiled as a module.

And what about a depmod -a do i need to pass that command as well.

Thanks for your time
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Thu Apr 25, 2002 3:15 pm    Post subject: Re: Kernel and modules Reply with quote

Sylhouette wrote:
I mist out some modules in my kernel.


A good place to start would be the Linux Kernel HOWTO.

You can also try searching google

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
Guest






PostPosted: Mon Apr 29, 2002 7:53 pm    Post subject: If it is just an addition of a new module... Reply with quote

If it is just an addition of a new module (one that wasn't selected before at all) then you can just do "make dep ; make modules" and move your /lib/modules/`uname -r` to somewhere safe and do a "make modules_install". (if your an NVidia card user, copy the NVdriver from /lib/modules/`uname -r`/kernel/video to /lib/modules and put it into the same place in the new tree)

works for me all the time.

Take care.
Back to top
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum