Jump to content

Wake from sleep Reboot El Capitan EP45-UD3LR


kosakgroove
 Share

7 posts in this topic

Recommended Posts

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 anyway

GIGABYTE EP45-UD3LR
Intel Core Q6600
Nvidia Geforce 210
BCM94360CD with adapter
6GB RAM

 

post-1517295-0-05103300-1511341800_thumb.png

 

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
Share on other sites

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
Share on other sites

  • 2 weeks later...

Thanks to vandroiy2012 my PowerHack as I like to call it is completely working!!!

 

 

attachicon.gifScreen 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

 

 

attachicon.gifIMG_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
Share on other sites

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

  • Like 2
Link to comment
Share on other sites

 Share

×
×
  • Create New...