Results 1 to 2 of 2
This is more of an annoyance than a real problem, but everytime I recompile my kernel with a new feature or module and run
sudo make modules-install
it installs it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-28-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 2
Linux kernel recompile
This is more of an annoyance than a real problem, but everytime I recompile my kernel with a new feature or module and run
sudo make modules-install
it installs it fine, but removes all of my previous modules I have installed in /lib/modules (sound, video, net, etc). Is there a way to set it to overwrite modules it's currently installing and leave the other alone? Thanks!
- 02-29-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 11
User modules blown away
After checking the Makefile for "make modules_install", I see it by default,
blows away the /lib/modules/[version]/kernel folder and copies back the newly compiled stuff.
With my vmware install, it creates a folder /lib/modules/[version]/misc folder and sticks its modules in there. Try that ? (Don't forget to type depmod afterwards)


Reply With Quote
