Ab2774 / Lenovo-IdeaPad-320-14-IKB-Hackintosh

A guide for installing macOS on Lenovo IdeaPad 320-14IKB (Kaby Lake-U)
54 stars 11 forks source link

Help #6

Closed ocipback closed 4 years ago

ocipback commented 4 years ago

Sir I'm download efi v 1.1.3 on my laptop work but trackpad not working type P2S

Ab2774 commented 4 years ago

Hi Since you're using PS2 trackpad then it's supported by VoodooPS2Controller, in this model, the trackpad is ELAN and Synaptics, so the other VoodooPS2Controller plugins are disabled in the EFI folder, try this in your OpenCore's config.plist:

<dict>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext</string>
                <key>Comment</key>
                <string>PS2 Controller</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Controller</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooInput.kext</string>
                <key>Comment</key>
                <string>PS2 Trackpad</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooInput</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Keyboard.kext</string>
                <key>Comment</key>
                <string>PS2 Keyboard</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Keyboard</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Trackpad.kext</string>
                <key>Comment</key>
                <string>PS2 Trackpad</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Trackpad</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
ocipback commented 4 years ago

Ok, Mr. Ab274 thank you for helping me to fixed my trouble coded

On Wed, Aug 12, 2020, 23:18 Ab2774 notifications@github.com wrote:

Hi Since you're using PS2 trackpad then it's supported by VoodooPS2Controller, in this model, the trackpad is ELAN and Synaptics, so the other VoodooPS2Controller plugins are disabled in the EFI folder, try this in your OpenCore's config.plist:

BundlePath VoodooPS2Controller.kext Comment PS2 Controller Enabled ExecutablePath Contents/MacOS/VoodooPS2Controller MaxKernel MinKernel PlistPath Contents/Info.plist
      <dict>
          <key>BundlePath</key>
          <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooInput.kext</string>
          <key>Comment</key>
          <string>PS2 Trackpad</string>
          <key>Enabled</key>
          <true/>
          <key>ExecutablePath</key>
          <string>Contents/MacOS/VoodooInput</string>
          <key>MaxKernel</key>
          <string></string>
          <key>MinKernel</key>
          <string></string>
          <key>PlistPath</key>
          <string>Contents/Info.plist</string>
      </dict>
      <dict>
          <key>BundlePath</key>
          <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Keyboard.kext</string>
          <key>Comment</key>
          <string>PS2 Keyboard</string>
          <key>Enabled</key>
          <true/>
          <key>ExecutablePath</key>
          <string>Contents/MacOS/VoodooPS2Keyboard</string>
          <key>MaxKernel</key>
          <string></string>
          <key>MinKernel</key>
          <string></string>
          <key>PlistPath</key>
          <string>Contents/Info.plist</string>
      </dict>
      <dict>
          <key>BundlePath</key>
          <string>VoodooPS2Controller.kext/Contents/Plugins/VoodooPS2Trackpad.kext</string>
          <key>Comment</key>
          <string>PS2 Trackpad</string>
          <key>Enabled</key>
          <true/>
          <key>ExecutablePath</key>
          <string>Contents/MacOS/VoodooPS2Trackpad</string>
          <key>MaxKernel</key>
          <string></string>
          <key>MinKernel</key>
          <string></string>
          <key>PlistPath</key>
          <string>Contents/Info.plist</string>
      </dict>
      <dict>

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ab2774/Lenovo-IdeaPad-320-14-IKB-Hackintosh/issues/6#issuecomment-672973515, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMBSI7UYJGI5HBJZSQGXYEDSAK6F7ANCNFSM4P2SUV5A .