Jump to content
7 posts in this topic

Recommended Posts

SimpleRTK5 porting has been completed, and the follow-up can be discussed here.

 

Repo:https://github.com/laobamac/SimpleRTK5

 

Screenshot:

125ab56a689dd795ff6a9dfb4559feba.thumb.png.69b113f6f6d8230c2bbbda4cd62fadab.png

Edited by laobamac_yyds
  • Like 7
  • 4 months later...

@laobamac_yydsmay i ask if do you use also Clover Bootloader?

 

If so or you know how to produce for it the same patch we need in opencore if we use OCLP Mod to unlock wifi with old IOSkywalk block and, for Realtek Ethernet 8126A users also AppleEhthernetRL block?

Clover misses (for now) AppleEthernetRL block

Thank you!

Edited by fabiosun
2 hours ago, fabiosun said:

@laobamac_yydsmay i ask if do you use also Clover Bootloader?

 

If so or you know how to produce for it the same patch we need in opencore if we use OCLP Mod to unlock wifi with old IOSkywalk block and, for Realtek Ethernet 8126A users also AppleEhthernetRL block?

Clover misses (for now) AppleEthernetRL block

Thank you!

Hello, my friend.

To use SimpleRTK5 to drive RTL8126 network card, AppleEthernetRL must be blocked.

 

But this driver is not located inside the DriverKit, but integrated into IONetworkFamily, so we cannot disable it through startup parameters. We can only choose OpenCore's built-in KernelPatch to delete it from memory during the Prelinked phase.

 

As for how Clover needs to be operated, I haven't researched it yet because I no longer use this bootloader myself.But according to common sense, Clover's startup behavior is relatively backward, and it must only rely on OpenRuntime implementation to prevent such high-level drivers, so the bundle ID must be hard coded inside the source code.

 

You can clone the Clover repository, search for com.apple.iokit.IOSkywalkFamily, find the location where OpenRuntime is called to remove the extension, and add AppleEthernetRL blocking in the following code format.And compile and use it.Perhaps effective.

 

I will also check if there are any other plans during my free time, and I will reply to you if there is any progress.

 

Best regards.

laobamac

Edited by laobamac_yyds
  • Like 2
×
×
  • Create New...