macq Posted November 4, 2015 Share Posted November 4, 2015 Hi guys, My AppleLPC.kext does not load even after applying the appropriate dsdt patch. As a result the cpu temps are way high about 15 degrees higher. The kext loads only after I add my lpc device values in the info.plist of the kext.My value being 3b03. With this the fan runs noiseless and i have cooler temps. Can any one take look at my dsdt and see if anything can be done so that I can use the vanilla AppleLPC.kext rather than adding the values to info.plist. I have tried adding values that are already in the info.plist to my dsdt but that hack does nothing. dsdt attached and specs are in my sig. Link to comment https://www.insanelymac.com/forum/topic/309205-applelpckext-not-loading/ Share on other sites More sharing options...
buoo Posted November 4, 2015 Share Posted November 4, 2015 Use an Injector <key>AppleLPC</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleLPC</string> <key>IOClass</key> <string>AppleLPC</string> <key>IONameMatch</key> <array> <string>pci8086,8cc4</string> <-- add here your id </array> <key>IOProbeScore</key> <integer>1000</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>LCTL_Offset</key> <integer>424</integer> </dict> Injector.kext.zip Link to comment https://www.insanelymac.com/forum/topic/309205-applelpckext-not-loading/#findComment-2185308 Share on other sites More sharing options...
artur_pt Posted November 4, 2015 Share Posted November 4, 2015 hello try this one DSDT.zip good hack Link to comment https://www.insanelymac.com/forum/topic/309205-applelpckext-not-loading/#findComment-2185311 Share on other sites More sharing options...
macq Posted November 4, 2015 Author Share Posted November 4, 2015 Thanks both of you. @buoo the injector goes in Clover/kexts/10.11 or in S/L/E. @arthur will try that and report back. 1 Link to comment https://www.insanelymac.com/forum/topic/309205-applelpckext-not-loading/#findComment-2185312 Share on other sites More sharing options...
buoo Posted November 4, 2015 Share Posted November 4, 2015 Thanks both of you. @buoo the injector goes in Clover/kexts/10.11 or in S/L/E. @arthur will try that and report back. where you wish. Link to comment https://www.insanelymac.com/forum/topic/309205-applelpckext-not-loading/#findComment-2185316 Share on other sites More sharing options...
macq Posted November 4, 2015 Author Share Posted November 4, 2015 @ artur_pt, the dsdt does not work, same status. @buoo, the injector works fine from clover/kexts/10.11. Is there a way we can add this patch to clover so it can patch the kext on the fly. Why the dsdt patch does not work. I have tried with similar values like 3b02,3b09, that are already in the info.plist of the vanilla kext.But that also does not work. i did a read across the forum and injector use seems to be the only alternative although a lot of people have had success with dsdt patch itself. Anything else i could try, If not at least I have a working alternative though less desirable. thanks a ton. Link to comment https://www.insanelymac.com/forum/topic/309205-applelpckext-not-loading/#findComment-2185333 Share on other sites More sharing options...
cecekpawon Posted November 4, 2015 Share Posted November 4, 2015 With Clover FakeLPC_0020? Link to comment https://www.insanelymac.com/forum/topic/309205-applelpckext-not-loading/#findComment-2185351 Share on other sites More sharing options...
SailorTom Posted November 30, 2017 Share Posted November 30, 2017 Use an Injector <key>AppleLPC</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleLPC</string> <key>IOClass</key> <string>AppleLPC</string> <key>IONameMatch</key> <array> <string>pci8086,8cc4</string> <-- add here your id </array> <key>IOProbeScore</key> <integer>1000</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>LCTL_Offset</key> <integer>424</integer> </dict> I think I need to use this on my system, can you (someone else) explain what the use of the Intel9SeriesAHCI is in the attached injector, or can I safely remove that? I ask because I already have some patches for the correcting GenericSATA. Link to comment https://www.insanelymac.com/forum/topic/309205-applelpckext-not-loading/#findComment-2542259 Share on other sites More sharing options...
Recommended Posts