View Single Post
 
Old 08-21-2009, 02:11 PM
Imkantus Imkantus is offline
 
Join Date: Jul 2009
Location: Germany
Posts: 779
Quote:
Originally Posted by arterio View Post
Yes, I used Finder to copy the files. Is there any other way I should have done it?
Yes using KextHelper or the OSx86 Tools.
Just copying by Finder totaly messes up the file-permissions of the kext files.

Open a Terminal Window an enter the following commands line by line:

Code:
sudo -s
chown root:wheel /System/Library/Extensions/AppleAHCIPort.kext
chown root:wheel /System/Library/Extensions/IOAHCIFamily.kext
chmod 755 /System/Library/Extensions/AppleAHCIPort.kext
chmod 755 /System/Library/Extensions/IOAHCIFamily.kext
This should do the fix.

If this doesn't either use the OSx86 Tools, check the following Options "repair permissions", "Set kext permissions" & "Clear extensions cache" then execute & reboot.

AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++
AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD

Last edited by Imkantus; 08-21-2009 at 02:14 PM.
Reply With Quote