Jump to content

eraydin

Recommended Posts

  • Moderators

add this additional patch to your config for audio under kextToPatch

<dict>
<key>Comment</key>
<string>AppleHDA-elCapitan</string>
<key>Find</key>
<data>
gxnUEQ==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
AAAAAA==
</data>
</dict>
  • Like 1
Link to comment
Share on other sites

Thanks!! And usb? How you patched it? Only works 1 usb for me!

 

 

add this additional patch to your config for audio under kextToPatch

 

<dict>
<key>Comment</key>
<string>AppleHDA-elCapitan</string>
<key>Find</key>
<data>
gxnUEQ==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
AAAAAA==
</data>
</dict>
Link to comment
Share on other sites

 

add this additional patch to your config for audio under kextToPatch

<dict>
<key>Comment</key>
<string>AppleHDA-elCapitan</string>
<key>Find</key>
<data>
gxnUEQ==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
AAAAAA==
</data>
</dict>

I haven't sound neither 

Link to comment
Share on other sites

  • Moderators

I don't own this model, but for El Capitan, it's necessary to add that additional patch as I mentioned earlier.

I looked at the bootpack from OP. I made the modification to the config file. Please try to see if it works.

Install the dummy kext ALC270HDA from OP to /S/L/E or /L/E and repair permission

sudo chmod -Rf 755 /L*/E*

sudo chown -Rf 0:0 /L*/E*

sudo chmod -Rf 755 /S*/L*/E*

sudo chown -Rf 0:0 /S*/L*/E*

sudo touch -f /L*/E*

sudo touch -f /S*/L*/E*

sudo kextcache -Boot -U /

config.plist.zip

Link to comment
Share on other sites

×
×
  • Create New...