Jump to content

How to stop "System extension cannot be used" appearing


es27
 Share

3 posts in this topic

Recommended Posts

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

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

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...