View Single Post
 
Old 11-08-2009, 08:42 AM
virtualdiver virtualdiver is offline
Cheetah
 
Join Date: Nov 2009
Posts: 10
I think I figured it out:

In terminal:


sudo -s

chown -R root:wheel /Volumes/Snow\ Leopard/System/Library/Extensions/ *
chmod -R 755 /Volumes/Snow\ Leopard/System/Library/Extensions/ *

or, another way to do it:

sudo -s

cd /volumes/Snow\ Leopard/System/Library/Extensions/
chmod -R root:wheel *
chown -R 755 *

(it's all about the syntax!!!)


...does this sound right? (I'm not sure whether there's a space between the last forward slash and the asterisk but I'm pretty sure there is...

so, how about kext installation, is it just drag & drop???

and any idea about the 4965AGN ????


Thanks for the tutorial!





* Noob Note: My Install partition was named 'Snow Leopard'… so the path for it is:

/Volumes/Snow\ Leopard/

If your Install partition was 'My Partition' (with a space between 'My' and 'Partition', then your path would be:

/Volumes/My\ Partition/

This is probably obvious to everyone else, but if you're as big a Noob as I am to Apple, it might save you a lot of time figuring out the correct syntax.

Last edited by virtualdiver; 11-08-2009 at 07:14 PM.
Reply With Quote