Contribute
Register

New RehabMan kexts/builds/binaries for Yosemite

Status
Not open for further replies.
I have the SSDT.aml in my extra folder. I think my issue was that I forgot to choose the patched appleintelcpu kext in multibeast because it said 10.9 so I went back and added it and now all seems right. Sleep works now. I attached my ioreg again

View attachment 107246

x86platformplugin is still not loaded.
 
x86platformplugin is still not loaded.

I went back and regenerated a new SSDT using your probe installer and it's still not loading the x86platformplugin you mentioned. Any ideas?
 
I went back and regenerated a new SSDT using your probe installer and it's still not loading the x86platformplugin you mentioned. Any ideas?

Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic. Install it to /usr/bin.

In terminal,
Code:
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
 
Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic. Install it to /usr/bin.

In terminal,
Code:
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat


KEXTstat output:

12 2 0xffffff7f80add000 0x5f000 0x5f000 com.apple.driver.AppleACPIPlatform (3.1) <11 10 7 6 5 4 3 1>

View attachment RehabMan Patchmatic Extraction.zip
View attachment jdubb9709ioreg.ioreg
 
That all looks fine. Are you running patched AppleIntelCPUPowerManagement.kext? Where did you get it?

Output of this?
Code:
kextstat|grep -y appleintelcpu


Multibeast 7.0 but but it says 10.9.
 
Multibeast 7.0 but but it says 10.9.

Thus why I was interested in the version of AICPUPM you're running.

Correct output:
Code:
Speedy-ML:RehabMan RehabMan$ kextstat|grep -y appleintelcpu
   22    0 0xffffff7f81ce4000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) <7 6 5 4 3 1>
   29    0 0xffffff7f81cdf000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>
Speedy-ML:RehabMan RehabMan$
 
Thus why I was interested in the version of AICPUPM you're running.

Correct output:
Code:
Speedy-ML:RehabMan RehabMan$ kextstat|grep -y appleintelcpu
   22    0 0xffffff7f81ce4000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) <7 6 5 4 3 1>
   29    0 0xffffff7f81cdf000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>
Speedy-ML:RehabMan RehabMan$

So what do you recommend?
 
Provide output of 'kextstat|grep -y appleintelcpu' as requested.

Here's that Kextstat. Sorry took so long I was at work

16 0 0xffffff7f80b5e000 0x2b000 0x2b000 com.apple.driver.AppleIntelCPUPowerManagement (216.0.0) <7 6 5 4 3 1>
29 0 0xffffff7f80c49000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>
 
Status
Not open for further replies.
Back
Top