Contribute
Register

Help : 'XCPM: P-state table mismatch (error:0x11)'

Status
Not open for further replies.
Joined
May 8, 2011
Messages
43
Motherboard
ASUS B150M-A/M.2
CPU
i5 8400
Graphics
RX 560
Mobile Phone
  1. iOS
[Solved]

First of all, My Hackintosh is... : i3 3240, ASUS P8Z77-V, HD 7770 (And Clover + UEFI)

Sleep and other stuff is working without problem. The Last one is speedstep with xcpm.

I created my own ssdt with PikeAplha's script. I put ssdt.aml into /EFI/CLOVER/ACPI/Patched and when I reboot (with -xcpm)..

got this error.

7/23/14 5:29:24.000 PM kernel[0]: IOPPF - Found another boot volume.IOPPF: XCPM mode
7/23/14 5:29:24.000 PM kernel[0]: XCPM: P-state table mismatch (error:0x11)
7/23/14 5:29:24.000 PM kernel[0]: X86PlatformShim::sendPStates - pmCPUControl (XCPMIO_SETPSTATETABLE) returned 0x11
7/23/14 5:29:24.000 PM kernel[0]: X86PlatformShim::start - Failed to send PStates
7/23/14 5:29:24.000 PM kernel[0]: X86PlatformShim::start - Failed to send stepper

I checked other pages about xcpm mismatch but couldn't get how to fix..

Number of P-state using attached ssdt is 4 : (16, 25, 29, 34) (checked with dpcimanager)

I attached a copy of config.plist, ssdt.aml and ioreg.

Please help me for fix this error~
 

Attachments

  • config.plist.zip
    1.7 KB · Views: 90
  • ssdt.aml.zip
    900 bytes · Views: 97
  • User’s Mac Pro.zip
    2.4 MB · Views: 76
You need to try to drop the OEM SSDT as there might be a conflict.
Add this to your ACPi

<key>SSDT</key>
<dict>
<key>DropOem</key>
<true/>
</dict>

You may also need to use the IvyBridgeWorkarounds described by Pike R. Alpha when creating the SSDT.
 
You need to try to drop the OEM SSDT as there might be a conflict.
Add this to your ACPi

<key>SSDT</key>
<dict>
<key>DropOem</key>
<true/>
</dict>

You may also need to use the IvyBridgeWorkarounds described by Pike R. Alpha when creating the SSDT.

Thank you for you reply. I tried DropOem via clover configurator .. but same result.

I checked this articles..

http://macmanx86.blogspot.kr/2012/05/customizing-ssdt-power-management.html
http://www.insanelymac.com/forum/to...-error-was-ivybridge-ssdt-graphical-glitches/
https://github.com/Piker-Alpha/RevoBoot/issues/9#issuecomment-32725894
http://pikeralpha.wordpress.com/2013/12/17/os-x-mavericks-10-9-1-update/

and I thought I need to edit ssdt.aml (bad english; ) but couldn't figure out how to edit.
 

Attachments

  • config.plist.zip
    1.7 KB · Views: 75
Ok, maybe you could try using different SMBIOS in your config.plist. I think your system is trying to load incompatible settings from the IOPlatformPlugin.kext. Try using MacPro3,1 SMBIOS. If the error disappears them we know it is not an SSDT issue.
 
Ok, maybe you could try using different SMBIOS in your config.plist. I think your system is trying to load incompatible settings from the IOPlatformPlugin.kext. Try using MacPro3,1 SMBIOS. If the error disappears them we know it is not an SSDT issue.

Tried macpro3,1 smbios but same result. But I'll search it.. Thank you~~
 
Status
Not open for further replies.
Back
Top