Contribute
Register

Patch AppleHDA kext on-the-fly with Clover bootloader

Status
Not open for further replies.
It will show as Loaded in System Information:
4NqszQJ.png


And yet, see what you see from kextstat:
Code:
kextstat|grep -y hdaidt

It loads its personalities, but no code.
 
Anywhere have a working AppleHDA for ALC269.
Ihave Trouble with 1st step Uotput by me is: look at the 2 .txt
 

Attachments

  • Output patch-applehda 1e208086.txt
    2.1 KB · Views: 357
  • Output Patch-hda.txt
    2 KB · Views: 236
Anywhere have a working AppleHDA for ALC269.
Ihave Trouble with 1st step Uotput by me is: look at the 2 .txt

The guide is:
patch-hda.pl -x 111d7605

You type:

patch-hda

See the problem?
 
Short info: i used 10.9.4 and my sound works but what not working ist Mic and after Sleep.

I don´t know what i must used?
1st: patch-hda.pl -x 111d7605
2cend: ./patch-hda.pl -x 111d7605 ?
and what ist with my ID´s dev: 1e20 ven: 8086 idont use this: (./)patch-hda.pl -x 1e208086 ?
 
Short info: i used 10.9.4 and my sound works but what not working ist Mic and after Sleep.

I don´t know what i must used?
1st: patch-hda.pl -x 111d7605
2cend: ./patch-hda.pl -x 111d7605 ?
and what ist with my ID´s dev: 1e20 ven: 8086 idont use this: (./)patch-hda.pl -x 1e208086 ?

The patch-hda script is patching for a certain audio codec id. The audio codec id has nothing to do with device-id.

What is your codec id?

If you have issue after sleep, then it is likely EAPD amp problem. Check your codec dump. See here for fix: https://github.com/Dolnor/EAPD-Codec-Commander
 
Short info: i used 10.9.4 and my sound works but what not working ist Mic and after Sleep.

I don´t know what i must used?
1st: patch-hda.pl -x 111d7605
2cend: ./patch-hda.pl -x 111d7605 ?
and what ist with my ID´s dev: 1e20 ven: 8086 idont use this: (./)patch-hda.pl -x 1e208086 ?
Both are the same.

If you have Realtek 269, the command is:

patch-hda.pl -x 10ec0269

Again, read carefully before asking.
 
Sorry iam german i dont understand all perfect. and 10ec is for ALC662.

when i have do this terminal and get a result what, i do at next?

If i used the working appleHDA oder the 10.9.4 VanillaHDA?
There search the HDA autmatic or plug in in the patch-hda folder?
Then i dont get the result of the Pictures.
 
Sorry Guys for he Trouble.

Iget it but then i dont know which one of layout?.xml.zlib i use to copy in dummy.hda? there are 85 of these?
and the most informative "(this is the working AppleHDA)" refers to what?

I have all doing but no sound out of the original AppleHDA and DummyHDA.kext
I use DSDT, must there be something added or removed?
 

Attachments

  • patch-hda 10ec0269.txt
    1.3 KB · Views: 333
  • DSDT.aml
    42 KB · Views: 214
Sorry Guys for he Trouble.

Iget it but then i dont know which one of layout?.xml.zlib i use to copy in dummy.hda? there are 85 of these?
and the most informative "(this is the working AppleHDA)" refers to what?

I have all doing but no sound out of the original AppleHDA and DummyHDA.kext
I use DSDT, must there be something added or removed?

You must have sound with a working AppleHDA before doing this. The guide is not applied for pc without a patched AppleHDA.

If you need sound, find guides to patch AppleHDA instead.
 
Status
Not open for further replies.
Back
Top