Contribute
Register
Status
Not open for further replies.
I installed this kext and after wake up it just popup the volume one step.

Like I said, you do have to configure the kext correctly. Just installing it without understanding how to properly configure it for your audio codec is like throwing darts at a wall while blindfolded.
 
Like I said, you do have to configure the kext correctly. Just installing it without understanding how to properly configure it for your audio codec is like throwing darts at a wall while blindfolded.


But it works so Audio works after wakeup.

I attached my Codec and the modified CodecCommander.kext
You can take look if is there any difference there.
Thanks
 

Attachments

  • AsusX53SVcodec_dump.txt
    9.4 KB · Views: 177
  • CodecCommander.kext.zip
    19.8 KB · Views: 113
But it works so Audio works after wakeup.

I attached my Codec and the modified CodecCommander.kext
You can take look if is there any difference there.
Thanks

You might want to set Simulate Headphones to 0.
 
The mic volume is very low I have to scream at it, is there any way I can boost it little bit???
Maybe it is possible to change some thing on the patch files before I run the command.
I attach the patch file if you can look at it. I don't understand what parameter to change.
I think this patch is unofficial because I can't find it in here. https://github.com/toleda/audio_CloverALC
 

Attachments

  • Audio_ALC269-master.zip
    32 KB · Views: 116
Instead of a patched/rollback IOAudioFamily.kext is better to use an EAPD wake up kext like CodecCommander (less problems on updates). With Clover it is possible to do all AppleHDA patching on the fly, such that updates don't break audio.

You said it is possible to patch AppleHDA on the fly in Clover, you mean I don't need to do anything directly to HDA.kext like I do now with this patch (audio_ALC269-master)???
If so how can I do it?
 
You have to use an injector and config.plist based patches.

See here for info: http://www.tonymacx86.com/hp-probook-mavericks/118877-patch-applehda-kext-fly-clover-bootloader.html

You need a working patched AppleHDA.kext first...

Well I did patch and it works sound is good.

2 issues:
1. After wakeup sound not working always so I think CodecCommander.kext not working well and when I wakeup it from second sleep its working.
2. Headphone jack not working after wakeup too, don't know why?
 
Well I did patch and it works sound is good.

2 issues:
1. After wakeup sound not working always so I think CodecCommander.kext not working well and when I wakeup it from second sleep its working.
2. Headphone jack not working after wakeup too, don't know why?

Are you certain it is working? Did you restore AppleHDA.kext to vanilla?
 
Are you certain it is working? Did you restore AppleHDA.kext to vanilla?

Well I check again and after second wake up every things seems working normal. strange...
I attached the patch file in previous post.

What I did to get working audio:

1. I put this in Clover patch section
AppleHDA 786D6C2E7A6C 7A6D6C2E7A6C 10.9/AppleHDA/Resources/xml>zml

AppleHDA 8419D411 6902EC10 Realtek ALC269

AppleHDA 8408EC10 00000000 Realtek ALC269

2. Install realtekALC.kext to EFI/Clover/Kexts

3. Patch DSDT with this


#audio_HDEF-layout1.txt

# Note: Change your layout ID if you need something different

# Inject Audio info
into method label _DSM parent_label HDEF remove_entry;
into device label HDEF insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"layout-id", Buffer() { 1, 0x00, 0x00, 0x00 },\n
"hda-gfx", Buffer() { "onboard-1" },\n
"PinConfigurations", Buffer() { },\n
//"MaximumBootBeepVolume", 77,\n
})\n
}\n
end;

4. Finally I run the audio_cloverALC269-90_patch.command

Then Sound works.
 
...
4. Finally I run the audio_cloverALC269-90_patch.command

Then Sound works.

I believe that script is for the case you want to patch AppleHDA on disk and is not Clover on-the-fly patching.
 
Status
Not open for further replies.
Back
Top