s.goten Posted August 24, 2011 Share Posted August 24, 2011 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 https://www.insanelymac.com/forum/topic/266375-solved-hdef-in-dsdt-and-no-sleep/ Share on other sites More sharing options...
MaLd0n Posted August 24, 2011 Share Posted August 24, 2011 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 https://www.insanelymac.com/forum/topic/266375-solved-hdef-in-dsdt-and-no-sleep/#findComment-1739551 Share on other sites More sharing options...
s.goten Posted August 24, 2011 Author Share Posted August 24, 2011 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 Link to comment https://www.insanelymac.com/forum/topic/266375-solved-hdef-in-dsdt-and-no-sleep/#findComment-1739654 Share on other sites More sharing options...
MaLd0n Posted August 25, 2011 Share Posted August 25, 2011 that is my dsdtthanks for support dsdt.aml.zip try it dsdt.s.goten.zip I applied shutdown and others too Link to comment https://www.insanelymac.com/forum/topic/266375-solved-hdef-in-dsdt-and-no-sleep/#findComment-1739675 Share on other sites More sharing options...
colordeficiency Posted August 25, 2011 Share Posted August 25, 2011 does it solve sleep problem? I'm having the same issue now... Link to comment https://www.insanelymac.com/forum/topic/266375-solved-hdef-in-dsdt-and-no-sleep/#findComment-1739691 Share on other sites More sharing options...
s.goten Posted August 25, 2011 Author Share Posted August 25, 2011 @MaLd0n: Thank you very much indeed for your support. Your DSDT works great @alvinblank : I resolved my issue with the dsdt modified by MaLd0n. Link to comment https://www.insanelymac.com/forum/topic/266375-solved-hdef-in-dsdt-and-no-sleep/#findComment-1740039 Share on other sites More sharing options...
s.goten Posted September 4, 2012 Author Share Posted September 4, 2012 hi, anyone know how to get audio works after sleep with applehda? I used voodoohda that worked fine but caused me random kernel panic... now with applehda modded for my idt card audio works (and no KP) but after sleep no sound... thanks Link to comment https://www.insanelymac.com/forum/topic/266375-solved-hdef-in-dsdt-and-no-sleep/#findComment-1850422 Share on other sites More sharing options...
Recommended Posts