Jump to content

Permissions/Ownership problem?


theSpam
 Share

2 posts in this topic

Recommended Posts

I've installed 10.4.8 with the new kernel using the pastebin guide on my system (see sig) and everything appears to be fine, except the fact that I get errors stating that ApplePS2Controller.kext and AppleAC97Audio.kext have been improperly installed.

 

So, this leaves me without any working audio and mouse (strangely enough my PS2 keyboard still works).

 

Now, I've tried repairing permissions via Disk Utility and under single user mode (following the pastebin guide) to no avail.

 

So, has anyone got any suggestions?

Link to comment
Share on other sites

Go into Terminal in the Utilites folder and type:

 

cd /System/Library/Extensions
(repeat next two lines for each kext)
sudo find (name-of-kext) -type d -exec /bin/chmod 0755 {} \;
sudo find (name-of-kext) -type f -exec /bin/chmod 0644 {} \;

example: sudo find AppleVIAATA.kext -type d -exec /bin/chmod 0755 {} \;

Link to comment
Share on other sites

 Share

×
×
  • Create New...