Contribute
Register
Status
Not open for further replies.
Joined
Aug 27, 2015
Messages
3
Motherboard
Lenovo Yoga 710-15ikb
CPU
i7-7500u
Graphics
INTEL 620 & NVIDEA 940MX
Friends, installed mac OSX Sierra on my yoga 710-15ikb,
tech params:
- bios version 2.03
- 8 gb ram
- cpu i7-7500u
- intel 620 & nvidea 940mx

have some problems with my hackintosh:
* not working backlight (trying that https://www.tonymacx86.com/threads/...trol-using-applebacklightinjector-kext.218222)
* touchpad doesn't work correctly (too sensetive scroll, two finger tap don't work as right mouse click(have to tap with 3 fingers))
* have graphics bug, sometimes mouse cursor scale bigger and become as usual (Not a bug)
* downloading from appstore not working(use tp-link tl-wn725n)
* noisy fan, power management looks fine, but at 38 it sounds noisy(lid closing don't stop it).
* is it possible to replace wifi module to mac compatible?

Everest report and clover archive(config.plist and acpi are included) are attached.

Hope anybody help me)
Have a good day!
 

Attachments

  • CLOVER+Report.zip
    6.7 MB · Views: 292
Last edited:
Friends, installed mac OSX Sierra on my yoga 710-15ikb,
tech params:
- bios version 2.03
- 8 gb ram
- cpu i7-7500u
- intel 620 & nvidea 940mx

have some problems with my hackintosh:
* not working backlight (trying that https://www.tonymacx86.com/threads/...trol-using-applebacklightinjector-kext.218222)
* touchpad doesn't work correctly (too sensetive scroll, two finger tap don't work as right mouse click(have to tap with 3 fingers))
* have graphics bug, sometimes mouse cursor scale bigger and become as usual
* downloading from appstore not working(use tp-link tl-wn725n)
* noisy fan, power management looks fine, but at 38 it sounds noisy(lid closing don't stop it).
* is it possible to replace wifi module to mac compatible?

Everest report and clover archive(config.plist and acpi are included) are attached.

Hope anybody help me)
Have a good day!
you need to look at your sorted order in your config.plist, as you haven't added in SSDT-9.aml or SSDT-PNLF.aml, that may sort out your backlight issue, the mouse cursor that goes bigger when you move it fast is a feature on mac, you can disable that

you may find answers to your other issues here:
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
you need to look at your sorted order in your config.plist, as you haven't added in SSDT-9.aml or SSDT-PNLF.aml, that may sort out your backlight issue, the mouse cursor that goes bigger when you move it fast is a feature on mac, you can disable that

you may find answers to your other issues here:
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Found answer for mouse 'bug')
Updated config.plist to:
Code:
<key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <true/>
            <key>Generate</key>
            <false/>
            <key>PluginType</key>
            <integer>1</integer>
        </dict>
        <key>SortedOrder</key>
        <array>
            <string>SSDT-0.aml</string>
            <string>SSDT-1.aml</string>
            <string>SSDT-2.aml</string>
            <string>SSDT-3.aml</string>
            <string>SSDT-4.aml</string>
            <string>SSDT-5.aml</string>
            <string>SSDT-6.aml</string>
            <string>SSDT-7.aml</string>
            <string>SSDT-8.aml</string>
            <string>SSDT-9.aml</string>
            <string>SSDT-PNLF.aml</string>
            <string>SSDT-16.aml</string>
        </array>
But it doesn't resolve backlight issue.
 
Found answer for mouse 'bug')
Updated config.plist to:
Code:
<key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <true/>
            <key>Generate</key>
            <false/>
            <key>PluginType</key>
            <integer>1</integer>
        </dict>
        <key>SortedOrder</key>
        <array>
            <string>SSDT-0.aml</string>
            <string>SSDT-1.aml</string>
            <string>SSDT-2.aml</string>
            <string>SSDT-3.aml</string>
            <string>SSDT-4.aml</string>
            <string>SSDT-5.aml</string>
            <string>SSDT-6.aml</string>
            <string>SSDT-7.aml</string>
            <string>SSDT-8.aml</string>
            <string>SSDT-9.aml</string>
            <string>SSDT-PNLF.aml</string>
            <string>SSDT-16.aml</string>
        </array>
But it doesn't resolve backlight issue.
Read "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

EDIT: actually, you shouldn't have SSDT-9.aml as it is not present in your origin folder, where did you get that from?
 
Hei man, can u attatch your clover file? I'm trying to install hackintosh on this laptop too
 
Status
Not open for further replies.
Back
Top