pokenguyen Posted April 24, 2014 Share Posted April 24, 2014 Try this by Mirone. Note that the headphone jack will only give you white noise. Will VoodooHDA 2.8.5 fix headphone noise? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted April 24, 2014 Moderators Share Posted April 24, 2014 Will VoodooHDA 2.8.5 fix headphone noise? According to nuschnuschi here, it is but loses audio after sleep. Link to comment Share on other sites More sharing options...
nnware Posted April 24, 2014 Author Share Posted April 24, 2014 According to nuschnuschi here, it is but loses audio after sleep. Right. VoodooHDA 2.8.5 - Headphone jack (mic combo) works but Internal Speaker doesn't work after wake up from sleep. Patched AppleHDA - Internal Speaker works after wake up with EAPDfix.kext. but headphone jack doesn't work(only white noise). I'm still looking for a solution. Thx. But I was already in use. I just wanted to try to install an AppleHDA. I downloaded it from this topic. I also tried to patch AppleHDA my self but result was same. https://osxlatitude.com/index.php?/topic/5857-e6540/ Link to comment Share on other sites More sharing options...
npjohnson Posted April 24, 2014 Share Posted April 24, 2014 You could use the AppleHDA normally, then when headphone out is needed run VoodooLoader? (It is an after the fact loader for VoodooHDA and it overtakes the applehda kext.) Link to comment Share on other sites More sharing options...
nnware Posted April 24, 2014 Author Share Posted April 24, 2014 Thank you for a hint. I'll try to make a script or deamon like voodooloader. Link to comment Share on other sites More sharing options...
npjohnson Posted April 25, 2014 Share Posted April 25, 2014 You could actually just use voodooloader if you wanted to.. Link to comment Share on other sites More sharing options...
nnware Posted April 25, 2014 Author Share Posted April 25, 2014 After rebuild DSDT and re-install AppleHDA, AppleHDADisabler, VoodooHDA 2.8.5 and EAPDFix 1.5b3, Now Internal Speaker is working after wakeup from sleep. Also Headphone jack works. Sorry but I'm not sure about what was a cause of problem. Device (HDEF) { Name (_ADR, 0x001B0000) // _ADR: Address Name (_S3D, 0x03) // _S3D: S3 Device State Name (RID, Zero) Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake { 0x0D, 0x04 }) Method (_PSW, 1, NotSerialized) // _PSW: Power State Wake { Noop } OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), Offset (0x09), PMEE, 1, , 6, PMES, 1 } Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method { Store (Package (0x08) { "codec-id", Buffer (0x04) { 0x92, 0x02, 0xEC, 0x10 }, "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "device-type", Buffer (0x0F) { "Realtek ALC292" }, "PinConfigurations", Buffer (One) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } Patch AppleHDA (Credit: Mirone) http://www.insanelymac.com/forum/topic/295001-guide-to-patch-applehda-for-your-codec/?do=findComment&comment=1980947 EAPD FIx (Credit: EMlyDinEsH) https://osxlatitude.com/index.php?/topic/3084-eapd-fix-in-a-standalone-kext-no-need-ioaudiofamily-patch/ AppleHDADisabler and VoodooHDA are not modified. HDA.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted April 25, 2014 Moderators Share Posted April 25, 2014 After rebuild DSDT and re-install AppleHDA, AppleHDADisabler, VoodooHDA 2.8.5 and EAPDFix 1.5b3, Now Internal Speaker is working after wakeup from sleep. Also Headphone jack works. Sorry but I'm not sure about what was a cause of problem. Patch AppleHDA (Credit: Mirone) http://www.insanelymac.com/forum/topic/295001-guide-to-patch-applehda-for-your-codec/?do=findComment&comment=1980947 EAPD FIx (Credit: EMlyDinEsH) https://osxlatitude.com/index.php?/topic/3084-eapd-fix-in-a-standalone-kext-no-need-ioaudiofamily-patch/ AppleHDADisabler and VoodooHDA are not modified. HDA.zip Wouldn't AppleHDA gets disabled with AppleHDADisabler and only voodoohda works? Link to comment Share on other sites More sharing options...
nnware Posted April 25, 2014 Author Share Posted April 25, 2014 Wouldn't AppleHDA gets disabled with AppleHDADisabler and only voodoohda works? AppleHDADisabler disables some functions of AppleHDA.kext but it allows to load IOHDAFamily and AppleHDAController. VoodooHDA works without AppleHDA, Disabler and EAPDFIX. but internal speaker won't work after wakeup from sleep. if I installed those kexts same time then Internal Speaker just works fine before/after sleep. I need to investigate about them more. Link to comment Share on other sites More sharing options...
cazy Posted May 21, 2014 Share Posted May 21, 2014 Hey nnware, could you post getdump from VoodooHDA? getdump > codec_dump.txt Thanks Link to comment Share on other sites More sharing options...
Recommended Posts