Hi all.
As I had trouble using some devices with my current kernel (2.6.8-2) I thought I could give 2.6.11 a try. I installed the kernel sources the Debian way (apt-get) and compiled it the traditional way .
Code:
make clean modules modules_install bzimage
After that, I updated Grub to take into account the new kernel. i renamed the bzimage to vmlinuz-2.6.11, moved it to /boot and created a initrd.img-2.6.11 thru mkinitrd.
Upon reboot, I had fatal errors saying that modprobe couldn't find /lib/modules/2.6.11/modules.dep
Well, the file in question is there and it doesn't seem to be corrupted in any way (as compared to my other kernel's modules.dep
Desperate, I had a look at the depmod manual and ran
Code:
depmod -e -F System.map-2.6.11
which didn't change a thing as one would expect.
Any help greatly appreciated
