Jump to content
12 posts in this topic

Recommended Posts

Drop it in /System/Library/Extensions, then fix permissions...

sudo -s (type your password when prompted and press enter, don't worry it's supposed to be invisible)
chown -R root:wheel /System/Library/Extensions
chmod -R go=u-w /System/Library/Extensions
touch /System/Library/Extensions/

...and reboot.

Drop it in /System/Library/Extensions, then fix permissions...

sudo -s (type your password when prompted and press enter, don't worry it's supposed to be invisible)
chown -R root:wheel /System/Library/Extensions
chmod -R go=u-w /System/Library/Extensions
touch /System/Library/Extensions/

...and reboot.

Or just drop it into kext utility and all that is done for you.

I prefer to do as much as I can manually. Sometimes you just don't have access to GUI tools and then you're {censored}ed if you don't know how to do things from Terminal.

 

Actually I use Kext Utility to repack my extensions.mkext but that's all I use it for. The last (and only) time I ran it on S/L/E it set the permissions wrong.

I prefer to do as much as I can manually. Sometimes you just don't have access to GUI tools and then you're {censored}ed if you don't know how to do things from Terminal.

 

Actually I use Kext Utility to repack my extensions.mkext but that's all I use it for. The last (and only) time I ran it on S/L/E it set the permissions wrong.

Never had any problem with it myself. I just suggested it as the OP didn't seem overly knowledgable, that's all.

You're right..of course.

 

When I have the patience for it I try to learn to do stuff from Terminal instead of using all those helper apps that are floating around.

 

Don't get me wrong, I have all of those apps and utilities and I use them sometimes, maybe I'm a freak but it feels satisfying to do those things manually from Terminal, I feel like I'm more in control of what's happening. So that's what I try to pass on.

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