Le_Vert Posted September 11, 2005 Share Posted September 11, 2005 Hi, I have a Centrino notebook and when i close it, OS X detected that event and put the notebook into doze mode. When I oppen it again trackpad and keyboard doesn't work anymore. USB Mouse is ok. I use ApplePS2Controller.kexts modified kernel module. To get my trackpad and keyboard working I made a small script that I run with my usb mouse : #!/bin/sh.sh # Go to ApplePS2 kexts directory cd /System/Library/Extensions/ApplePS2Controller.kext/Contents/PlugIns # Unload trackpad and keyboard kext sudo kextunload ApplePS2Keyboard.kext sudo kextunload ApplePS2Trackpad.kext # Load them again sudo kextload ApplePS2Keyboard.kext sudo kextload ApplePS2Trackpad.kext exit 0 Maybe you could help me to run that script when the computer leaves doze mode ? Thanks a lot. Link to comment https://www.insanelymac.com/forum/topic/2345-keyboardtrackpad-stop-working-after-doze-mode/ Share on other sites More sharing options...
Recommended Posts