Contribute
Register

CMOS Reset Error on wake from Sleep

Status
Not open for further replies.
For me it doesn't work i tried both ways, entering terminal command and copying snow leopard Apple.RTC.kext.

I copied kext to extensions folder and then ran kext utility, I tried to do it with kext utility, I tried to do it manual copying and repairing permissions!?

Before it worked just fine on Lion!?

As I can see CMOS doesn't reset any more and I can hear sounds like Skype, music and others but my display doesn't wake from sleep???

Any suggestions???
 
Try this: it works for me on 10.9 Mavericks:
perl -pi -e 's|\x41\x89\xd7\x41\x89\xf4|\xe9\xb8\x00\x00\x00\x90|;' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC

Verify your source file before patching:
md5 AppleRTC
MD5 (AppleRTC) = 4b1d28ac48a2a7b35ed6b2034e0fd912

This patch completely disables all CMOS writes from AppleRTC
 
Status
Not open for further replies.
Back
Top