Thread: Asus K50IN
View Single Post
 
Old 07-11-2011, 12:13 PM
ronovar ronovar is offline
Puma
 
Join Date: Nov 2009
Posts: 26
Quote:
Originally Posted by flip360 View Post
Hi ronovar,

here is my DSDT: http://www.mediafire.com/?minsslmjzcg66r2

i tried adding your fix to my dsdt, it compiles fine no errors, but shutdown still doesnt work.

also in the beginning of the DSTD yours has:

External (\_SB_.PCI0.HBDP)

and mine has:

External (\_SB_.PCI0.LPCB.S5CT) which is responsible for shutdown as you said.

I am using Chameleons Graphic Enabler.
also here is something interesting: http://www.insanelymac.com/forum/ind...owtopic=152566
at the end of the thread there is an archive to download with ioregs and smbios dumps from real mac`s and there are one of MacBookPro5,3 and one of MacBookPro5,1 as we use it, maybe there is some fix we can load in our DSDT`s.

Cheers
I found where you have mismised code, try this and your shutdown will work

First i downloaded your DSDT and you have correctly applied the code to the _PTS except one thing, you dont have in your DSDT Device(LPCB) so code in _PTS does dont know where S5CT is located....

Solution is to find Device(SBRG) and rename it to Device(LPCB), and shutdown will work...trust me.

And dont to forget to repleace all references SBRG to LPCB, if you will not you will get a lots of errors when compiling...

If you could not make modification, please write here and i will modify it as descipted above.

I found that your reset code into dsdt is quite different, and can you tell me are you using some kext or not when your restart is working?

And dont forget to remove all kext for shutdown, restart and sleep (like sleepenablerm evorebot, etc).
Reply With Quote