Contribute
Register

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

Status
Not open for further replies.
Still not working here on my 9462 with the latest itlwmx.kext. Shows no error when I put the commands in the terminal app, but no new network adapter shows up...
 
I can't find strings, where I can type that info. I think there is no place for ssid and pwd in info.plist

AppleIntelWiFi.kext

AppleIntelWiFi.kext.jpg



itlwm.kext

itlwm.kext.jpg
 
Defaulting to kernel file '/System/Library/Kernels/kernel'


Kext with invalid signature (-67030) allowed: <OSKext 0x7fe05f514e50 [0x7fff98901b00]> { URL = "file:///Users/chamikaashen/Desktop/AppleIntelWiFi.kext/", ID = "com.zhong.AppleIntelWiFi" }


Code Signing Failure: code signature is invalid


/Users/chamikaashen/Desktop/AppleIntelWiFi.kext appears to be loadable (not including linkage for on-disk libraries).


Loading /Users/chamikaashen/Desktop/AppleIntelWiFi.kext.


Disabling KextAudit: SIP is off


KextAudit initialized: audit=F


(kernel) kxld[com.zhong.AppleIntelWiFi]: The super class vtable '__ZTV17IO80211Controller' for vtable '__ZTV14AppleIntelWiFi' is out of date. Make sure your kext has been built against the correct headers.


(kernel) kxld[com.zhong.AppleIntelWiFi]: The super class vtable '__ZTV17IO80211Controller' for vtable '__ZTV14AppleIntelWiFi' is out of date. Make sure your kext has been built against the correct headers.


(kernel) Can't load kext com.zhong.AppleIntelWiFi - link failed.


(kernel) Failed to load executable for kext com.zhong.AppleIntelWiFi.


(kernel) Kext com.zhong.AppleIntelWiFi failed to load (0xdc008016).


(kernel) Failed to load kext com.zhong.AppleIntelWiFi (error 0xdc008016).


Failed to load /Users/chamikaashen/Desktop/AppleIntelWiFi.kext - (libkern/kext) link error.


Failed to load /Users/chamikaashen/Desktop/AppleIntelWiFi.kext - (libkern/kext) link error.


Check library declarations for your kext with kextlibs(8). how i fix it ?
 
use "kextutil -v 6" instead of "kextload", you will get more information about why it failed.

Defaulting to kernel file '/System/Library/Kernels/kernel'


Kext with invalid signature (-67030) allowed: <OSKext 0x7fe05f514e50 [0x7fff98901b00]> { URL = "file:///Users/chamikaashen/Desktop/AppleIntelWiFi.kext/", ID = "com.zhong.AppleIntelWiFi" }


Code Signing Failure: code signature is invalid


/Users/chamikaashen/Desktop/AppleIntelWiFi.kext appears to be loadable (not including linkage for on-disk libraries).


Loading /Users/chamikaashen/Desktop/AppleIntelWiFi.kext.


Disabling KextAudit: SIP is off


KextAudit initialized: audit=F


(kernel) kxld[com.zhong.AppleIntelWiFi]: The super class vtable '__ZTV17IO80211Controller' for vtable '__ZTV14AppleIntelWiFi' is out of date. Make sure your kext has been built against the correct headers.


(kernel) kxld[com.zhong.AppleIntelWiFi]: The super class vtable '__ZTV17IO80211Controller' for vtable '__ZTV14AppleIntelWiFi' is out of date. Make sure your kext has been built against the correct headers.


(kernel) Can't load kext com.zhong.AppleIntelWiFi - link failed.


(kernel) Failed to load executable for kext com.zhong.AppleIntelWiFi.


(kernel) Kext com.zhong.AppleIntelWiFi failed to load (0xdc008016).


(kernel) Failed to load kext com.zhong.AppleIntelWiFi (error 0xdc008016).


Failed to load /Users/chamikaashen/Desktop/AppleIntelWiFi.kext - (libkern/kext) link error.


Failed to load /Users/chamikaashen/Desktop/AppleIntelWiFi.kext - (libkern/kext) link error.


Check library declarations for your kext with kextlibs(8).

bro coming this code after running
 
Defaulting to kernel file '/System/Library/Kernels/kernel'


Kext with invalid signature (-67030) allowed: <OSKext 0x7fe05f514e50 [0x7fff98901b00]> { URL = "file:///Users/chamikaashen/Desktop/AppleIntelWiFi.kext/", ID = "com.zhong.AppleIntelWiFi" }


Code Signing Failure: code signature is invalid


/Users/chamikaashen/Desktop/AppleIntelWiFi.kext appears to be loadable (not including linkage for on-disk libraries).


Loading /Users/chamikaashen/Desktop/AppleIntelWiFi.kext.


Disabling KextAudit: SIP is off


KextAudit initialized: audit=F


(kernel) kxld[com.zhong.AppleIntelWiFi]: The super class vtable '__ZTV17IO80211Controller' for vtable '__ZTV14AppleIntelWiFi' is out of date. Make sure your kext has been built against the correct headers.


(kernel) kxld[com.zhong.AppleIntelWiFi]: The super class vtable '__ZTV17IO80211Controller' for vtable '__ZTV14AppleIntelWiFi' is out of date. Make sure your kext has been built against the correct headers.


(kernel) Can't load kext com.zhong.AppleIntelWiFi - link failed.


(kernel) Failed to load executable for kext com.zhong.AppleIntelWiFi.


(kernel) Kext com.zhong.AppleIntelWiFi failed to load (0xdc008016).


(kernel) Failed to load kext com.zhong.AppleIntelWiFi (error 0xdc008016).


Failed to load /Users/chamikaashen/Desktop/AppleIntelWiFi.kext - (libkern/kext) link error.


Failed to load /Users/chamikaashen/Desktop/AppleIntelWiFi.kext - (libkern/kext) link error.


Check library declarations for your kext with kextlibs(8).

bro coming this code after running
It says prelink failed, As I know, this kext only run on 10.15 now, I don't know which system version you are using. If you want to use Intel Wifi, maybe you can try itlwm + Heliport, and I am the author.
 
Hello to all

Intel AC9462NGW ?
 
AppleIntelWifi.kext is working better than I could dream of. But just in case it could help someone to improve it, most of the time it crashes or panics here it is after Sleep/Wake process. Catalina 10.15 here.
 
Status
Not open for further replies.
Back
Top