Jump to content

ML 10.8.2 AR9287 Wifi Full N DHCP problem


Uoc Nguyen
 Share

1 post in this topic

Recommended Posts

Hi there,

 

My problem is: Wifi card Atheros AR9287 (HW ID: 168c,0x2e) is working well with Wifi Lite-N but with Full-N it's can not get IP from DHCP and has self assigned IP.

 

I have been using original kext: IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext and added my hardware id to the list

 

<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>[b][color=#ff0000]pci168c,2e[/color][/b]</string>
</array>

 

I tried some kexts for AR9285 & AR9287 but no luck.

 

Anyone solved this problem?

Link to comment
Share on other sites

 Share

×
×
  • Create New...