Jump to content

El Capitan on Optiplex 7020 with Haswell i7 ES cpu?


nomove

Recommended Posts

  • Replies 29
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

It is a ALC3220, as figure,

And I used VoodooHDA288 suggested by @ioncatana in his 3020.

 

But, there is a bug, maybe:

 

As I say before,

the when XCODE7 installs,

an error maybe appears and blocks AppleHDADisabler.kext forever.

Today, this happens again.

I installed VoodooHDA288, the audio works normally, reboots also ok.

but after I installed XCODE7 and reboot, the audio disappears, forever.

Even these is NO error appears.

 

After this,

I install XCODE7 and build a game project before VoodooHDA,

Until now, the audio works normally after several reboots.

post-97259-0-50094400-1473937886_thumb.png

Link to comment
Share on other sites

  • Moderators

Use ALC280 from here, install to /Library/Extensions. Remove VoodooHDA and AppleHDADisabler. Restore vanilla AppleHDA if you removed it. Repair permission and rebuild cache

 

Add this to your Config under KextToPatch and use layoutID 3 for HDEF in Config or DSDT

 

 

Comment
Realtek ALC280 #2
Find

hBnUEQ==

Name
AppleHDA
Replace

gALsEA==



Comment
Realtek ALC280 #3
Find

hQjsEA==

Name
AppleHDA
Replace

AAAAAA==



Comment
Realtek ALC280 - 10.11
Find

gxnUEQ==

Name
AppleHDA
Replace

AAAAAA==



Comment
Realtek ALC280 #1
Find

hAjsEA==

Name
AppleHDA
Replace

AAAAAA==

 

 

Link to comment
Share on other sites

  • Administrators

No, to run patched AppleHDA, you need:

1) to inject the correct HDEF layout through DSDT patch or via bootloader

2) load the codec definition kext (AppleHDA_ALC280 in your case). Ideally, place it in /Library/Extensions.

3) binary patch /S/L/E/AppleHDA, either through Clover on-the-fly patch or via actual binary file patching

 

You will need to repair permissions and rebuild cache for your change to operate.

 

DO NOT replace the AppleHDA kext of /S/L/E by the codex definition kext. You'd lose all ability to run Apple HDA.

Link to comment
Share on other sites


×
×
  • Create New...