Contribute
Register

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

Status
Not open for further replies.
Yes working 9560ac, but if Automator script possibility?

#!/bin/bash

echo “Run”


# Your command is next.
cd ‫/‬Applications
sudo chown -R root:wheel AppleIntelWiFi.kext
sudo kextload AppleIntelWiFi.kext

echo "Done"

change cd /Application to ur automotor app path

and if u need make it better u can open sudo password to run it automatically when u add it on login item
 
#!/bin/bash

echo “Run”


# Your command is next.
cd ‫/‬Applications
sudo chown -R root:wheel AppleIntelWiFi.kext
sudo kextload AppleIntelWiFi.kext

echo "Done"

change cd /Application to ur automotor app path

and if u need make it better u can open sudo password to run it automatically when u add it on login item
Thanks
 
Hey can u drop the kext

See post #309 itlwm 0509.zip (may not work with some 3165 AC), if your wifi is 3165 AC, try attached itlwm 0426.zip.
 

Attachments

  • itlwm 0426.zip
    6.5 MB · Views: 208
See post #309 itlwm 0509.zip (may not work with some 3165 AC), if your wifi is 3165 AC, try attached itlwm 0426.zip.
This kext will work with mojave ?
 
I used the YT video to get it to work on NUC6i5SYH Intel 8260Wifi
wifi also gets back after wake up from sleep.
after cold start I have to run commands in terminal again
thank you for all the work!!
 
Status
Not open for further replies.
Back
Top