Contribute
Register

[Psudo Guide] Asus ROG GL502VS (Skylake, i7-6700HQ, GTX 1070), Catalina

Status
Not open for further replies.
and Lilu.kext should be at the top of the list

these shouldn't be needed anymore:
Code:
<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers</string>
                <key>Enabled</key>
                <true/>
                <key>Identifier</key>
                <string>com.apple.driver.AppleIntelLpssI2C</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers</string>
                <key>Enabled</key>
                <true/>
                <key>Identifier</key>
                <string>com.apple.driver.AppleIntelLpssI2CController</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
            </dict>

and you also seem to have added them here as well:
Code:
<key>Patch</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Base</key>
                <string></string>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Count</key>
                <integer>0</integer>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>SU9LaXQ=</data>
                <key>Identifier</key>
                <string></string>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data></data>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>Replace</key>
                <data>SU9LaXM=</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Base</key>
                <string></string>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Count</key>
                <integer>0</integer>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>SU9LaXQ=</data>
                <key>Identifier</key>
                <string></string>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data></data>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>Replace</key>
                <data>SU9LaXM=</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
            </dict>
        </array>

which can be removed

regarding asus patches, check out my other .aml and renames in config.plist, you can make a hotpatch for those keys and a new hotpatch for your trackpad
I added the SSDT-ALS0.aml, SSDT-GPI0.aml, the first 2 hotpatches, and fixed the misc stuff ya told me about. So far, I'm still getting the compose failure UUID error, but the touchpad settings are showing.
 
Update: FINALLY GOT THE TOUCHPAD TO WORK AFTER HOURS. Turns out I didn't need VoodooI2CELAN if I had an Elan1200 touchpad, I only needed VodooI2C and VoodooI2CElan. Man, I hate how the simplest solutions are the very same solutions that take hours to find.
 
Update: FINALLY GOT THE TOUCHPAD TO WORK AFTER HOURS. Turns out I didn't need VoodooI2CELAN if I had an Elan1200 touchpad, I only needed VodooI2C and VoodooI2CElan. Man, I hate how the simplest solutions are the very same solutions that take hours to find.
Hi Volta, once you have the hackintosh fully working could you create a guide and share it here please? That way it would be easier for me to follow the steps, I have an asus gl502vm so it is quite similar laptop. Without hardware acceleration youtube video playback is laggy and low quality I suppose right?
 
Last edited:
Yeah, I know, High Sierra was pretty smooth from my experience, but unfortunately, it's going to become pretty dated soon. Honestly, I don't really mind not having hardware acceleration, I mainly just do programming and stuff. And also, the half-working Nvidia web driver workaround actually gives the computer a somewhat "stable" performance. Yeah, it might have some slight screen tearing and very mild lag, but it's not really a deal-breaker.
Could you help me installing high sierra on my asus gl502vm please? I have been trying to follow the OC webpage guide, but I get stuck on booting.
 
Status
Not open for further replies.
Back
Top