View Single Post
 
Old 01-15-2008, 03:56 AM
Puttabong's Avatar
Puttabong Puttabong is offline
 
Join Date: Jan 2008
Location: South Korea
Posts: 933
Hmm, that sounds like ps/2 issues, try this kexts:

ACPIPS2Nub.kext
ApplePS2Controller.kext

I attached an archive containing them.

In Terminal, type:

sudo -s
password (your password)

cd /system/library/extensions

chmod -R 755 * && chown -R root:wheel *

cd ..

rm -r Extensions.mkext

kextcache -a i386 -e

reboot
Reply With Quote