es27 Posted September 18, 2015 Share Posted September 18, 2015 I have successfully installed Mac OS Lion on my PC. I use VoodooHDA.kext to get my audio however I get this error every time (image below). I installed the kext by dragging and dropping into /S/L/E/. My sound however is working fine. ========================================================== My Question: ========================================================== How do I get stop this error from showing every time I turn on my PC without removing this kext? Image: https://www.dropbox.com/s/agghu1s7luy7fwr/Screenshot.png?dl=0 Link to comment Share on other sites More sharing options...
ngalderisi Posted September 18, 2015 Share Posted September 18, 2015 You need to fix the permissions for /S/L/E. Opening Kext Utility should be all that is needed for this as it automatically sets permissions on kexts in that folder. 1 Link to comment Share on other sites More sharing options...
fusion71au Posted September 19, 2015 Share Posted September 19, 2015 Or manually repair permissions from OSX terminal - type the following lines, followed by <Enter> after each line... sudo -s chmod -R 755 /System/Library/Extensions/VoodooHDA.kext chown -R 0:0 /System/Library/Extensions/VoodooHDA.kext touch /System/Library/Extensions exit 1 Link to comment Share on other sites More sharing options...
Recommended Posts