Contribute
Register

[README] Common (some unsolved) Problems in 10.12 Sierra

So I've gotten most everything working on my Hackintosh (Sierra 10.12.4) laptop.

My machine is an HP Pavilion (p214dx) with a Synaptics trackpad.

The only problem I can see is that under System Preferences > Accessibility > Mouse & Trackpad, there is no "Trackpad Options..." button to enable dragging.

I have the most recent VoodooPS2Controller kext installed and I've tried numerous SMBIOS profiles to no avail.

I was able to enable dragging by editing ~/Library/Preferences/com.apple.AppleMultitouchTrackpad.plist but this isn't ideal.

Any help would be much appreciated.

Show image of SysPrefs->Trackpad and Mouse & Trackpad.

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Show image of SysPrefs->Trackpad and Mouse & Trackpad.

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

I should mention a couple things:

Originally the SysPrefs -> Trackpad option was empty. I tried a few variations of the VoodooPS2Controller kext, nothing changed. So I used the only working Trackpad.prefpane I could find [https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller/issues/85], the one that DevBau posted.

In IOReg, it shows my trackpad under the ApplePS2MouseDevice, but that might be normal
 

Attachments

  • SysPrefs-Trackpad.png
    SysPrefs-Trackpad.png
    195.8 KB · Views: 128
  • SysPrefs-Accessibility-MouseAndTrackpad.png
    SysPrefs-Accessibility-MouseAndTrackpad.png
    71.9 KB · Views: 131
  • patchmatic.output.zip
    46.9 KB · Views: 96
  • IOReg.zip
    470.5 KB · Views: 106
  • kextstat.zip
    1.2 KB · Views: 110
  • CLOVER.zip
    1.3 MB · Views: 115
  • kextcache.zip
    1.6 KB · Views: 107
I should mention a couple things:

Originally the SysPrefs -> Trackpad option was empty. I tried a few variations of the VoodooPS2Controller kext, nothing changed. So I used the only working Trackpad.prefpane I could find [https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller/issues/85], the one that DevBau posted.

In IOReg, it shows my trackpad under the ApplePS2MouseDevice, but that might be normal

Don't mess with the prefpane files.
Do a fresh install to restore.
Also, you have way too much garbage installed...
Start over by following the guide:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
 
You are using ig-platform-id 0x16160002. 0x16160002 uses a PWMMax of 0x65c, not 0xad9. As mentioned in the backlight guide, it means you have to either set LMAX to 0x65c (in SSDT-Config.aml). Or you can patch the framebuffer to change the PWMMax in 0x16160002 from 0x065c to 0xad9.

For example, you could use this patch for AppleIntelBDWGraphicsFramebuffer to change the PWMMax used:
Find: <6C 05 00 00 6C 05 00 00>
Replace <d9 0a 00 00 d9 0a 00 00>
I've added your patch using Clover, but the result in terms of the lag on boot being fixed but backlight control not working is the same. Maybe you'd like to take a look at this @egore
 
Back
Top