
05-17-2009, 03:24 PM
|
|
|
Join Date: May 2009
Posts: 95
|
|
Code:
cp -r /Volumes/Kingston/AppleVIAATA.kext /Volumes/MacHD/System/Library/Extensions
cd /Volumes/MacHD/System/Library/Extensions
chmod -R 755 AppleVIAATA.kext
chown -R root:wheel AppleVIAATA.kext
cd ..
(go one level up, you are now in /Volumes/MacHD
/System/Library)
rm -rf Extensions.*
kextcache -k Extensions/
reboot
I report the outcomes soon  thanks
|