peppe105 Posted June 12, 2017 Share Posted June 12, 2017 hi guys, ar9485 v14 working on sierra, but not on el capitan, is there any way to solve this? thx in advance Link to comment Share on other sites More sharing options...
chunnann Posted June 12, 2017 Share Posted June 12, 2017 hi guys, ar9485 v14 working on sierra, but not on el capitan, is there any way to solve this? thx in advance The CLover KextstoPatch method should work on both Sierra and El Capitan. http://www.insanelymac.com/forum/topic/312045-atheros-wireless-driver-os-x-101112-for-unsupported-cards/?p=2436444 Link to comment Share on other sites More sharing options...
peppe105 Posted June 12, 2017 Share Posted June 12, 2017 nope, i've tried it. don't know why. Furthermore on sierra it works without kexttopatch The CLover KextstoPatch method should work on both Sierra and El Capitan. http://www.insanelymac.com/forum/topic/312045-atheros-wireless-driver-os-x-101112-for-unsupported-cards/?p=2436444 Link to comment Share on other sites More sharing options...
richard.szemeredi Posted June 12, 2017 Share Posted June 12, 2017 Use v15 kext. For AR9565? I didn't find it. Link to comment Share on other sites More sharing options...
chunnann Posted June 12, 2017 Share Posted June 12, 2017 nope, i've tried it. don't know why. Furthermore on sierra it works without kexttopatch That's odd... Could you please upload unpatched AirPortAtheros40.kext from El Capitan so that I can help patch it for you? For AR9565? I didn't find it. only V14 for both AR9485 and AR9565 so far... Link to comment Share on other sites More sharing options...
richard.szemeredi Posted June 12, 2017 Share Posted June 12, 2017 only V14 for both AR9485 and AR9565 so far... Is the V14 stable and full speed? Link to comment Share on other sites More sharing options...
peppe105 Posted June 12, 2017 Share Posted June 12, 2017 That's odd... Could you please upload unpatched AirPortAtheros40.kext from El Capitan so that I can help patch it for you? only V14 for both AR9485 and AR9565 so far... thanks man, I solved it going back to sierra. 10.12.3 Link to comment Share on other sites More sharing options...
Genxster Posted June 13, 2017 Share Posted June 13, 2017 @jalves @Chunnann Do not look at the upper right corner Aren't you boot from clover with patched kexts in clover to obtain ar9565 .Also can you mention your procedure please to get it work .(ar9565).also what abt Bluetooth turn off,do you use patched kexts.Thanks Sent from my Redmi Note 3 using Tapatalk Link to comment Share on other sites More sharing options...
jalves Posted June 13, 2017 Share Posted June 13, 2017 @jalvesAren't you boot from clover with patched kexts in clover to obtain ar9565 .Also can you mention your procedure please to get it work .(ar9565).also what abt Bluetooth turn off,do you use patched kexts.Thanks Sent from my Redmi Note 3 using Tapatalk @Genxtster I use these clover patch in KextToPatch http://www.insanelymac.com/forum/index.php?app=core&module=attach§ion=attach&attach_id=242898 more this <dict> <key>Comment</key> <string>Change pci168c,30 to pci168c,36</string> <key>Disabled</key> <false/> <key>Find</key> <data> PHN0cmluZz5wY2kxNjhjLDMwPC9zdHJpbmc+ </data> <key>InfoPlistPatch</key> <true/> <key>MatchOS</key> <string>10.12.x</string> <key>Name</key> <string>com.apple.driver.AirPort.Atheros40</string> <key>Replace</key> <data> PHN0cmluZz5wY2kxNjhjLDM2PC9zdHJpbmc+ </data> </dict> For Bluetooth http://forum.osxlatitude.com/index.php?/topic/2925-bluetooth-firmware-uploader/ Link to comment Share on other sites More sharing options...
Genxster Posted June 14, 2017 Share Posted June 14, 2017 @Genxtster I use these clover patch in KextToPatch http://www.insanelymac.com/forum/index.php?app=core&module=attach§ion=attach&attach_id=242898 more this <dict> <key>Comment</key> <string>Change pci168c,30 to pci168c,36</string> <key>Disabled</key> <false/> <key>Find</key> <data> PHN0cmluZz5wY2kxNjhjLDMwPC9zdHJpbmc+ </data> <key>InfoPlistPatch</key> <true/> <key>MatchOS</key> <string>10.12.x</string> <key>Name</key> <string>com.apple.driver.AirPort.Atheros40</string> <key>Replace</key> <data> PHN0cmluZz5wY2kxNjhjLDM2PC9zdHJpbmc+ </data> </dict>For Bluetooth http://forum.osxlatitude.com/index.php?/topic/2925-bluetooth-firmware-uploader/ OK,My Bluetooth remains always on and switch off icon is grayed.do you have the same problem ? Also, whether the clover kext2patch to airport-atheros40.kext ,Inteliofamily.kext is only needed ,no additional kexts to put in anywhere (No modified kexts ,excepts vanilla that already comes with os)and what's about speed of WiFi in 2.5 GHZ.Thanks for reply. Sent from my Redmi Note 3 using Tapatalk Link to comment Share on other sites More sharing options...
jalves Posted June 14, 2017 Share Posted June 14, 2017 (edited) OK,My Bluetooth remains always on and switch off icon is grayed.do you have the same problem ? Also, whether the clover kext2patch to airport-atheros40.kext ,Inteliofamily.kext is only needed ,no additional kexts to put in anywhere (No modified kexts ,excepts vanilla that already comes with os) and what's about speed of WiFi in 2.5 GHZ.Thanks for reply. Sent from my Redmi Note 3 using Tapatalk Yes, the behavior of bluetooth is this ( In the developer's publication, this behavior is explained ) You do not need anything else, just KextToPatch If the card was not recognized, manually load the kext, redo the caches and reboot sudo kextload /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext sudo kextcache -system-prelinked-kernel sudo kextcache -system-caches reboot I was not able to test at speeds above 5Mb / s, the limit of my DSL Edited June 14, 2017 by jalves Link to comment Share on other sites More sharing options...
Genxster Posted June 14, 2017 Share Posted June 14, 2017 Yes, the behavior of bluetooth is this ( In the developer's publication, this behavior is explained ) You do not need anything else, just KextToPatch If the card was not recognized, manually load the kext, redo the caches and reboot sudo kextload /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext sudo kextcache -system-prelinked-kernel sudo kextcache -system-caches reboot I was not able to test at speeds above 5Mb / s, the limit of my DSL Thanks,Anyway to switch off BT ,I am afraid of getting BT firmware Worn ,damaged. Sent from my Redmi Note 3 using Tapatalk Link to comment Share on other sites More sharing options...
xzShift Posted June 15, 2017 Share Posted June 15, 2017 Have any chances to run QCA9377([168c:0042]) under 10.12.5 using this drivers? Link to comment Share on other sites More sharing options...
Dexter61 Posted June 15, 2017 Share Posted June 15, 2017 V15 doesn't have disconnect problem but there is speed drop problem. Sometimes happen speed drops and the connection is cut off instantly. After that it comes back. So still V13 is more stable than v15 for me. 2 Link to comment Share on other sites More sharing options...
xzShift Posted June 15, 2017 Share Posted June 15, 2017 Try to replace device id in 40 kext(vanilla) plist but after rebuilding a cache have no changes and have auto reboot when used FIX_AIRPORT_4000 ): Link to comment Share on other sites More sharing options...
fr0n1k22 Posted June 15, 2017 Share Posted June 15, 2017 V15 doesn't have disconnect problem but there is speed drop problem. Sometimes happen speed drops and the connection is cut off instantly. After that it comes back. So still V13 is more stable than v15 for me. Agreed, same for me 2 Link to comment Share on other sites More sharing options...
JonasWander Posted June 16, 2017 Share Posted June 16, 2017 any date to release for 10.13? Link to comment Share on other sites More sharing options...
den.filipchenko0000 Posted June 17, 2017 Share Posted June 17, 2017 Hello! How i can use the AR9485(TPlink TL-WN781ND2) PCIE card with mac os 10.10? Thx in advanced. P.S.: Sorry for my bad english, bat this language is not my nacional. Link to comment Share on other sites More sharing options...
skyfly555 Posted June 18, 2017 Share Posted June 18, 2017 @Genxtster I use these clover patch in KextToPatch http://www.insanelymac.com/forum/index.php?app=core&module=attach§ion=attach&attach_id=242898 more this <dict> <key>Comment</key> <string>Change pci168c,30 to pci168c,36</string> <key>Disabled</key> <false/> <key>Find</key> <data> PHN0cmluZz5wY2kxNjhjLDMwPC9zdHJpbmc+ </data> <key>InfoPlistPatch</key> <true/> <key>MatchOS</key> <string>10.12.x</string> <key>Name</key> <string>com.apple.driver.AirPort.Atheros40</string> <key>Replace</key> <data> PHN0cmluZz5wY2kxNjhjLDM2PC9zdHJpbmc+ </data> </dict> For Bluetooth http://forum.osxlatitude.com/index.php?/topic/2925-bluetooth-firmware-uploader/ This is my case. Using V14 with this kexttopatch, uploaded the bluetooth firmware, everything seems to run OK in Sierra 10.12.4. Thank you!! Link to comment Share on other sites More sharing options...
Genxster Posted June 18, 2017 Share Posted June 18, 2017 This is my case. Using V14 with this kexttopatch, uploaded the bluetooth firmware, everything seems to run OK in Sierra 10.12.4. Thank you!! You mean ,Bluetooth Turn off Button is clickable ? Sent from my Redmi Note 3 using Tapatalk Link to comment Share on other sites More sharing options...
skyfly555 Posted June 19, 2017 Share Posted June 19, 2017 You mean ,Bluetooth Turn off Button is clickable ? Sent from my Redmi Note 3 using Tapatalk No, Atheros BT doesn't have "Bluetooth OFF" button on Sierra. But BT works, it's more than nothing. Link to comment Share on other sites More sharing options...
Genxster Posted June 19, 2017 Share Posted June 19, 2017 No, Atheros BT doesn't have "Bluetooth OFF" button on Sierra. But BT works, it's more than nothing.I mean ,is there any issue of worn out of bt adapter ? Sent from my Redmi Note 3 using Tapatalk Link to comment Share on other sites More sharing options...
chunnann Posted June 21, 2017 Share Posted June 21, 2017 Hello! How i can use the AR9485(TPlink TL-WN781ND2) PCIE card with mac os 10.10? Thx in advanced. P.S.: Sorry for my bad english, bat this language is not my nacional. I don't have 10.10 installed. You can upload the unpatched AirPortAtheros40.kext from 10.10 and I can try to patch it for you... Have any chances to run QCA9377([168c:0042]) under 10.12.5 using this drivers? I don't think it would work because the driver is for ath9k, not for ath10k... 1 Link to comment Share on other sites More sharing options...
den.filipchenko0000 Posted June 23, 2017 Share Posted June 23, 2017 chunnann AirPortAtheros40.kext.zip Thx in advanced. Link to comment Share on other sites More sharing options...
chunnann Posted June 23, 2017 Share Posted June 23, 2017 chunnann AirPortAtheros40.kext.zip Thx in advanced. Hello, Please give it a try to see if it works... (only for Yosemite). Link to comment Share on other sites More sharing options...
Recommended Posts