How to Fix ALPS Touchpad Not Working on Dell Inspiron Hackintosh (macOS Catalina)
The error ApplePS2ALPSGlidePoint: an invalid or bare packet has been dropped means the ALPS touchpad driver is receiving malformed data. This is common on Dell Inspiron laptops running macOS Catalina via OpenCore.
Step-by-Step Fix:
- Identify your touchpad model: On Windows, open Device Manager → Mice and other pointing devices. Note the exact ALPS model (e.g., ALPS U1 Dual, ALPS V8, etc.).
- Use VoodooPS2Controller: Download the latest VoodooPS2Controller from the Acidanthera repository. Place
VoodooPS2Controller.kextin yourEFI/OC/Kextsfolder. - Remove conflicting kexts: Ensure you do not have both
VoodooPS2ControllerandApplePS2SmartTouchPadloaded simultaneously. Remove any duplicate touchpad kexts. - Add SSDT-XOSI: Some Dell laptops need SSDT-XOSI to spoof the operating system identifier so the touchpad operates in the correct mode. Add it to
EFI/OC/ACPIand enable it in yourconfig.plist. - Set PS2 properties: In
config.plistunderDeviceProperties, you may need to force the ALPS protocol version. Check the VoodooPS2 documentation for your specific model. - Rebuild kext cache and reboot: After making changes, reset NVRAM from the OpenCore picker and restart.
Original Question: "ALPS Touchpad Not working"
ALPS Touchpad Not working
| When I boot Catalina on my Dell Inspiron, I get this error: ApplePS2ALPSGlidePoint: an invalid or bare packet has been dropped... [link] [comments] |
Post a Comment