No audio K55VD
enarce opened this issue · 1 comments
enarce commented
Please i need you help. No have audio
carpeta.sin.titulo.zip
cobaohieu commented
1. You should boot with arguments to make kext on "Clover\Kext\Other" work.
Boot
<dict>
<key>Arguments</key>
<string>-v nv_disable=1 rootless=0 kext-dev-mode=1</string>
</dict>
Note: Do not install kext AppleALC.kext to S/L/E. If you do that, let remove it and use app KextUtility.app repair permission and reboot.
2. And inject audio with codec : "3" to make audio working on Laptop.
Devices
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>3</string>
<key>ResetHDA</key>
<true/>
</dict>
</dict>
Goodluck to you.