Contribute
Register

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

Status
Not open for further replies.
I just did it again (while the sleep was working before without any problem) and it does not change anything, no sleep
 
Post a copy of the SSDT-UIAC.aml or USBPorts.kext or USBMap.kext you created for your system. Let us see what you are using, as it may not be 100% correct if sleep is still failing.
 
I must have missed something since the others don't have this problem, here is the kext and the SSDT-EC generated by Hackintool
 

Attachments

  • SSDT-EC-USBX.aml
    210 bytes · Views: 59
  • USBPorts.kext.zip
    1.4 KB · Views: 71
I specify that if I deactivate the Bluetooth before the sleep (the WiFi deactivating itself, I do not need to do it), it works but it is not practical at all to have to deactivate and reactivate manually each time.
 
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.

Moderator Edit: Downloads of latest versions of kext projects here.
Man u saved me, I really luv u, thank u very much.
 
Status
Not open for further replies.
Back
Top