rals2007 Posted December 25, 2013 Share Posted December 25, 2013 It will not work. Osx currently doesnt support it Link to comment Share on other sites More sharing options...
Zackptg5 Posted December 26, 2013 Author Share Posted December 26, 2013 Just editing the info.plist doesn't work which is why I was hoping someone made a kext for it. The kext here is the only one I found that has support for the Ar9462 but it doesn't work with my mavericks install because it's an older kext. Link to comment Share on other sites More sharing options...
Administrators Hervé Posted December 26, 2013 Administrators Share Posted December 26, 2013 Only Qualcomm or Apple write these kexts... Conclusion: it's not supported in Mavericks since it's not compatible with 10.9's Atheros40 kext. It might have been compatible with Atheros/Atheros21/Atheros40 kexts of SL, L but it's not with ML and Mavericks -> change your card. Link to comment Share on other sites More sharing options...
Zackptg5 Posted January 7, 2014 Author Share Posted January 7, 2014 I'd like to try writing my own kext. Where should I start? Link to comment Share on other sites More sharing options...
Administrators Hervé Posted January 8, 2014 Administrators Share Posted January 8, 2014 Have you ever written a device driver before? If not, well, it's a full time job... Link to comment Share on other sites More sharing options...
Zackptg5 Posted January 8, 2014 Author Share Posted January 8, 2014 I've done lots of editing, but I never made one from scratch. Got to start somewhere Link to comment Share on other sites More sharing options...
Administrators Hervé Posted January 8, 2014 Administrators Share Posted January 8, 2014 Haha, assuming that's what you meant by "editing", it's one thing to patch a plist and quite another to write a whole kext! However, if you're up to it: http://developer.apple.com/library/mac/documentation/Darwin/Conceptual/KernelProgramming/Extend/Extend.html Link to comment Share on other sites More sharing options...
DanN7 Posted January 10, 2014 Share Posted January 10, 2014 I'd like to study it.. I'll do it for my AR9485 Link to comment Share on other sites More sharing options...
Zackptg5 Posted January 11, 2014 Author Share Posted January 11, 2014 I'd like to study it.. I'll do it for my AR9485 If you know how to write this stuff (cause I don't) here's a good place to start: http://wireless.kernel.org/en/users/Drivers/ath9k It's the linux driver for it and here's a list of what it supports: https://wiki.debian.org/ath9k#Supported_Devices 1 Link to comment Share on other sites More sharing options...
dadaist Posted February 21, 2014 Share Posted February 21, 2014 If you know how to write this stuff (cause I don't) here's a good place to start: http://wireless.kernel.org/en/users/Drivers/ath9k It's the linux driver for it and here's a list of what it supports: https://wiki.debian.org/ath9k#Supported_Devices Brilliant! Thank you! I'd like to study it.. I'll do it for my AR9485 Thumbs up! Link to comment Share on other sites More sharing options...
Recommended Posts