QUOTE(yan.kun @ Oct 2 2008, 01:52 PM)

Hi, if I try to read out frequences, i will get following mesage:
imac:~ Jan$ sysctl kern.cputhrottle_freqs
second level name cputhrottle_freqs in kern.cputhrottle_freqs is invalid
What does this mean? Using 10.5.5 with Vanilla Kernel.
It means the kext was not able to load.
Try to load the kext manually: sudo kextload /System/Library/Extensions/IntelEnhancedSpeedStep.kext
And then check the messages: sudo dmesg | grep Speed
If you get any WARN messages or similar, turn on DebugMessages flag in the kext's info.plist and try loading it again so it gives more detailed output.
Also check whether your CPU actually supports speedstep: sysctl hw | grep EST
If it doesn't print anything, your cpu doesn't support speedstep.