Jump to content

WARNING - ACPI_SMC_CtrlLoop:: initCPUCtrlLoop - no match for the sub-config MacBookPro4 Error


Hacktrix2006
 Share

6 posts in this topic

Recommended Posts

Hi i just remade a new DSDT.aml it did have some errors and warnings and i have managed to sort this out the problem is now when i boot i get the following error.

 

WARNING - ACPI_SMC_CtrlLoop:: initCPUCtrlLoop - no match for the sub-config MacBookPro4, 1 with 7 p-states, instead using the default stepper

 

Then it just sits there anyone know where i have gone wrong.

 

Thinking of redoing the install of Mac OSX 10.6 but wanted to know if this was infact a issue with my DSDT or a file that might of gone srewy.

 

Please find enclosed DSDT attached.

 

This is the first DSDT.aml i have made without help that has compiled. Any help would be gratefully recieved.

 

HID/CID fixes

PLNF Fix

SBUS Fix

LPC Fix

USB Fix

AHCI Fix

Mac Devices Trick Fix

IRQ Fix

RTC Fix

ALIAS Fix

 

but i can not put my finger on this issue. Please Help.

dsdt.zip

Link to comment
Share on other sites

...when i boot i get the following error.

 

WARNING - ACPI_SMC_CtrlLoop:: initCPUCtrlLoop - no match for the sub-config MacBookPro4, 1 with 7 p-states, instead using the default stepper

FYI: MacBookPro4,1 is hard coded to 9 P-States.

Link to comment
Share on other sites

FYI: MacBookPro4,1 is hard coded to 9 P-States.

 

So its just a Model Ident rename and it should work? Will give this a try do you know which would be best model to use ?

 

UPDATE: used MacBook Pro 3,1 model number now that error is gone. so was it related to my DSDT or was it just to do with how Mac is hardcoded for P-States?

 

Just need to sort the Shutdown and restart as selecting restart it doesn't reboot screen goes black and i have to manually power down to start up and its the same for shutdown any one got a shutdown fix patch thats not for gigabyte ?

Link to comment
Share on other sites

So its just a Model Ident rename and it should work? Will give this a try do you know which would be best model to use ?

 

UPDATE: used MacBook Pro 3,1 model number now that error is gone. so was it related to my DSDT or was it just to do with how Mac is hardcoded for P-States?

Each model is different. And it was this snippet that triggered the error:

          <key>StepDataDict</key>
         <dict>
           <key>MacBookPro4,1</key>
           <array>
             <dict>
               [color="#FF0000"]<key>num-states</key>
               <integer>9</integer>[/color]

Which can be found in /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/

ACPI_SMC_PlatformPlugin.kext/Contents/Resources/MacBookPro4_1.plist

Link to comment
Share on other sites

Each model is different. And it was this snippet that triggered the error:

          <key>StepDataDict</key>
         <dict>
           <key>MacBookPro4,1</key>
           <array>
             <dict>
               [color="#FF0000"]<key>num-states</key>
               <integer>9</integer>[/color]

Which can be found in /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/

ACPI_SMC_PlatformPlugin.kext/Contents/Resources/MacBookPro4_1.plist

 

 

Thanks for the reply and info this will help alot.

 

Does anyone know someone that can Pin Config for my Sound Card?? Just off hand like.

 

I posted my codec awhile back an no one got back to me. Its a Full codec dump and Verb corrected already using scripts but i need help with getting it all sort so i can bin patch appleHDA unless 10.6.7 will not allow it otherwise ?

 

Any help would be gratefully recived.

 

Here is my Codec Dump i have loads more from my laptop as well for HDMI etc.

 

http://www.insanelymac.com/forum/index.php...st&id=83236

Link to comment
Share on other sites

 Share

×
×
  • Create New...