Jump to content
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
https://www.insanelymac.com/forum/topic/252481-atheros-9285/
Share on other sites

  • 5 weeks later...
  • 3 months later...
×
×
  • Create New...