Jump to content

DSDT Fix Request


CaiqueAraujo
 Share

8 posts in this topic

Recommended Posts

Hello, i want to get my sleep working on ML GM, but i can't, i have a LG P420 Laptop and dont have dsdt for, so i make a auto-patcher DSDT with this code

 

perl

-

e

'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }'

 

but this DSDT isnt patched and fixed, i dont know how to do this, i saw some videos but i cant do, can u plis patch this DSDT for sleep work please, ty in advance.

dsdt.aml.zip

Link to comment
Share on other sites

Well, when i click on sleep button on apple menu, i see my laptop going to sleep, i can hear the song of laptop, the HD light turn off, and so i cannot wake up, the screen stay black. I touch the keyboard, trackpad, power button and nothing, i have to force shutdown.This is what happens.

Link to comment
Share on other sites

 Share

×
×
  • Create New...