On Sunday 08 June 2003 21:45, you wrote: > Andrey Borzenkov wrote: > > Good. If your system is using local time for CMOS - > > compile your kernel with CONFIG_APM_RTC_IS_GMT off. Please, do not > > do any other changes against default Mandrake config. If it helps > > I will do the patch. > > > > If your system keeps CMOS as GMT or turning the above off does not > > help - well, I do not know :)) We'll see. > > Well, I'm not sure but I think the latest version of gcc has messed things > up. I install kernel-source, change the one line in ".config" to "n",
this should be commented out (usually). I am not sure what effect "n" has (it must work as well, but I never tried it). CONFIG_APM=y # CONFIG_APM_IGNORE_USER_SUSPEND is not set CONFIG_APM_DO_ENABLE=y CONFIG_APM_CPU_IDLE=y # CONFIG_APM_DISPLAY_BLANK is not set # CONFIG_APM_RTC_IS_GMT is not set # CONFIG_APM_ALLOW_INTS is not set # CONFIG_APM_REAL_MODE_POWER_OFF is not set (this is from 2.5 but you got an idea) > and > started off with "make oldconfig". wrong. cp .config .config.old make mrproper cp .config.old .config edit Makefile and set EXTRAVERSION to something different ot just use make EXTRAVERSION=xxx ... on command line make oldconfig make dep make make modules make modules_install make install do not do it in /usr/src, you will screw up module compilation for vanilla mdk kernel. Copy sources somwehere in your home. Do not change order. > By the time I hit "make bzImage", it > fails with an error (I'd specify, but I don't really want to pollute the > list with too detail). > sure; I hoped "how to compile kernel on mdk" be in FAQ somewhere. > > BTW, I tried to cc you (Andrey) before, but it bounced back (your mail > server didn't like one of the servers in the send chain. Apparently this time I got it just fine. Anyway, you can keep list informed just the same :) -andrey
