Jaball Posted May 17, 2014 Share Posted May 17, 2014 I see the AppleRTC binary got updated in 10.9.3 (but still shows version 2.0 on kext) - anything new patch-wise? Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2020286 Share on other sites More sharing options...
lemmyc Posted May 17, 2014 Share Posted May 17, 2014 OK, my issue was quite easy to fix - I just used an off-the-shelf DSDT.aml for my motherboard, and the CMOS reset problem went away - so not related to this issue, though I am running Mavericks. Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2020334 Share on other sites More sharing options...
ApexDE Posted May 20, 2014 Share Posted May 20, 2014 OK, so CMOS Reset is back with 10.9.3, as the AppleRTC kext changed. Do i need a new patch? Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2020903 Share on other sites More sharing options...
Marchrius Posted May 20, 2014 Share Posted May 20, 2014 The patch is the same at the same location. 1 Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2020908 Share on other sites More sharing options...
ApexDE Posted May 20, 2014 Share Posted May 20, 2014 Fine, thanks Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2020909 Share on other sites More sharing options...
MacKonsti Posted October 23, 2014 Share Posted October 23, 2014 sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC sudo touch /System/Library/Extensions It's the same patch as ML, just different location, thanks rayap For the sake of information, I did a clean re-install of my Gigabyte GA-P55M-UD4 with Mavericks directly 10.9.5 lastest image from AppStore. The patch above works and after sleep, when the Desktop comes back alive and I choose to reboot the computer, the CMOS settings are no longer reset. Thanks again, oldnapalm & rayap! For safety I used a 0x00 in front of the hex codes in each side, i.e.: sudo perl -pi -e 's|\x00\x75\x2e\x0f\xb6|\x00\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2074501 Share on other sites More sharing options...
crusher Posted November 22, 2014 Share Posted November 22, 2014 This work on Yosemite or not? Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2088299 Share on other sites More sharing options...
vladvah77 Posted April 6, 2015 Share Posted April 6, 2015 Does this solution works with MAC OS X Mavericks GM2 vanilla installation 10.9 - 13A603 ( I just installed yesterday this version on my good old PC and EVERYTHING is working pretty well but I have no sound yet + this well-known CMOS reset bug... ) ? Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2125574 Share on other sites More sharing options...
fearzaaasssin Posted June 4, 2015 Share Posted June 4, 2015 Works Perfectly..on Mavericks 10.9.4. This was the only thing that was missing from my Perfect Hackintosh.. It now sleeps normally, Hard drives go off, fans stop spinning, and wakes up normally too with a keyboard press or mouse click, without issues..!! AMD Phenom II x3 720 BE (disabled the 3rd core, so Mavericks detects it as a Core 2 Duo, Mac Pro 3.1) Asus M4A785TDV EVO 4GB Corsair 1600Mhz Powercolor HD 4890 PCS M-audio Fast Track C400 I do not have a DSDT or a Patched DSDT. Thank You So Much For Your hard Work..!! Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2141811 Share on other sites More sharing options...
fearzaaasssin Posted June 5, 2015 Share Posted June 5, 2015 sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC sudo touch /System/Library/Extensions It's the same patch as ML, just different location, thanks rayap http://www.insanelymac.com/forum/topic/276066-cmos-resets-by-applertckext/ 10.8 < 0000000000001d32 jne 0x1d64 --- > 0000000000001d32 jmp 0x1d64 10.9 < 0000000000000d3e jne 0xd6e --- > 0000000000000d3e jmp 0xd6e sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC sudo touch /System/Library/Extensions It's the same patch as ML, just different location, thanks rayap http://www.insanelymac.com/forum/topic/276066-cmos-resets-by-applertckext/ 10.8 < 0000000000001d32 jne 0x1d64 --- > 0000000000001d32 jmp 0x1d64 10.9 < 0000000000000d3e jne 0xd6e --- > 0000000000000d3e jmp 0xd6e Works Perfectly..Mavericks 10.9.4 AMD Phenom II x3 (3rd core disabled) (detected as core 2 duo) SMBIOS MacPro 3.1 Asus M4A785TDV EVO Corsair 4 GB Powercolor 4890 PCS M-audio Fast Track C400 I DO NOT HAVE A DSDT FOR MY MOBO. Thank You..!! Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2142135 Share on other sites More sharing options...
deek5 Posted June 20, 2015 Share Posted June 20, 2015 the patch for yosemitesudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC;sudo touch /System/Library/Extensions; work to for EL CAPITAN ( 15A178w ) sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC;sudo touch /System/Library/Extensions; 2 Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2146742 Share on other sites More sharing options...
calibre™ Posted June 22, 2015 Share Posted June 22, 2015 please specify yosemite build # deek5 Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2147098 Share on other sites More sharing options...
PippoX0 Posted August 25, 2015 Share Posted August 25, 2015 Fixed !! It works ... Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2163288 Share on other sites More sharing options...
sameh0 Posted October 2, 2015 Share Posted October 2, 2015 the patch for yosemite sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC; sudo touch /System/Library/Extensions; work to for EL CAPITAN ( 15A178w ) sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC; sudo touch /System/Library/Extensions; it doesn't work in el capitan , man ! . any ideas ?? Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2172296 Share on other sites More sharing options...
gils83 Posted December 7, 2015 Share Posted December 7, 2015 sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC sudo touch /System/Library/Extensions It's the same patch as ML, just different location, thanks rayap http://www.insanelymac.com/forum/topic/276066-cmos-resets-by-applertckext/ 10.8 < 0000000000001d32 jne 0x1d64 --- > 0000000000001d32 jmp 0x1d64 10.9 < 0000000000000d3e jne 0xd6e --- > 0000000000000d3e jmp 0xd6e whoo !! thanks , works very well with GA78lmtusb3 / Phenom x4 B55 / GTX 950 open/halt/restart/sleep (no dsdt) Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2194664 Share on other sites More sharing options...
liujianwei Posted December 9, 2015 Share Posted December 9, 2015 thanks,update from OS X 10.9 (13A603) to OS X 10.9.5 (13F34) this problem appear again,use your method problem solved. Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2195465 Share on other sites More sharing options...
Frank Nitty Posted September 25, 2016 Share Posted September 25, 2016 Perhaps there's any chance a patch is available for 10.12? Thanks Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2284779 Share on other sites More sharing options...
jaygrid Posted January 19, 2017 Share Posted January 19, 2017 Frank, did you solve the Cmos reset? How? Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2352651 Share on other sites More sharing options...
@ROBASEFR Posted January 19, 2017 Share Posted January 19, 2017 Frank, did you solve the Cmos reset? How? When using CLOVER: Did you try the RTC patch inside Clover configurator ? ( Kernel and Kext Patches Section) Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2352704 Share on other sites More sharing options...
jaygrid Posted January 20, 2017 Share Posted January 20, 2017 When using CLOVER: Did you try the RTC patch inside Clover configurator ? ( Kernel and Kext Patches Section) Yes but did not success Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2353655 Share on other sites More sharing options...
liujianwei Posted January 23, 2017 Share Posted January 23, 2017 Without a patched DSDT you will have CMOS reset even without using sleep/wake on many machines. AppleRTC patch avoids CMOS reset after sleep/wake. It's a well known issue, anyway I've updated the title. More info http://www.insanelymac.com/forum/topic/253992-cmos-resets-on-restarts-after-sleep-and-wake-in-107-lion/ If it's not the case, how do you patch DSDT to avoid CMOS reset after sleep/wake? i got auto reboot on wake up from sleep in 10.9,maybe patch and cache kext problem. Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2354916 Share on other sites More sharing options...
jaygrid Posted January 23, 2017 Share Posted January 23, 2017 i got auto reboot on wake up from sleep in 10.9,maybe patch and cache kext problem. i have auto reboot when is shutdown but is because the cmos reset enable the network wake, so I disable it every time I boot my hack looks better with a Mac Pro definition instead of a iMac, but it is not solved yet Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2355603 Share on other sites More sharing options...
Frank Nitty Posted April 17, 2017 Share Posted April 17, 2017 Frank, did you solve the Cmos reset? How? My apologies for such a long delay, this isn't a thread I mainly frequent. If you're using Clover then I can't help u. My issue is specific to Enoch which I did find a solution to which involves the AppleRTC patch from 10.9 Link to comment https://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake/page/2/#findComment-2405775 Share on other sites More sharing options...
Recommended Posts