kosakgroove Posted November 22, 2017 Share Posted November 22, 2017 Hello forum! I come asking for help.I am a programming student and am currently learning Java and Swift, including MySQL and HTML & CSS and some others, so it really is important to have a working stable build.I have achieved this!Am currently rocking my Gigabyte EP45 UD3LR with a beautifully working DSDT, with everything working, except sleep.My computer successfully sleeps, but reboots soon after waking from sleep. I am quite sure I have achieved Native CPU power management, since all required kexts are loaded, here are my specs anywayGIGABYTE EP45-UD3LRIntel Core Q6600Nvidia Geforce 210BCM94360CD with adapter6GB RAM I dont know what I can do anymore to fix the sleep reboot problem. Any help apreciated.Here is my current EFI EP45-UD3lR.zip Thanks so much for this beautiful forum we all came to love Link to comment https://www.insanelymac.com/forum/topic/329900-wake-from-sleep-reboot-el-capitan-ep45-ud3lr/ Share on other sites More sharing options...
vandroiy2012 Posted November 22, 2017 Share Posted November 22, 2017 Here is the fix http://www.insanelymac.com/forum/topic/329624-need-cmos-reset-after-sleep-only-after-login/?p=2534645 1 Link to comment https://www.insanelymac.com/forum/topic/329900-wake-from-sleep-reboot-el-capitan-ep45-ud3lr/#findComment-2538167 Share on other sites More sharing options...
kosakgroove Posted November 22, 2017 Author Share Posted November 22, 2017 Here is the fix http://www.insanelymac.com/forum/topic/329624-need-cmos-reset-after-sleep-only-after-login/?p=2534645 my RTC device looks exactly like your solution proposes. Device (RTC) { Name (_HID, EisaId ("PNP0B00") /* AT Real-Time Clock */) // _HID: Hardware ID Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x00, // Alignment 0x02, // Length ) }) } I have also applied USB PRW patch to find it only speeds up the sleep , but still reboots. I have AppleRTC fix checked in my config.plist... should i maybe try disabling that???? Link to comment https://www.insanelymac.com/forum/topic/329900-wake-from-sleep-reboot-el-capitan-ep45-ud3lr/#findComment-2538170 Share on other sites More sharing options...
kosakgroove Posted November 22, 2017 Author Share Posted November 22, 2017 Thanks to vandroiy2012 my PowerHack as I like to call it is completely working!!! I will make a post of the build! Less than 200€ hihih and works superbly now Thanks so much 1 Link to comment https://www.insanelymac.com/forum/topic/329900-wake-from-sleep-reboot-el-capitan-ep45-ud3lr/#findComment-2538215 Share on other sites More sharing options...
dubhead Posted November 30, 2017 Share Posted November 30, 2017 Thanks to vandroiy2012 my PowerHack as I like to call it is completely working!!! Screen Shot 2017-11-22 at 11.51.31.png I will make a post of the build! Less than 200€ hihih and works superbly now IMG_20171122_115337.jpg Thanks so much And what was the Solution to your Problem ?? Maybe should be posted so others can look it up too. Thanks Link to comment https://www.insanelymac.com/forum/topic/329900-wake-from-sleep-reboot-el-capitan-ep45-ud3lr/#findComment-2542024 Share on other sites More sharing options...
kosakgroove Posted December 1, 2017 Author Share Posted December 1, 2017 The fix was the checkbox Start up automatically after a power failure, that did the trick, together with configuring the RTC device the way above specified. Link to comment https://www.insanelymac.com/forum/topic/329900-wake-from-sleep-reboot-el-capitan-ep45-ud3lr/#findComment-2542651 Share on other sites More sharing options...
MaLd0n Posted December 2, 2017 Share Posted December 2, 2017 u can add it in Low Pin Count, in a old Gigabytes mobos is a PX40 device OperationRegion (LPC0, PCI_Config, 0xA4, 0x02) Field (LPC0, ByteAcc, NoLock, Preserve) { AG3E, 1 } and it in Prepare To Sleep Store (Zero, \_SB.PCI0.LPCB.AG3E) my old DSDT Mobo GA P35-DS3 MaLd0n DSDT.aml.zip 2 Link to comment https://www.insanelymac.com/forum/topic/329900-wake-from-sleep-reboot-el-capitan-ep45-ud3lr/#findComment-2543197 Share on other sites More sharing options...
Recommended Posts