Jump to content

AppleLPC.kext not loading


macq
 Share

8 posts in this topic

Recommended Posts

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
Share on other sites

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
Share on other sites

@ 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
Share on other sites

  • 2 years later...

 

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
Share on other sites

 Share

×
×
  • Create New...