Jump to content

Atheros 9285


oldnapalm
 Share

7 posts in this topic

Recommended Posts

Insira o method _DSM no device WLAN.

 

No Asus N53J ele fica dentro do device RP02. Se não encontrar, procure no IORegistryExplorer.

 

wlan.png

 

                    Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x0C)
                           {
                               "AAPL,slot-name", 
                               Buffer (0x08)
                               {
                                   "AirPort"
                               }, 
                               "device-id", 
                               Unicode ("*"), 
                               "device_type", 
                               Buffer (0x08)
                               {
                                   "AirPort"
                               }, 
                               "model", 
                               Buffer (0x34)
                               {
                                   "Atheros 9285 8802.11 b/g/n Wireless Network Adapter"
                               }, 
                               "subsystem-id", 
                               Buffer (0x04)
                               {
                                   0x8F, 0x00, 0x00, 0x00
                               }, 
                               "subsystem-vendor-id", 
                               Buffer (0x04)
                               {
                                   0x6B, 0x10, 0x00, 0x00
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }

 

Tópico original

http://www.projectosx.com/forum/index.php?showtopic=1416

Link to comment
Share on other sites

Hi

 

is there a chance to make this 9285 work on N router? No issue on G.

 

When trying to connect on N, it can detect the network name but after entering the password, there will be a exclamation point on top of the airport icon and getting no IP.

Link to comment
Share on other sites

  • 5 weeks later...
  • 3 months later...
 Share

×
×
  • Create New...