At Sun, 09 Oct 2005 21:29:02 +0200 Benno Schulenberg wrote: > Allan Gottlieb wrote: >> At Sun, 09 Oct 2005 07:56:18 +0200 Francesco Talamona >> wrote: >> > On Sunday 09 October 2005 04:37, Allan Gottlieb wrote: >> >> make >> >> make install #I don't have any modules >> > >> > In such cases first of all do a "make oldconfig". >> >> Really? I did make menuconfig > > Ah, but you didn't say that. :) You said you "copied .config and > executed make; make install". My error, sorry. I thought I did say it, but I did not. > > Also, the nice thing of 'make oldconfig' is you get to see all the > new options, maybe showing something you want to use or look into > further. What happens if you run oldconfig now? Attached below is the output. It wrote a new .config, which it appears was not changed. ajglap linux # diff .config .config.old 4c4 < # Mon Oct 10 16:32:22 2005 --- > # Sun Sep 4 00:11:24 2005 I note however that I will be following richard brown's advice and applying the procedure in http://dev.gentoo.org/~dsd/genpatches/bugs.htm. Item 3 is. If you compiled your kernel with "make oldconfig", then clear your .config and manually configure it all again. You'd be suprised at how many problems this fixes. Sometimes it is user error, sometimes it is just oddities with the kernel build system. I personally don't like "make oldconfig". thanks, allan