Contribute
Register

[Success] WORKING Intel Wifi Drivers for 7265AC on Catalina

Status
Not open for further replies.
Clover load itlwm.kext (compile date 09 May 2020) correctly.
Only need change router settings as below, no change in kext info.plist

ssid = ssdt
pwd = zxyssdt112233

I don't understand the above. Is there two versions? The AppleIntelWiFi.kext and itlwm.kext?
 
I don't understand the above. Is there two versions? The AppleIntelWiFi.kext and itlwm.kext?

Yes, both use same initial base code but different ways.

AppleIntelWifi by a565109863, implement partial Apple80211 + others 80211 protocol, first kext solve scan, WPA and upload issue, but project seems to be terminated or temporary suspended, no more update and any information after 11 Apr 2020.

Itlwm by zxy, use wifi over IOEthernet method, treat wifi as ethernet, support more Intel wifi modules.
 
Yes, both use same initial base code but different ways.

AppleIntelWifi by a565109863, implement partial Apple80211 + others 80211 protocol, first kext solve scan, WPA and upload issue, but project seems to be terminated or temporary suspended, no more update and any information after 11 Apr 2020.

Itlwm by zxy, use wifi over IOEthernet method, treat wifi as ethernet, support more Intel wifi modules.

can you explain how can i get it work
after I download the kext then i put the 2 kext file into EFI/Clover/Kext/Other

restart
Network section in settings show ethernet but no connection

and i’m rename the network to the name u type it above but nothing happened
 
can you explain how can i get it work
after I download the kext then i put the 2 kext file into EFI/Clover/Kext/Other

restart
Network section in settings show ethernet but no connection

and i’m rename the network to the name u type it above but nothing happened
You must configure the right Network name and password. Something you made wrong.
 
You must configure the right Network name and password. Something you made wrong.

i did it already in my router setting but no thing is happen
 
Yes, both use same initial base code but different ways.

AppleIntelWifi by a565109863, implement partial Apple80211 + others 80211 protocol, first kext solve scan, WPA and upload issue, but project seems to be terminated or temporary suspended, no more update and any information after 11 Apr 2020.

Itlwm by zxy, use wifi over IOEthernet method, treat wifi as ethernet, support more Intel wifi modules.

Oh ok. So i should not be using the AppleIntelWiFi.kext.

But any details how i can compile and the the Itlwm.kext?

Thanks
 
i did it already in my router setting but no thing is happen

1, use IORegistryExplorer verify itlwm connection, if kext load correctly should like below
1589455281952.png


2, mark device port, for me is en2, see above png.

3, open network preference, if found en2 as below, then your device may not fully supported or conflict with previous setting.
1589455391962.png


4, Try delete device en2 and create new device en2 as below, apply then reboot
1589455536795.png


If device is supported, result should like below.
1589455649580.png
 

1, use IORegistryExplorer verify itlwm connection, if kext load correctly should like below
View attachment 469528

2, mark device port, for me is en2, see above png.

3, open network preference, if found en2 as below, then your device may not fully supported or conflict with previous setting.
View attachment 469529

4, Try delete device en2 and create new device en2 as below, apply then reboot
View attachment 469530

If device is supported, result should like below.
View attachment 469531
ok I will do it now but can I change the network and password to my mine .. or it should be the same ..
 
Clover load itlwm.kext (compile date 09 May 2020) correctly.
Only need change router settings as below, no change in kext info.plist

ssid = ssdt
pwd = zxyssdt112233

So i downloaded the itlwm.kext. There are two kexts. itlwm and itl80211.

So let me get this right. I kextload the itlwm and i should be able to have WiFi?

What about this:
ssid = ssdt
pwd = zxyssdt112233

Do i need to rename one of my SSIDs to the above in the router?
 
Status
Not open for further replies.
Back
Top