Jump to content

Sleep Problem ML GM


4 posts in this topic

Recommended Posts

I need a help for get my sleep working, i have a LG P420 laptop running OK, miss only the sleep, i already removed NCPUPM.kext and Voodoo.kexts, i patched the AICPUPM.kext and the AppleRTC.kext, i have only intel kexts loaded, but i cant get the sleep to work, i dont use DSDT cause doesnt exits for my laptop, i tried change the hibernation mode (0, 1 ,3) but no luck to wake, i see my laptop sleeping, but dont wake, i click on trackpad, keyboard, press the power button but doesnt wake, i have to force restart. What can i do now???Helps will be appreciated.

Link to comment
Share on other sites

I need a help for get my sleep working, i have a LG P420 laptop running OK, miss only the sleep, i already removed NCPUPM.kext and Voodoo.kexts, i patched the AICPUPM.kext and the AppleRTC.kext, i have only intel kexts loaded, but i cant get the sleep to work, i dont use DSDT cause doesnt exits for my laptop, i tried change the hibernation mode (0, 1 ,3) but no luck to wake, i see my laptop sleeping, but dont wake, i click on trackpad, keyboard, press the power button but doesnt wake, i have to force restart. What can i do now???Helps will be appreciated.

 

for DSDT use this script, copy and paste in app Terminal, for sleep you have patch your DSDT.aml,, USB devices is very important for sleep work fine

see in Desktop for your extracted DSDT.aml

 

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"; } }'

 

Good Luck!!!

Link to comment
Share on other sites

Ty for help i will try now

 

Doesnt work, i created the DSDT installed with ###### 4.3.1, but when i boot i get a forever booting, i forgot to say some informations too, i have 2 partitions, the ML GM and a partition with Lion, the bootloader chimera 1.8.0 its installed on lion partition, so when i installed DSDT i selected to install on Lion partition. Do u have any more ideas? ty

Edited by CaiqueAraujo
Link to comment
Share on other sites

Doesnt work, i created the DSDT installed with ###### 4.3.1, but when i boot i get a forever booting, i forgot to say some informations too, i have 2 partitions, the ML GM and a partition with Lion, the bootloader chimera 1.8.0 its installed on lion partition, so when i installed DSDT i selected to install on Lion partition. Do u have any more ideas? ty

Link to comment
Share on other sites

 Share

×
×
  • Create New...