JonyBravo
Sep 18 2007, 11:18 PM
It may be a no-brainer to many, and I have experimented, but I cannot seem to copy the kext into the system folder. And I cannot edit the plist files.
Now, I am pretty handy at the old Windoze and relize it's likely a permissions problem, but how do I fix it on OSx86 (which I am green at).
Thanks a bunch for any assistance.
Jony
~pcwiz
Sep 19 2007, 03:57 AM
Instructions for copying kexts. Open Terminal (Applications/Utilities). Enter the following commands (press enter after each one):
sudo -s
<enter password>
cp -R <path of kext you want to copy> /System/Library/Extensions
Replace <path of kext you want to copy> with the path of the kext. If you want to make it easy, move the kext you want to copy to the Desktop and use this ommand instead of the above cp -R command (replace <name> with filename of kext):
cp -R ~/Desktop/<name>
Thats it! Repair permissions using Disk Utility (/Applications/Utilities) and reboot.