DaNexus Posted September 12, 2006 Share Posted September 12, 2006 I just finished installing 10.4.6 onto my notebook. Gateway 4024GZ. I had to attach a usb mouse and keyboard inorder to install the OS. It works great with the USB keyboard mouse combo, but defeats the purpose of having a laptop. Anyone know how to get it to see the touchpad and notebook keyboard??? Link to comment https://www.insanelymac.com/forum/topic/27480-native-keyboard-and-mouse-do-not-work/ Share on other sites More sharing options...
troisd Posted September 12, 2006 Share Posted September 12, 2006 This Universal Install DVD has screwed up permissions on specific kexts, namely: ApplePS2Controller.kext AppleAC97Audio AppleAC97AudioIntelICH ApplePS2Controller and maybe: AudioIPCDriver.kext AppleMLANAudio.kext AppleHDA.kext The issue can be fixed by loading up terminal and typing: cd /System/Library/Extensions sudo find nameofkext.kext -type d -exec /bin/chmod 0755 {} \; sudo find nameofkext.kext -type f -exec /bin/chmod 0644 {} \; Disk Utility will not fix the problem automatically. Link to comment https://www.insanelymac.com/forum/topic/27480-native-keyboard-and-mouse-do-not-work/#findComment-187346 Share on other sites More sharing options...
mattwis Posted September 27, 2006 Share Posted September 27, 2006 I have a gateway laptop as well and having the same problems. I've downloaded the ApplePS2Controller.kext from here and followed the install directions. but still no go, can someone tell me what I need to do/what I'm doing wrong? Link to comment https://www.insanelymac.com/forum/topic/27480-native-keyboard-and-mouse-do-not-work/#findComment-197061 Share on other sites More sharing options...
plemax Posted September 28, 2006 Share Posted September 28, 2006 When I type this command I get message: find: - exec: no termination ";" What is that and how to fix it? Thanks. Link to comment https://www.insanelymac.com/forum/topic/27480-native-keyboard-and-mouse-do-not-work/#findComment-197467 Share on other sites More sharing options...
Recommended Posts