View Single Post
 
Old 02-20-2008, 06:23 AM
eddie11c eddie11c is offline
Tiger
 
Join Date: Feb 2008
Posts: 261
if you get a pop up that it cant be loaded, you need to fix the permissions on the file.
Code:
sudo -s
chown -R root:wheel /system/library/extensions/*
chmod -R 755 /system/library/extensions/*
then reboot you computer.
Reply With Quote