Jump to content

PS2 Keyboard Fix


andybe
 Share

1 post in this topic

Recommended Posts

Hallo zusammen,

 

falls jemand von euch eine Laptop Tastatur oder

PS2 Tastatur hat die kein "<>|" versteht - besser gesagt darauf nicht reagiert -

, dann hab ich genau das ricthige hier.

 

http://forum.insanelymac.com/index.php?showtopic=59981

 

Sichert euch vorher das original ApplePS2Controller.kext.

 

Für Leute unter Leopard. Auf meinem neueren Laptop hat dies trotzt allem nicht funktionert daher erstellte ich eine rc.local in /etc.

I fixed it here by create a rc.local in /etc

 

sudo -s

touch /etc/rc.local

nano /etc/rc.local

-------------------------------

#!/bin/bash

. /etc/rc.common

 

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

-------------------------------

(kextunload .... kextload in einer Zeile)

 

chmod +x /etc/rc.local

 

Juhu nach dem neustart hat das dann auch wieder funktioniert !

Viel spass noch

 

PS: ApplePS2 Controller muss bereits funktionieren/vorhanden sein.

Test System: osx 10.4.10

Link to comment
Share on other sites

 Share

×
×
  • Create New...