Jump to content

AR9285 no Yosemite - Alguém conseguiu fazer funcionar?


Allan
 Share

13 posts in this topic

Recommended Posts

Voltei.

 

Apliquei esse patch na DSDT e coloquei a kext original e não funcionou.

 

Mas achei outro patch (não vi muita diferença) e com esse funciona:

                Method (_DSM, 4, NotSerialized)
                {
                    If (LEqual (Arg2, Zero))
                    {
                        Return (Buffer (One)
                        {
                            0x03
                        })
                    }


                    Return (Package (0x0E)
                    {
                        "device-id", 
                        Unicode ("0"), 
                        "name", 
                        "pci168c,30", 
                        "AAPL,slot-name", 
                        Buffer (0x08)
                        {
                            "AirPort"
                        }, 


                        "device_type", 
                        Buffer (0x08)
                        {
                            "AirPort"
                        }, 


                        "model", 
                        Buffer (0x33)
                        {
                            "Atheros 9285 802.11 b/g/n Wireless Network Adapter"
                        }, 


                        "subsystem-id", 
                        Buffer (0x04)
                        {
                            0x8F, 0x00, 0x00, 0x00
                        }, 


                        "subsystem-vendor-id", 
                        Buffer (0x04)
                        {
                            0x6B, 0x10, 0x00, 0x00
                        }
                    })
                }
            }
Link to comment
Share on other sites

  • 3 weeks later...
 Share

×
×
  • Create New...