Repair permissions in /S/L/E (System/Library/Extensions) and /L/E (Library/Extensions) folders.
Type/copy each of the following commands (separately) in Terminal:
Type/copy the following command in Terminal:
Easiest way to get these commands right when entering them in to Terminal is to copy and paste each line, one at a time and press enter after pasting the line of text to activate it.
Type/copy each of the following commands (separately) in Terminal:
- sudo chmod -Rf 755 /S*/L*/E*
- sudo chmod -Rf 755 /L*/E*
- sudo chown -Rf 0:0 /S*/L*/E*
- sudo chown -Rf 0:0 /L*/E*
Type/copy the following command in Terminal:
- sudo kextcache -i /
Easiest way to get these commands right when entering them in to Terminal is to copy and paste each line, one at a time and press enter after pasting the line of text to activate it.