Contribute
Register

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

Status
Not open for further replies.
Confirmed working with Intel AC 3165 KeyA+E mini. Stock HP Probook Wifi card, but KP's after a while (See crash Report)
Screenshot 2020-03-29 at 16.36.00.png
 

Attachments

  • Screenshot 2020-03-29 at 16.36.00.png
    Screenshot 2020-03-29 at 16.36.00.png
    54.1 KB · Views: 221
  • AppleIntelWIFI.kext_CRASH_REPORT.txt
    6.3 KB · Views: 304
oh that a great news

I would like to try it on mine(Intel® Wireless-AC 9560)

but 1st if there is any wrong happened
how can I remove this one?

also any body can tell if air drop and conicetivity working well
 
@PhaNtazm Hey can you share your code or create a github repository please ? I'm interested about your code.
 
Intel drivers from Apple could possibly get added to macOS in the next 6 months so I'd advise using Broadcom until then. There is already an Intel Wifi 6 card in the new iPad Pro. Coming to the Mac line soon ? Very possible.
Where did you got the info about Intel Wifi 6 in the new iPad Pro?

I looked at the kernelcache of iPadOS 13.4 for ipad8,11.

There are these kext:

com.apple.driver.BCMWLANFirmware4378_Hashstore
com.apple.driver.AppleBCMWLANCore
com.apple.driver.AppleBCMWLANBusInterfacePCIe

I can not find any info about bcm4378 online. It looks like custom made for Apple.
 
Where did you got the info about Intel Wifi 6 in the new iPad Pro?

I looked at the kernelcache of iPadOS 13.4 for ipad8,11.

There are these kext:

com.apple.driver.BCMWLANFirmware4378_Hashstore
com.apple.driver.AppleBCMWLANCore
com.apple.driver.AppleBCMWLANBusInterfacePCIe

I can not find any info about bcm4378 online. It looks like custom made for Apple.
Can u please upload these kexts ?
 
It works for my ac3160¡¡¡ I can access the internet but slowly ...

Thank you so much for your effort and for this promising piece of work¡¡¡

When an update?
 
It works on Intel ac 3165 slowish and sometimes it reboots the laptop. Chuwi Aerobook.
Thanks for this wonderful work.
 
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.

Intel AC 9260 card is running but device crashes after a kext load command.

I entered the device id by editing info.plist with xcode, but it continues to crash.

I am excitedly waiting for you to offer the appropriate driver.
 
Hi guys. I just tried that kext with my Intel AC 3165 in 10.15.3 and I always get this kernel panic right after the kext loads. Loading it manually with sudo kextload also causes the same KP. Any ideas?
 

Attachments

  • Screenshot 2020-03-31 at 5.17.42 PM.png
    Screenshot 2020-03-31 at 5.17.42 PM.png
    154.8 KB · Views: 247
How this can be applied? I did what he said. Nothing happened...still no wifi. Can anyone tell me the step by step then I will test mine.;
 
Status
Not open for further replies.
Back
Top