this is another thing that didn't work for me after updating to 10.5.2 on several computers, and several installations including laptop trackpad,
the solution is fairly easy, you need to restore your ApplePS2Controller and AppleACPIPlatform kext (Kernel Extensions).
so the first thing you need to have is the 10.5.1 kext here are links (in case you didn't back it up):
AppleACPIPlatform.kext
ApplePS2Controller.kext
the way to restore them is from the command line:
- open terminal and write these commands:
- sudo -s (press enter and write your password and press enter again)
- mv /System/Library/Extensions/ApplePS2Controller.kext /System/Library/Extensions/ApplePS2Controller.kext.10.5.2
- mv /Extensions/AppleACPIPlatform.kext /Extensions/AppleACPIPlatform.kext.10.5.2
- these commands will backup your current 10.5.2 kext, just in case
- next copy the 10.5.1 kext and set their premissions like this:
- cp -R /ExtensionsBackup/ApplePS2Controller.kext /System/Library/Extensions
- chmod -R 755 /Extensions/ApplePS2Controller.kext
- chown -R 0:0 /Extensions/ApplePS2Controller.kext
- cp -R /ExtensionsBackup/AppleACPIPlatform.kext /System/Library/Extensions
- chmod -R 755 /System/Library/Extensions/AppleACPIPlatform.kext
- chown -R 0:0 /System/Library/Extensions/AppleACPIPlatform.kext
- Reboot
Enjoy.
No comments:
Post a Comment