View previous topic :: View next topic |
Author |
Message |
cipherus Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 07 May 2004 Posts: 174
|
Posted: Fri Oct 12, 2007 11:31 am Post subject: make modules_install |
|
|
i'm currently about to start testing a new kernel source (suspend-sources), and i was wondering, when i do `make modules_install` on the new kernel sources, will it overwrite the modules compiled with/for my current kernel?
i just want to be sure they will be completely seperate so i can have my old kernel easy to boot from in grub.
a side question, will drivers that i've compiled (like alsa-driver-9999) need to be re-emerged everytime i decide to switch back and forth between kernels to work again? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
di1bert l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1322078658465db3da4a87f.gif)
Joined: 16 May 2002 Posts: 963 Location: Oslo, Norway
|
Posted: Fri Oct 12, 2007 11:36 am Post subject: |
|
|
Quote: |
will it overwrite the modules compiled with/for my current kernel?
|
If you're already using a suspend sources release of the same version then yes it will. If not
it will install the modules to /lib/modules/kernel-VERSION
Quote: |
will drivers that i've compiled (like alsa-driver-9999) need to be re-emerged everytime i decide to switch back and forth between kernels to work again?
|
Not if your changing from one kernel version to another. You'll only need to recompile if you
do a make modules_install on the same version of the kernel you're currently running.
Hope I made some sense
-m |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cipherus Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 07 May 2004 Posts: 174
|
Posted: Fri Oct 12, 2007 11:38 am Post subject: |
|
|
very helpful! thank you very much! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|