Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trackpad & trackpoint freeze after S3 sleepwake #10

Open
paremo29 opened this issue Jun 27, 2021 · 8 comments
Open

Trackpad & trackpoint freeze after S3 sleepwake #10

paremo29 opened this issue Jun 27, 2021 · 8 comments

Comments

@paremo29
Copy link

paremo29 commented Jun 27, 2021

I'm trying to solve it for weeks.

I used to install single VoodooPS2 version 2.2.3. Both trackpad and trackpoint are attaching by VoodooPS2 as MagicTrackpad 2. Sometimes trackpoint doesn't work at all once. They also have the issue like title.

Then I installed VoodooRMI 1.3 + VoodooPS2 2.2.3 with the README (https://github.com/VoodooSMBus/VoodooRMI). The result is the same as single VoodooPS2. VoodooRMI may doesn't function correctly.

Have you ever faced the problem like this?

@cyberfunk
Copy link

cyberfunk commented Dec 12, 2021

I have the same issue and it also happened with my past HP EliteBook builds with OpenCore. In my case it does not even need to sleep or wake. It just happens running the laptop. The trackpad freezes or becomes unresponsive after a period of time. Very inconvenient if you're a DJ in the middle of rocking the party🤣 I assume there is no fix for this since you had no response and I never received a fix with my older Hackintosh EliteBook builds. I think if you can find a golden build (no issues) that uses Clover that is the best way. OpenCore is imperfect to the point of being unusable in a professional day to day use case.

@vnln
Copy link

vnln commented Dec 12, 2021

Here is a script I use whenever my trackpad freeze, maybe you can automate it to run on every wake up.

#!/bin/bash

sudo kextunload -b de.leo-labs.VoodooSMBus
sleep 2
sudo kextload -b de.leo-labs.VoodooSMBus

@cyberfunk
Copy link

Does your trackpad freeze even without sleep wake? Mine freezes just regularly using the laptop while it's awake. I have to do a restart to get the trackpad back. I wonder what causes that kext to malfunction and is there a better kext to use that does not disconnect?

@vnln
Copy link

vnln commented Dec 12, 2021

Yes, it happened a few times just out of the blue. Now I'm on VoodooSMBus 2.2 & VoodooPS2Controller 2.2.7, working smooth so far.

@cyberfunk
Copy link

Ok great can you make you r EFI available or tell me what I need to do to use your setup. DO I need to delete certain kext files and update my config.plist?

@vnln
Copy link

vnln commented Dec 12, 2021

Put files like this

Kexts Folder
├── VoodooInput.kext (extracted from VoodooPS2Controller.kext)
├── VoodooPS2Controller.kext
│   └── Contents
│       └── PlugIns (delete VoodooPS2Mouse.kext)
│           ├── VoodooPS2Keyboard.kext
│           └── VoodooPS2Trackpad.kext
└── VoodooSMBus.kext

and then just edit your config.plist using ProperTree: Cmd+R and Cmd+S

@cyberfunk
Copy link

cyberfunk commented Dec 23, 2021

Hi vnln. I think I have solved the issue. You need to disable the track-point red button in your BIOS and the freezing trackpad issues should go away for good. I and another user have been testing my theory for a few days and have had absolutely zero freezing issues since we disabled the track-point.

@timothy-ha
Copy link

As a trackpoint user that is disappointing to hear. I’d rather have the trackpoint over the trackpad, but even disabling the trackpad in bios does not prevent it from being detected in the OS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants