Jump to content
2 posts in this topic

Recommended Posts

You need to fix the permissions correctly

 

open terminal session

sudo -s

(will prompt for password)

cd /System/Library/Extensions

chown -R root:wheel NVinject.kext

chmod -R 755 NVinject.kext

exit

 

That should get the NVinject loading correctly. info.plist will be inside the kext directory. Navigate further into the kext directory and you will see it. You can edit using nano or vi

×
×
  • Create New...