- - This is a simple fix if you had the same issue as me. My system read the sound outputs just fine, but no sound was outputting. Turns out I missed a boot flag. I installed using Multibeast, so I am not sure if this is applicable to other installation methods.
If you are running a Hackintosh on Yosemite 10.10.4, see your sound outputs, but are receiving no sound, here's what you do:
- verify the correct audio kexts have been installed (if you can see your devices, this probably already worked, but it can't hurt to verify)
- If all is good, open your terminal and type the following EXACTLY:
sudo /usr/libexec/PlistBuddy -c "Set :'Kernel Flags' 'kext-dev-mode=1'" /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
I am not responsible for any damages you may incur to your system if you mis-type this command, so please be careful.
- This command adds "kext-dev-mode=1" to your plist file. It loads unsigned kexts and should eliminate the kext-related errors you see in verbose mode. I am not entirely sure why this made my sound work, but I am guessing it has to do with the fact that the kexts were not implemented correctly without that kext. Feel free to correct me if I'm wrong about that. All I know for sure is that it worked for me.
[link] [comment]
What is missing? Please comment to help! For more info try www.iatkos.net
Post a Comment