compu829 Posted August 20, 2008 Share Posted August 20, 2008 Hey everyone! In attempting to solve some minor issues involving my T60P hackintosh, I know that one of the major issues with AppleIntelCPUPowerManagement.kext is the "Failed to get a HPET" error. I stumbled across the following link http://www.opensubscriber.com/message/linu...rg/6656514.html From what I gather, This driver code will force the recognition of HPET, overriding hat part of the DSDT. My ultimate goal is to see what happens if we can get AppleIntelCPUPowerManagement.kext working. I wonder if it will automagically take control of SpeedStepping and the like because real Macs support ICH-5 and up chipsets, which all use HPET. This is my first attempt at a driver, so any help is always appreciated! Link to comment https://www.insanelymac.com/forum/topic/121935-hpet-enabler-project/ Share on other sites More sharing options...
Dense Posted August 20, 2008 Share Posted August 20, 2008 This is unnecessary. We have a direct replacement for AppleIntelCPUPowerManagement now called IntelEnchancedSpeedStep. http://code.google.com/p/xnu-speedstep/ Disable the original Apple one using NullCPUPowerManagement.kext or Disabler.kext and drop this new one in. Link to comment https://www.insanelymac.com/forum/topic/121935-hpet-enabler-project/#findComment-863380 Share on other sites More sharing options...
Superhai Posted August 21, 2008 Share Posted August 21, 2008 This is my first attempt at a driver, so any help is always appreciated! It is no wrongdoings in trying. But you will need the SMC, as Apple uses the thermal sensors on SMC. But if this is first time attempting to write in the kernel space, you better be patient. You will run into several brickwalls, especially in a project like this, as everything you have to write must be tightly integrated to the kernel. It is AppleHPET that you first need to rewrite. The rest should work as it self, and something to fake the SMC. Easier is probabaly to rewrite the platform expert. Link to comment https://www.insanelymac.com/forum/topic/121935-hpet-enabler-project/#findComment-863869 Share on other sites More sharing options...
Recommended Posts