Contribute
Register

Power Management Problem!

Status
Not open for further replies.
@RehabMan HYG!
Could it be the SSDTs? do i have to use all SSDTs as origin or just SSDT-4? and if not, could it be a hardware thing?!
 

Attachments

  • debug_10777.zip
    2.3 MB · Views: 153
@RehabMan @Feartech Any news? Could it be the SSDTs? do i have to use all SSDTs as origin or just SSDT-4? and if not, could it be a hardware thing?!
 
you only use SSDT's if they need to be patched for any reason
I have Dell Inspiron N5110, with i7 2670QM processor and Intel HD 3000 with Nvidia graphics card. So i use SSDTs to disable Nvidia
 
your SSDT-4 is for cpus, that should not be needed and should be deleted

you seem to have disabled AutoMerge in config.plist

hibernatemode should be set to 0

make sure you run these commands in terminal:

Code:
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

also best to carry on reading:
 
your SSDT-4 is for cpus, that should not be needed and should be deleted

you seem to have disabled AutoMerge in config.plist

hibernatemode should be set to 0

make sure you run these commands in terminal:

Code:
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

also best to carry on reading:
@Feartech @RehabMan I can't boot without SSDT or i get "System uptime in nanoseconds" error and i ran those commands already
 
@Feartech @RehabMan I can't boot without SSDT or i get "System uptime in nanoseconds" error and i ran those commands already

Must attach PR files that represent the problem scenario...

No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
 
@RehabMan HYG!
A little reminder of my problem, my laptop won't shutdown properly as the power button light stay on after shutdown!, also battery stay stuck at 1% while charging and mac os shows "Power source: battery" even after removing battery!. and sleep is not working. Knowing that i had no problem with any of these before and everything was working fine, it just happened and i don't even know why!
 

Attachments

  • debug_23704.zip
    2.1 MB · Views: 137
Status
Not open for further replies.
Back
Top