Jump to content
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

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

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

 

that is my dsdt

thanks for support

 

dsdt.aml.zip

  • 1 year later...
×
×
  • Create New...