Contribute
Register

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

Status
Not open for further replies.
Thank for your reply.
I've added the kext in the kext files and config plist.
After restart, I tried to type in the code into available status.
Can someone help me for the error?

Use Finder and move or copy the kext to your Desktop.

In Terminal type
sudo chown -R root:wheel ~/Desktop/AppleIntelWifi.kext
sudo kextload ~/Desktop/AppleIntelWifi.kext
 
Thank for your reply.
I've added the kext in the kext files and config plist.
After restart, I tried to type in the code into available status.
Can someone help me for the error?
You do not have to put the kext with others. You have to load it after booting.
Use Finder and move or copy the kext to your Desktop.

In Terminal type
sudo chown -R root:wheel ~/Desktop/AppleIntelWifi.kext
sudo kextload ~/Desktop/AppleIntelWifi.kext
 
I've been using AppleIntelWifi.kext for a while, and the works is awesome, my congratulations. Recently I've been using version 1.2.5 but when downloading a file at "high speeds", the network seems to disconnect and reconnect every now and then (has happened multiple times in different days already), I would like to report this to the creators but can't find anyway/anywhere to report this, could anyone help me with that/report it for me? I'll check if this also happened with 1.2.3 as soon as possible.
 
You do not have to put the kext with others. You have to load it after booting.
I've put the kext in desktop, and typed code in terminal.
But still it seems not worked.
Here is the screenshot, hope someone can help me.
 

Attachments

  • 截圖 2020-06-18 下午10.21.42.png
    截圖 2020-06-18 下午10.21.42.png
    74.6 KB · Views: 122
They are 2 commands.
Try typing the first one on its own (sudo chown -R root:wheel ~/Desktop/AppleIntelWifi.kext), press enter, put password, press enter, type the second one, enter, password, enter.
 
They are 2 commands.
Try typing the first one on its own (sudo chown -R root:wheel ~/Desktop/AppleIntelWifi.kext), press enter, put password, press enter, type the second one, enter, password, enter.
Sorry for bothered you.
I've tried to type those code, but there was another problems comes out.
How can I solved it?
 

Attachments

  • 截圖 2020-06-19 上午1.45.18.png
    截圖 2020-06-19 上午1.45.18.png
    87.4 KB · Views: 190
Sorry for bothered you.
I've tried to type those code, but there was another problems comes out.
How can I solved it?

Normally, 1st time extracted file from zip, or kext is copied from local A to B, need below commands

sudo chown -R root:wheel ~/Desktop/AppleIntelWiFi.kext
sudo chmod -R 755 ~/Desktop/AppleIntelWiFi.kext
sudo kextload -v ~/Desktop/AppleIntelWiFi.kext

Later on, if only edit/replace info.plist (location not change and no plugins module is replaced), below commands should be enough

sudo chown -R root:wheel ~/Desktop/AppleIntelWiFi.kext
sudo kextload -v ~/Desktop/AppleIntelWiFi.kext
 
I've been using AppleIntelWifi.kext for a while, and the works is awesome, my congratulations. Recently I've been using version 1.2.5 but when downloading a file at "high speeds", the network seems to disconnect and reconnect every now and then (has happened multiple times in different days already), I would like to report this to the creators but can't find anyway/anywhere to report this, could anyone help me with that/report it for me? I'll check if this also happened with 1.2.3 as soon as possible.

Version 1.2.3 seems to be stable than version 1.2.5.

Main breakthrough on ver 1.2.5 is starting to support wifi switching, through auto load script + wifi switching scripts + BitBar.app as wifi UI, does not need edit info.plist any more.
 
Sorry for bothered you.
I've tried to type those code, but there was another problems comes out.
How can I solved it?

rebuild kext cache, disable SIP in recovery mode, and try again with open network setting to show wifi that came up..
 
Normally, 1st time extracted file from zip, or kext is copied from local A to B, need below commands

sudo chown -R root:wheel ~/Desktop/AppleIntelWiFi.kext
sudo chmod -R 755 ~/Desktop/AppleIntelWiFi.kext
sudo kextload -v ~/Desktop/AppleIntelWiFi.kext

Later on, if only edit/replace info.plist (location not change and no plugins module is replaced), below commands should be enough

sudo chown -R root:wheel ~/Desktop/AppleIntelWiFi.kext
sudo kextload -v ~/Desktop/AppleIntelWiFi.kext
Thank for your reply.
Now it works, I had only to fix up the wifi switch.
 

Attachments

  • 截圖 2020-06-19 下午5.17.11.png
    截圖 2020-06-19 下午5.17.11.png
    130.1 KB · Views: 208
Status
Not open for further replies.
Back
Top