Jump to content
3 posts in this topic

Recommended Posts

need some help...

 

I have PS2 keyboard and USB mouse. On Leopard startup only the USB mouse works. The only way I get the keyboard to work is to use the graphic keyboard in System Preferences, International to enter into a Terminal:

 

sudo -su

kextunload /System/Library/Extensions/ApplePS2Controller.kext/Contents/PlugIns/ApplePS2Keyboard.kext

kextload /System/Library/Extensions/ApplePS2Controller.kext/Contents/PlugIns/ApplePS2Keyboard.kext

 

PS2 keyboard then works fine as well as USB mouse concurrently. Searching the forums I see to avoid from doing this every time I need to edit /etc/rc file and plug the kextunload & kextload comments in. In Leopard, it seems there is no /etc/rc file anymore. There is a /etc/rc.common and /etc/rc.network file. Can anybody guide me where to insert the commands above?

×
×
  • Create New...