Contribute
Register

[Opencore] MSI GE60 2QE - KEYBOARD TRACKPAD NOT WORKING

Status
Not open for further replies.
Joined
Sep 3, 2012
Messages
109
Motherboard
ASUS Z170 PRO GAMING
CPU
i7-6700
Graphics
HD 530
Mac
  1. iMac
  2. MacBook Pro
Mobile Phone
  1. Android
  2. iOS
Hi,
I was able to install MacOS successfully but Keyboard and Trackpads are not working.
I tried Patch for USB and also have USBInjectAll.kext, XHCI-unsupported.kext, VoodooPS2Controller.kext in Kexts. Still no success.

MSI GE60 2QE
i7-4720hq
4600HD


Code:
Last login: Fri Feb  5 16:58:43 on console
n1tesh@Niteshs-MacBook-Pro ~ % kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda
ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
pmset -g assertions
pmset -g
system_profiler SPSerialATADataType|grep TRIM
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
   16    2 0xffffff8001292000 0x77000    0x77000    com.apple.driver.AppleACPIPlatform (6.1) E3E2D855-309C-37C4-8B1C-7CD02CEC5874 <15 14 13 8 7 6 5 3 1>
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
  120    1 0xffffff7f9f2e5000 0x13000    0x13000    com.apple.driver.AppleHDAController (283.15) 242DDD3E-CAD8-38E4-B4B2-088E89A06AED <119 118 106 14 8 7 6 5 3 1>
  140    0 0xffffff7f9f230000 0x90000    0x90000    com.apple.driver.AppleHDA (283.15) 52079101-0266-3BF6-B203-88CD9D4E8321 <139 127 120 119 118 106 7 6 5 3 1>
  145    0 0xffffff7f9f2fb000 0x1000     0x1000     com.apple.driver.AppleHDAHardwareConfigDriver (283.15) 0089A187-EA7E-376B-8F05-AF94FC6ECBFB <5 3>
zsh: no matches found: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
2021-02-05 17:00:44 +0530
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  1
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 290(mds_stores): [0x00000039000b801a] 00:02:52 BackgroundTask named: "com.apple.metadata.mds_stores.power" 
   pid 138(WindowServer): [0x00000069000980b4] 00:00:01 UserIsActive named: "com.apple.iohideventsystem.queue.tickle serviceID:100000411 name:AppleUserHIDEventSe product:USB Receiver eventType:3" 
    Timeout will fire in 1799 secs Action=TimeoutActionRelease
   pid 344(UserEventAgent): [0x00000097000b824a] 00:01:18 BackgroundTask named: "com.apple.coreduet.sync.update-source-device-identifiers" 
    Created for PID: 347.
   pid 81(powerd): [0x0000003400088000] 00:02:57 ExternalMedia named: "com.apple.powermanagement.externalmediamounted" 
Kernel Assertions: 0x104=USB,MAGICWAKE
   id=502  level=255 0x4=USB creat=05/02/21, 5:00 PM description=com.apple.usb.externaldevice.14200000 owner=Cruzer Blade
   id=503  level=255 0x4=USB creat=05/02/21, 5:02 PM description=com.apple.usb.externaldevice.1a110000 owner=USB Receiver
   id=504  level=255 0x100=MAGICWAKE creat=05/02/21, 5:00 PM description=en0 owner=en0
Idle sleep preventers: IODisplayWrangler
System-wide power settings:
Currently in use:
 standbydelaylow      10800
 Sleep On Power Button 1
 standby              0
 womp                 1
 hibernatefile        /var/vm/sleepimage
 powernap             1
 gpuswitch            2
 halfdim              1
 networkoversleep     0
 disksleep            10
 standbydelayhigh     86400
 sleep                30
 autopoweroffdelay    259200
 hibernatemode        0
 autopoweroff         1
 ttyskeepawake        1
 displaysleep         30
 highstandbythreshold 50
 lidwake              1
n1tesh@Niteshs-MacBook-Pro ~ % sudo kextcache -i /

Password:
kextcache -i /
Executing: /usr/bin/kmutil install --volume-root / --check-rebuild
rebuilding local auxiliary collection
kmutil done
n1tesh@Niteshs-MacBook-Pro ~ %
 

Attachments

  • config.plist
    30.6 KB · Views: 46
  • MSI-EFI-OpenCore.zip
    2.7 MB · Views: 54
  • MSI IOReg.zip
    572.3 KB · Views: 31
Last edited:
Updated post with IOReg files and kextstat
you could try adding the extra plugins in your config.plist:
Code:
<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext</string>
                <key>Comment</key>
                <string></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>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
                <key>Comment</key>
                <string></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>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string>
                <key>Comment</key>
                <string></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>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Mouse</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
                <key>Comment</key>
                <string></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>
 
Status
Not open for further replies.
Back
Top