Jump to content

Atheros AR9285 in El Capitan 10.11.6


richard1994x
 Share

8 posts in this topic

Recommended Posts

hello

 

try to use this

 

 

into method label _DSM parent_label PXSX remove_entry;
into device label PXSX parent_label RP01 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "device-id", Buffer() { 0x30, 0x00, 0x00, 0x00 },\n
        "name", "pci168c,30",\n
        "AAPL,slot-name", Buffer() { "AirPort" },\n
        "device_type", Buffer() { "AirPort" },\n
        "model", Buffer() { "Atheros 9285 802.11 b/g/n Wireless Network Adapter" },\n
        "subsystem-id", Buffer() { 0x8F, 0x00, 0x00, 0x00 },\n
        "subsystem-vendor-id", Buffer() { 0x6B, 0x10, 0x00, 0x00 },\n
    })\n
}\n
end;

apply in ur dsdt

 

good hack

 

  • Like 1
Link to comment
Share on other sites

hello

 

u can try this in clover

<key>Devices</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>WIFI</key>
            <string>0x0030168c</string>
        </dict>
    </dict>

or upload ur dsdt to apply the patch ..

 

good hack

Link to comment
Share on other sites

 Share

×
×
  • Create New...