Jump to content

(Solved) HDEF in DSDT and No Sleep


s.goten
 Share

7 posts in this topic

Recommended Posts

Hi,

I have little issue. I use voodoohda for the audio. I tried to inject the HDEF code in dsdt to get the audio informations in system profiler (and it works) but in this way the system no longer goes to sleep. It sleeps but immediately wakes. the console log says (Wake reason = HDEF EHC1). If I remove that strings no problems with sleep. is there a way to solve that?

 

thanks in advance

Link to comment
Share on other sites

send me DSDT

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

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...