AR9380
對你的dsdt打下面的補丁或者改網卡驅動的id就可以了
into device Label PXSX parent_label RP07 replace_content begin
Name (_ADR, Zero)\n
Name (_SUN, One)\n
Name (_PRW, Package (0x02) {0x09,0x04})\n
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"AAPL,slot-name","AirPort",\n
"built-in", Buffer () {0x00},\n
"device-type","AirPort",\n
"model","Atheros AR9x8x 802.11 a/b/g/n Wireless Network Controller",\n
"name", "AirPort Extreme",\n
"compatible","pci168c,30"\n
})\n
}\n
end;
into definitionblock code_regex . insert
begin Store ("arpt1-ar928x-ar9380_v2 dsdt edits, github.com/toleda", Debug) end |