View Single Post
 
Old 05-18-2011, 05:23 AM
adlan adlan is offline
Jaguar
 
Join Date: Jan 2011
Posts: 36
Quote:
Originally Posted by fyooo View Post
I just tried to load this kext manually in terminal:
Quote:
bash-3.2# kextload BCM5722D.kext/
/Users/oo/Downloads/BCM5722D.kext failed to load - (libkern/kext) authentication failure (file ownership/permissions); check the system/kernel logs for errors or try kextutil(8).
bash-3.2#
you need to change the kext ownership/permissions , else kextd will not load the kext.

Code:
sudo chown -R root:wheel BCM5722D.kext
sudo chmod -R 755 BCM5722D.kext
Reply With Quote