Contribute
Register

Hackintosh Laptop Keyboard and trackpad not working

Status
Not open for further replies.
I've fixed it by downloading Ps2MouseDxe-64 in the Install Drivers section of Clover Configurator. I've also update clover to latest version (Install/Update Clover).

1. First of all I've mounted my EFI partition (Mount EFI).
Screen Shot 2019-04-19 at 9.09.45 AM.png

2. Next, I've updated Clover to latest version.
Screen Shot 2019-04-19 at 9.10.21 AM.png

3. Later, I've opened my config.plist from /EFI/CLOVER/config.plist

Screen Shot 2019-04-19 at 9.11.09 AM.png


4. Finally, I've installed Ps2MouseDxe-64 and restarted my system.
Screen Shot 2019-04-19 at 9.11.40 AM.png
 
I had the same issue, and installing Ps2MouseDxe-64 driver did not work for me.

What worked for my HP Pro book 440 g4 is ApplePS2Controller.kexts
Using these simple two commands and both the touchpad and the keyboard worked without restart.

Code:
sudo cp -R Release/VoodooPS2Controller.kext /Library/Extensions
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
I had the same issue, and installing Ps2MouseDxe-64 driver did not work for me.

What worked for my HP Pro book 440 g4 is ApplePS2Controller.kexts
Using these simple two commands and both the touchpad and the keyboard worked without restart.

Code:
sudo cp -R Release/VoodooPS2Controller.kext /Library/Extensions
sudo touch /System/Library/Extensions && sudo kextcache -u /
Hav u got the trackpad working fully as touch pad and also in system preferences?
 
Status
Not open for further replies.
Back
Top