RehabMan
Moderator
- Joined
- May 3, 2012
- Messages
- 191,088
- Motherboard
- Intel DH67BL
- CPU
- Core i7-2600K
- Graphics
- Intel HD 3000
- Mac
-
- Mobile Phone
-
Your trackpad is ALPS. My driver supports Synaptics. You can enable VoodooPS2Mouse.kext for your ALPS trackpad by enabling the mouse in the model specific SSDT.Removed VoodooPS2Controlller from /S/L/E. ran install_download.sh again. Trackpad still not working. What am I doing wrong? Thanks for taking a look.
You can see how it is done if you look at the SSDT for 1020/1030/1040:
Code:
//#include "include/standard_PS2K.asl"
External(_SB.PCI0.LPCB.PS2K, DeviceObj)
Scope (_SB.PCI0.LPCB.PS2K)
{
// overrides for VoodooPS2 configuration...
Name(RMCF, Package()
{
#include "include/standard_PS2K_data.asl"
#include "include/enable_mouse.asl"
})
}