Results 11 to 13 of 13
Thats great thanks, I just got this half way through,And saw this but it did finish ok,
Code:
/usr/src/linux/System.map not found.
* You must manually update the kernel module dependencies ...
- 12-30-2005 #11
Thats great thanks, I just got this half way through,And saw this but it did finish ok,
Code:/usr/src/linux/System.map not found. * You must manually update the kernel module dependencies using depmod.
Does this need atention?
- 12-31-2005 #12
The simple way:
Just run
That should satisfy what you need.Code:depmod
Different Way if you already have a System.map file in /boot:
It sounds like you deleted your /usr/src/linux directory after you compiled your kernel or something.
If you have a System.map-2.6.14-gentoo-r6 file in /boot, copy it to /usr/src/linux/System.map. Make sure /boot is mounted.
Then you do aCode:cp /boot/System.map-2.6.14-gentoo-r6 /usr/src/linux/System.map
Your .config file should be there from the last kernel compile, so that should be good. Yes, this is a kernel recompile, but it will be using the System.map that you copied over.Code:make oldconfig make && make modules_install
I am assuming that you have a System.map file in /boot because you had a config file there. You should have copied both into boot.
- 12-31-2005 #13
I just done 'depmod' as there was only map in /boot not system map ,So i hope that does the trick ,Thankyou for the help.


Reply With Quote
