Gringo Vermelho Posted March 6, 2012 Share Posted March 6, 2012 do you still need to make a SSDT considering Chameleon is suppose to autocreate p + c states? See this topic for discussion of that question: http://www.insanelymac.com/forum/index.php?showtopic=225766 Link to comment Share on other sites More sharing options...
buoo Posted March 11, 2012 Share Posted March 11, 2012 Guys, Was just wondering do you still need to make a SSDT considering Chameleon is suppose to autocreate p + c states? Thanks. System: Asus Z68 Deluxe w/ 2600K cpu. Don't use the Chameleon functions but the native power management. Take a look here http://www.insanelymac.com/forum/index.php?showtopic=276238 Link to comment Share on other sites More sharing options...
rawmassen Posted May 4, 2012 Share Posted May 4, 2012 Hi guys, Considering this is a mini version of the P8P67 Pro, and the P67 Sabretooth is the P8P67 Pro with a few resistor upgrades, will this work for the P67 Sabertooth? Link to comment Share on other sites More sharing options...
Gringo Vermelho Posted May 4, 2012 Share Posted May 4, 2012 You can't use it as-is, but what you can probably do with great results is take the DSDT from here and adapt the modifications to your own DSDT where applicable. DSDTs are "personal", never use someone elses's DSDT as-is, even if they have the same motherboard as you. ACPI table contents will differ depending on motherboard revision, BIOS version, BIOS settings and amount of installed RAM. Always extract and modify your own. Link to comment Share on other sites More sharing options...
axm Posted May 29, 2012 Share Posted May 29, 2012 Ok, I have extracted my DSDT using the Ubuntu-Live-CD method... how do I know, which patches I have to apply in "DSDT Editor"? I think, that the patch from http://olarila.com/forum/packs.php are no more up-to-date, right? I own a asus P8P67-M PRO mainboard, and I work already with the new 3K Bios (a patched version 3602, with the Cmos-Fix). I currently using a DSDT.aml which I have found on a thread somewhere in the internet... but now I wan't to have a clean solution for MY configuration. DSDT_P8P67-MPRO_3602mod.zip This is the original extracted DSDT from ubuntu... no modifications... Can someone say me, which patches I have to apply? Link to comment Share on other sites More sharing options...
magnifico Posted July 14, 2012 Share Posted July 14, 2012 Guy please ...how resolve this problem In Gm have this error in kernel log ACPI_SMC_CtrlLoop::loadStepperContext - pmCPUControl (pmioctlPStateContext_t) failed, result = 0x16 [AGPM Controller] unknownPlatform Link to comment Share on other sites More sharing options...
VultUx Posted July 18, 2012 Share Posted July 18, 2012 ACPI_SMC_CtrlLoop::loadStepperContext - pmCPUControl (pmioctlPStateContext_t) failed, result = 0x16 [AGPM Controller] unknownPlatform Try another Mac Model, I'm using iMac 12,2 with a Core i7 2600k, I sent you a private msg. About AGPM Controller error I founded some info in a Korean post that I guy suggested this: Open AppleGraphicsPowerManagement.kext Look in Info.plist if the file have the ID for you video card. For example my video card is a ATI 6850 ID=6739 and I'm using iMac 12,2 in SMBios, the <key> for my video card don't appear for iMac 12,2 see the original code below: Original <key>iMac12,2</key> <dict> <key>Vendor1002Device6720</key> <dict>... <key>Vendor1002Device6722</key> <dict>... <key>Vendor1002Device6740</key> <dict>... </dict> So I just copied the code from 6740 (ATI 6770) and renamed to 6739, I know that isn't the perfect solution but I didn't find the codes to 6739 in any place and the cards are similar. EDITED <key>iMac12,2</key> <dict> <key>Vendor1002Device6720</key> <dict>... <key>Vendor1002Device6722</key> <dict>... <key>Vendor1002Device6740</key> <dict>... <key>Vendor1002Device6739</key> <dict>... </dict> After that the AGPM error gone, now I see the msg [AGPM Controller] build GPUDict by Vendor1002Device6739 in log file. Sorry about the bad english and all credits to the Korean Guy, I don't know the name cause was writing in Korean. Link to comment Share on other sites More sharing options...
magnifico Posted July 18, 2012 Share Posted July 18, 2012 I have resolve with error agpm ....i have installed legacy agpm kext . But have again error acpi_smc bla bla bla.....and i use smbios 12,2 for my 2700k... All strange if delete file plist 12.2 from plug in acpi_smc dont have error....and my pstate work only three pstate 16 35 49 ...this only 10.7.4 and gm , but in 10.7.3 all perfect . Unterstound friend? Link to comment Share on other sites More sharing options...
shiecldk Posted November 5, 2012 Share Posted November 5, 2012 Search the thread please, DHP posted a diff. You also need to change vendor/device in that plist. I currently don't use the mod, because I want to understand the QSC package first. I do have the iMac12,2 plist in there, but it shouldn't match on the stock device ids present there. Hi, flAked Have you figured out how to edit QSC in AGPM?? Link to comment Share on other sites More sharing options...
Recommended Posts