Contribute
Register

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

Status
Not open for further replies.
When I tried to load kext, I have this:
bash-3.2# kextutil Desktop/AppleIntelWiFi.kext/


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


Code Signing Failure: code signature is invalid


Disabling KextAudit: SIP is off


(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/maxim/Desktop/AppleIntelWiFi.kext - (libkern/kext) link error.


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

"Kext-dev-mode=1", SIP disabled added, how fix it?
 
Last edited:
When I tried to load kext, I have this:
bash-3.2# kextutil Desktop/AppleIntelWiFi.kext/

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

"Kext-dev-mode=1", SIP disabled added, how fix it?

That is because that is not the way to load this kext. Just follow the simple instructions in Post 1.
 
That is because that is not the way to load this kext. Just follow the simple instructions in Post 1.
But I have errors, that I have before, also I enable Gatekeeper and SIP, to close all from Youtube instruction)
 
But I have errors, that I have before, also I enable Gatekeeper and SIP, to close all from Youtube instruction)

That is because you are using kextutil. The instructions in post 1 tell you how to do it properly.

If the kext is on your desktop then open Terminal and type the following.

cd ~/Desktop
sudo chown -R root:wheel AppleIntelWiFi.kext
sudo kextload AppleIntelWiFi.kext
 
That is because you are using kextutil. The instructions in post 1 tell you how to do it properly.

If the kext is on your desktop then open Terminal and type the following.

cd ~/Desktop
sudo chown -R root:wheel AppleIntelWiFi.kext
sudo kextload AppleIntelWiFi.kext
Снимок экрана 2020-04-26 в 21.50.36.png

xD
 
hi please help. do you think its possible to work for my device. i tried and i did not encounter any error or so whatever but wifi is not totally showing in my device
 

Attachments

  • FF4092B9-09F9-41F9-9121-86594B297F58.jpeg
    FF4092B9-09F9-41F9-9121-86594B297F58.jpeg
    3.5 MB · Views: 128
  • 5A240D2A-DA10-48DB-BA48-2F22FD44C418.jpeg
    5A240D2A-DA10-48DB-BA48-2F22FD44C418.jpeg
    4.3 MB · Views: 117
  • 60764308-E1C8-41EE-9A06-0668DC61F91C.jpeg
    60764308-E1C8-41EE-9A06-0668DC61F91C.jpeg
    4.3 MB · Views: 128
Status
Not open for further replies.
Back
Top