theSpam Posted November 12, 2006 Share Posted November 12, 2006 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 More sharing options...
Rammjet Posted November 12, 2006 Share Posted November 12, 2006 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 More sharing options...
Recommended Posts