> > > You are not going to get reliable operation with > > > this kernel. You need Ingo\'s patches. > > > > > I thought you said lkml posted that Ingo\'s patches for > > 2.6.10 so far were not compatable with x86_64? > > (http://lkml.org/lkml/2004/11/19/33) > > Well, that was a while ago. Try it again. Seems like > it should work with CONFIG_PREEMPT_DESKTOP. > > Lee I get the same error I did for the previous 2.6.10 Ingo patches: CC arch/x86_64/kernel/asm-offsets.s In file included from include/asm/timex.h:12, from include/linux/timex.h:61, from include/linux/sched.h:11, from arch/x86_64/kernel/asm-offsets.c:7: include/asm/vsyscall.h:55: error: conflicting types for \'xtime_lock\' include/linux/time.h:83: error: previous declaration of \'xtime_lock\' was here include/asm/vsyscall.h:55: error: conflicting types for \'xtime_lock\' include/linux/time.h:83: error: previous declaration of \'xtime_lock\' was here make[1]: *** [arch/x86_64/kernel/asm-offsets.s] Error 1 make: *** [arch/x86_64/kernel/asm-offsets.s] Error 2 So I guess that realtime is not for AMD64 yet? My kernel .config is here: http://www.aproximation.org/application/kernel.config-2.6.10-rc2-mm2-V0.7.30-9 Rick: There is a laptop_mode but it is disabled. Thanks! Mark: I will make a grub boot option that disables acpi and see if that helps! Thanks! Thanks all, -thewade