Jump to content

eraydin

Recommended Posts

With 10.11.4, audio will break.

I had to re-run my script to regenerate my dummy HDA kext on two of my notebooks. One has ALC269 and the other has Constant CX20588.

 

I did not have to modify my script but just re-run it.

The new AppleHDA kext Info.plist file has new bundle library dependency. The old dummy kext will not include that dependancy so will not load.

These two entries need to be added to the Info.plist of the dummy had kext (in the OSBundlelibraries key):

 

com.apple.iokit.IOACPIFamily 1.2.0a1

com.apple.iokit.IOPCIFamily 1.1

Link to comment
Share on other sites

With 10.11.4, audio will break.

I had to re-run my script to regenerate my dummy HDA kext on two of my notebooks. One has ALC269 and the other has Constant CX20588.

 

I did not have to modify my script but just re-run it.

The new AppleHDA kext Info.plist file has new bundle library dependency. The old dummy kext will not include that dependancy so will not load.

These two entries need to be added to the Info.plist of the dummy had kext (in the OSBundlelibraries key):

 

com.apple.iokit.IOACPIFamily 1.2.0a1

com.apple.iokit.IOPCIFamily 1.1

do you mind updating the kext?

im acutally dont know how to regenerate it.

cause i just followed step to step from the guide.

or can you tell me how to do it?

updated because most of the geniune user said is the best 10.11 version so far but i know should go check here first. :(

thanks

Link to comment
Share on other sites

  • Moderators

Copy the dummHDA which ever name it's call ( i.e. AppleHDA_ALC255) to the Desktop.
Download this by Axel-Erfurt
Launch it, and drag the dummyHDA to the open window
On the right window, browse all the way to the bottom. 
Add this between and

<key>com.apple.iokit.IOACPIFamily</key>
<string>1.2.0a1</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.1</string>

MacKextlight.png
Click on save. Install kext back to the location 
repair permission and rebuild cache

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...