MKjanek32 Posted October 2, 2013 Report Share Posted October 2, 2013 Jakiś czas temu dostosowałem swojego legacy kexta pod Mountain Liona (zmieniła się struktura pluginów IO80211Family.kext), ale nie mogłem go przetestować, bo na moim laptopie nie da się uruchomić OS Xa 10.8.Jednak po sprawdzeniu przez innych użytkowników wiem, że kext działa, więc go publikuję. Testowany pod wydaniami OS X: Mountain Lion 10.8, Mavericks 10.9, Yosemite 10.10. Starsza wersja dla Snow Leoparda 10.6 i Liona 10.7 jest dostępna tu: http://hamac.pl/topic/4085-legacy-kext-dla-kart-wif-atheros/InstalacjaWrzucamy kexta do /System/Library/Extensions albo do innej lokalizacji, jak /Extra/Extensions (KextStore) przy Chameleonie lub katalog z kextami dla używanej przez nas wersji OS Xa w przypadku Clovera. Oczywiście należy pamiętać o naprawieniu uprawnień i przebudowaniu mkexta.Gdyby po instalacji były problemy z nawiązaniem połączenia, należy wykonać w terminalu polecenie: sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist Po czym restartujemy system i konfigurujemy karty od nowa w Preferencjach systemowych > Sieć.Lista obsługiwanych chipów: <key>IONameMatch</key> <array> <string>pci168c,30</string> <string>pci168c,2a</string> <string>pci106b,0086</string> <string>pci168c,1c</string> <string>pci168c,23</string> <string>pci168c,24</string> <string>pci168c,1a</string> <string>pci168c,1014</string> <string>pci168c,2b</string> <string>pci168c,2e</string> <string>pci168c,2d</string> </array> Jeżeli naszego device ID nie ma w spisie, należy go przed instalacją dopisać do Info.plist. Jak karta zadziała, proszę zgłosić się w tym wątku, wtedy dodam jej ID do kexta.UWAGA: proszę nie zgłaszać problemów z kartami na USB, oryginalne sterowniki AirPorta ich nie obsługują i mój kext pod tym względem nic nie zmieniaWszelkiego rodzaju problemy, uwagi, itp. zgłaszajcie w tym temacie. Pozdrawiam.Historia wydań kexta:02.10.2013 - pierwsza wersja NextLegacyAtheros.kext.zip Quote Link to comment Share on other sites More sharing options...
314TeR Posted October 2, 2013 Report Share Posted October 2, 2013 Dzięki MKjanek32, Sprawdzony przed sekundą pci168c,2b vel AR5B95 vel ar9285 i działa w ML 10.8.5. Quote Link to comment Share on other sites More sharing options...
serve Posted October 16, 2013 Report Share Posted October 16, 2013 Niestety nie działa w przypadku: Atheros AR2413 / WiFi, chciałbym tą kartę uruchomić w 10.8.5. Mam oryginalne IO80211Family.kext + twój kext. Quote Link to comment Share on other sites More sharing options...
MKjanek32 Posted October 16, 2013 Author Report Share Posted October 16, 2013 Czytałeś? Jeżeli naszego device ID nie ma w spisie, należy go przed instalacją dopisać do Info.plist. ID Twojej karty, to prawdopodobnie pci168c,1b. Wyrzuć kexta, dopisz je do Info.plist, zainstaluj i wtedy daj znać, czy działa. Quote Link to comment Share on other sites More sharing options...
serve Posted October 16, 2013 Report Share Posted October 16, 2013 Czytałem, ID mojej karty to 168c:001a, nie działa z oryginalnym IO0211Family + twoją poprawką. Z kextami z kexts.com wykrywa kartę, widzi sieci, ale po wpisaniu hasła z automatu dostaje komunikat, że nie można się połączyć. Quote Link to comment Share on other sites More sharing options...
HonyszkeKojok Posted October 19, 2013 Report Share Posted October 19, 2013 Mam to samo co kolega karte mi czyta ale łączy tylko z otwartymi sieciami a gdy wpisuje hasło - "nie można się połączyć" ktoś wie jak rozwiązać ten problem ? Quote Link to comment Share on other sites More sharing options...
serve Posted October 19, 2013 Report Share Posted October 19, 2013 Jaka karta? Quote Link to comment Share on other sites More sharing options...
MKjanek32 Posted October 19, 2013 Author Report Share Posted October 19, 2013 Z kextami z kexts.com wykrywa kartę, widzi sieci, ale po wpisaniu hasła z automatu dostaje komunikat, że nie można się połączyć. Jakie to kexty? Quote Link to comment Share on other sites More sharing options...
serve Posted October 20, 2013 Report Share Posted October 20, 2013 http://www.osx86.net/files/file/307-atheros-ar5005g-ar2413-ar2414-io80211familykext/ lub http://www.osx86.net/files/file/1213-d-link-dwa-510-atheros-ar2413/ Nie wiem czy jest to sprawka kextów, może san system robi jakiegoś psikusa. Nie mam pojęcia jak zdiagnozować, po której stronie leży problem. Quote Link to comment Share on other sites More sharing options...
HonyszkeKojok Posted October 21, 2013 Report Share Posted October 21, 2013 Mój WLAN to AR9287 czy da radę coś zrobić z tym problemem? (braku możliwości połączenia z sieciami zabezpieczonych hasłem) Quote Link to comment Share on other sites More sharing options...
serve Posted October 22, 2013 Report Share Posted October 22, 2013 Faktycznie, gdy sieć jest niezabezpieczona to łączy bez problemu. Quote Link to comment Share on other sites More sharing options...
HonyszkeKojok Posted October 25, 2013 Report Share Posted October 25, 2013 Jest jakieś rozwiązanie tego problemu ? Quote Link to comment Share on other sites More sharing options...
Ravven Posted October 26, 2013 Report Share Posted October 26, 2013 Ja w przypadku mojej karty Atheros (w stopce) dodałem tylko odpowiednią modyfikację w DSDT imitującą kartę z kexta. Method (_DSM, 4, NotSerialized) { Store (Package (0x02) { "name", Buffer (0x0B) { "pci168c,2a" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } Od tej pory zawsze działała OOTB. EDIT: Metoda ta działa pod 10.8 i 10.9. Quote Link to comment Share on other sites More sharing options...
Masiej Posted November 11, 2014 Report Share Posted November 11, 2014 Witam, czy ten kext działa z Yosemite ?? Quote Link to comment Share on other sites More sharing options...
arnon Posted November 11, 2014 Report Share Posted November 11, 2014 Witam, czy ten kext działa z Yosemite ?? U mnie działa Quote Link to comment Share on other sites More sharing options...
MKjanek32 Posted November 13, 2014 Author Report Share Posted November 13, 2014 A swoją drogą, dałby ktoś radę podrzucić mi IO80211Family.kext z Yosemite? Zobaczyłbym, czy nie pojawił się jakiś nowy plugin do obsługi Atherosów. Quote Link to comment Share on other sites More sharing options...
314TeR Posted November 13, 2014 Report Share Posted November 13, 2014 Proszę bardzo: https://www.dropbox.com/s/2elzoieqbt6x18g/IO80211Family.kext.zip?dl=0 Quote Link to comment Share on other sites More sharing options...
arnon Posted November 15, 2014 Report Share Posted November 15, 2014 A tak wgl. to chciałbym powiedzieć, że w moim przypadku, wystarczyło wrzucić kexta do s/l/e i nic więcej, po restarcie komputera, wifi działało Widzę też, że niektórzy mają problem z sieciami zabezpieczonymi. To samo miałem po zainstalowaniu kexta z www.hackintoshosx.com, a po instalacji tego kexta, wszystko jest gicior. Quote Link to comment Share on other sites More sharing options...
MKjanek32 Posted November 15, 2014 Author Report Share Posted November 15, 2014 Proszę bardzo: https://www.dropbox.com/s/2elzoieqbt6x18g/IO80211Family.kext.zip?dl=0 Dzięki, widzę, że nic się nie zmieniło. Czyli na razie będzie spokój z modyfikowaniem. Skoro kext działa pod kilkoma wersjami systemu, pozwoliłem sobie przenieść temat tutaj. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.