View Single Post
 
Old 10-17-2008, 09:53 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Simply copy the DVD's IOATAFamily.kext file to your /System/Library/Extensions/ folder, then open Terminal.

Code:
sudo -s
cd /System/Library/Extensions/
chmod -R 755 * && chown -R root:wheel *
cd ..
rm -Rf /System/Library/Extensions.mkext
Now reboot with "-f" to ensure everything was reloaded.
Let me know how it works out.


Last edited by nfoav8or; 11-02-2008 at 09:30 AM.
Reply With Quote