Jump to content
18 posts in this topic

Recommended Posts

Ok, So I got tired of always trying to type this in or something, so I made a simple little script that I just double click, type in my root pass and it does it for me. With all the posts of people's Kext's not working because of incorrect permissions, this fixes that variable. It also removes Extensions.kextcache and Extensions.mkext for you. Anytime I do anything with Kext's. I run this. I even have it repair all permissions too.

permissions.command.zip

easy

 

#!/bin/bash

 

sudo chmod -R 755 /System/Library/Extensions

sudo chown -R root:wheel /System/Library/Extensions

Yes. My script has that. Plus it also removes Extensions.kextcache and Extensions.mkext for you, and repairs the permissions on the whole volume.

thank you i gonbe save this script, great for people like me also :blink:

 

ps could you also a make a titan install script that that ask for the vendor number and does the rest? copying files, replacing ids in kext, moving to the right places and repai evrything. That way we know when i doenst work it is not our fault. And you seem to know exact what you are doing :D

 

bye

  • 2 weeks later...
  • 2 weeks later...
  • 6 months later...
×
×
  • Create New...