Contribute
Register

Lenovo 300-17ISK

Status
Not open for further replies.
Copy these patches to your config.plist.
Then post your EFI/Clover and attach IOReg.

Note: You're using "MacBookAir6,2" SMBIOS, which is Haswell. Your machine is Skylake, best to go with a Skylake identifier.

The patch "change Method(GSBI,1,N) to XSBI" -> Find is actually the Find pattern for "change Method(SMTE,1,N) to XMTE".
Not likely to work.
 
The patch "change Method(GSBI,1,N) to XSBI" -> Find is actually the Find pattern for "change Method(SMTE,1,N) to XMTE".
Not likely to work.
Oh I must have missed that... the reason is that I copy-pasted these entries and change them...
I'm gonna post the correct one soon when I get home.
 
Patches in 'patches.plist' in post #60 updated.
 
So. Without add PNLF in config.plist brightness keys did not work.
Now battery works, sleep works and other works.

Thank you RehabMan, thank you the-braveknight. I owe you one.

Post #51 updated.

After replacing the WIFI I have to update EFI for 10.12.x compatibility.
 
So. Without add PNLF in config.plist brightness keys did not work.
Now battery works, sleep works and other works.

Thank you RehabMan, thank you the-braveknight. I owe you one.

Post #51 updated.

After replacing the WIFI I have to update EFI for 10.12.x compatibility.
Posting EFI is not really helpful. If you want to help, try to make a repo and a guide like RehabMan's guides and repos...
Also, please post IOReg.

There are some problems with your setup:
- Incorrect SMBIOS, MacBookAir6,2 is Haswell, yours is Skylake.
- config.plist/ACPI/SSDT/Generate should be set to false for Skylake.
- Lots of junk in your config.plist due to Clover Configurator.
- Either use SSDT-PNLF or config.plist/ACPI/DSDT/Fixes/AddPNLF_1000000 (I would go with an SSDT).
- Your dropping lots of stuff in config.plist/ACPI/DropTables, none is necessary.
And other problems as well...
 
Last edited:
Posting EFI is not really helpful. If you want to help, try to make a repo and a guide like RehabMan's guides and repos...
Also, please post IOReg.

There are some problems with your setup:
- Incorrect SMBIOS, MacBookAir6,2 is Haswell, yours is Skylake.
- config.plist/ACPI/SSDT/Generate should be set to false for Skylake.
- Lots of junk in your config.plist due to Clover Configurator.
- Either use SSDT-PNLF or config.plist/ACPI/DSDT/Fixes/AddPNLF_1000000 (I would go with an SSDT).
- Your dropping lots of stuff in config.plist/ACPI/DropTables, none is necessary.
And other problems as well...


Ok. I have to fix all of this in weekend.

I found compatible Intel 3165 with drivers(https://github.com/ammulder/AppleIntelWiFiMVM) but I don't know what about Bluetooth(https://ru.aliexpress.com/store/pro...bps-NGFF-M2-Wireless/1540493_32576689033.html).
 
Posting EFI is not really helpful. If you want to help, try to make a repo and a guide like RehabMan's guides and repos...
Also, please post IOReg.

There are some problems with your setup:
- Incorrect SMBIOS, MacBookAir6,2 is Haswell, yours is Skylake.
- config.plist/ACPI/SSDT/Generate should be set to false for Skylake.
- Lots of junk in your config.plist due to Clover Configurator.
- Either use SSDT-PNLF or config.plist/ACPI/DSDT/Fixes/AddPNLF_1000000 (I would go with an SSDT).
- Your dropping lots of stuff in config.plist/ACPI/DropTables, none is necessary.
And other problems as well...

- Fixed SMBIOS to iMac 17,1;
- generate to false;
- cleaned. I don't use configurator. I was edit in Sublime Text 3.
- what code for PNLF generated by Clover? I can create plain SSDT for it.
- fixed

what can I fix more? Config.plist attached.
 

Attachments

  • config.plist.zip
    2.8 KB · Views: 110
- Fixed SMBIOS to iMac 17,1;
- generate to false;
- cleaned. I don't use configurator. I was edit in Sublime Text 3.
- what code for PNLF generated by Clover? I can create plain SSDT for it.
- fixed

what can I fix more? Config.plist attached.
- Plan to create custom SSDTs for Intel HD Graphics and HDMI audio instead of using config.plist/Devices/Arbitrary, SSDTs are easier to maintain than entries in config.plist.
- Add this SSDT for PNLF (Use with IntelBacklight.kext by RehabMan).
- Maybe you should choose a mobile identifier instead of iMac17,1.
 

Attachments

  • SSDT-PNLF.dsl
    380 bytes · Views: 134
- Plan to create custom SSDTs for Intel HD Graphics and HDMI audio instead of using config.plist/Devices/Arbitrary, SSDTs are easier to maintain than entries in config.plist.
- Add this SSDT for PNLF (Use with IntelBacklight.kext by RehabMan).
- Maybe you should choose a mobile identifier instead of iMac17,1.

Thank you.

I can't find mobile identifier for skylake.
MacBookPro13,3 can't load El Capitan. Only iMac 17,1.

Tomorrow I will create repo.

update: SSDT-PNLF.aml steel exist in patched and identical. not works without add PNLF.
 
Last edited:
Status
Not open for further replies.
Back
Top