Contribute
Register

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

Status
Not open for further replies.
Latest itlwm kext (09 May 2020) from Chinese website, unzip attached file and place both kexts to /EFI/Clover/kexts/Other.

Tested with 7265 AC, so far no KP issue but upload seems to be not work correctly, speedtest result, download speed round 35 Mbps, upload 0 Mbps,

Router settings
ssid=ssdt
pwd=zxyssdt112233
View attachment 468967
Doesn't work, I have 8265
 
Doesn't work, I have 8265

Intel 8265 AC should supported by itlwm, it use wifi over IOEthernet method same as most of the usb wifi adapter, look like ethernet device more than wifi device, nothing show at wifi pane/system information is normal, use IORegistryExplorer for verification.
1589425038038.png
 
Hi! Can someone build me itlwmx kext (it’s for ax-series) please? I tried to do that with XCode but I’m receiving lots of errors so I cannot build a successful kext. Thank you!!!
 
Only tested on 7265AC, should also work on other intel cards but not tested yet. This driver currently ONLY works in 10.15.

First edit the Info.plist and add the ssid and password

View attachment 450677

Then load the kext using terminal (Dont install directly into L/E):


Code:
sudo mv ./*.kext /tmp
sudo chown -R root:wheel /tmp/*.kext
sudo kextload /tmp/*.kext


The driver is in early development stage and there are still bugs such as high packet loss.

Very good development.

Works on my Intel NUC6i3SYH. The uploads/downloads typical as per google speed test and okla speed test.

Btw i am using opencore 0.5.8 not clover bootloader.

Is there any github we can follow the developments?

Thanks for the hardwork.
 
I tried 8260 on the Mojave 10.14.4. only bluetooth works )
 

Attachments

  • card.jpeg
    card.jpeg
    199.5 KB · Views: 76
Very good development.

Works on my Intel NUC6i3SYH. The uploads/downloads typical as per google speed test and okla speed test.

Btw i am using opencore 0.5.8 not clover bootloader.

Is there any github we can follow the developments?

Thanks for the hardwork.

I think the gatekeeper & SIP must always be turned off otherwise the kext wont load. Correct me if im wrong.
 
Intel 8265 AC should supported by itlwm, it use wifi over IOEthernet method same as most of the usb wifi adapter, look like ethernet device more than wifi device, nothing show at wifi pane/system information is normal, use IORegistryExplorer for verification.
View attachment 469426
Hi .. how can i load the kext after copying it to kext on efi ..
 
Good for a start. Tried to boot from EFI using opencore but no luck...
 
Hi .. how can i load the kext after copying it to kext on efi ..

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
 
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 did it but doesn’t work
 
Status
Not open for further replies.
Back
Top