Contribute
Register

Lenovo 510s 14-ISK using Clover UEFI

Status
Not open for further replies.
Some updates (edits above)
 
Last edited:
Thanks for your guide! Does this laptop have a Wifi card whitelist? Do I need to flash bios to replace wifi card?
 
Notes:
  • Install all kexts to L/E ONLY (AVOID S/L/E)
  • Don’t worry about warning when rebuilding kexts (just make sure it’s accepted)
1.5)
  • Shiki.kext (iTunes and QuickTime playback fix)
  • IntelGraphicsFixup.kext (boot logo glitch)
  • VoodooHDA.kext (audio and mic)
were replaced by
  • WhateverGreen.kext
  • AppleALC.kext (see #8)
8) Audio fix - Method 1 (Legacy Clover value)
https://www.tonymacx86.com/threads/an-idiots-guide-to-lilu-and-its-plug-ins.260063/
Add this to config.plist
Code:
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>AFGLowPowerState</key>
            <true/>
            <key>Inject</key>
            <string>3</string>
            <key>ResetHDA</key>
            <true/>
        </dict>

On my device <string>3</string> has bad sound quality. I can't hear voice ,only bgm. After changing layout id to 11, it works.
 
bcm94350zae also works after Shielding pins
 
If someone does not want to replace the wifi card, I use: edimax micro wifi stick (7822) and I use a patch kexts in my clover kext folder and L/E folder for the native intel bluetooth chipset, which makes it possible to turn the bluetooth on and of.
see attachement
 

Attachments

  • IntelBluetoothHostControllerUSBTransport.kext.zip
    48.4 KB · Views: 116
By the way, after following your guide,I have all my hardwares worked, but my battery life is too short, only around 2hours.

What about your condition?And have any solution to improve it?


Use this driver to enable card reader.
 

Attachments

  • Sinetek-rtsx.kext.zip
    36.6 KB · Views: 112
By the way, after following your guide,I have all my hardwares worked, but my battery life is too short, only around 2hours.

What about your condition?And have any solution to improve it?


Use this driver to enable card reader.
As per rules, please update your hardware profile to allow others to help you easier

please read the faq for proper hardware profile setup:
 
By the way, after following your guide,I have all my hardwares worked, but my battery life is too short, only around 2hours.

What about your condition?And have any solution to improve it?


Use this driver to enable card reader.
I will check how much mine lasts and let you know, have you followed: 5) Power management patch?
 
Status
Not open for further replies.
Back
Top