I use the same like my card
Screen_shot_2011_06_03_at_5.10.44_PM.png 44.92K
173 downloadsI want to add info in system profiler so I will add the right IDs
Screen_shot_2011_06_03_at_5.10.44_PM.png 44.92K
173 downloads
LatinMcGyver75, on Jun 3 2011, 02:50 PM, said:
"class-code",
Buffer (0x04)
{
0x00, 0x02, 0x80, 0x00
}
Method (_DSM, 4, NotSerialized)
{
Store (Package ()
{
"AAPL,slot-name", Buffer (){"AirPort"},
"device-id", Buffer (0x04){0x1C, 0x00, 0x00, 0x00},
"device_type", Buffer (){"AirPort"},
"subsystem-id", Buffer (0x04){0x86, 0x00, 0x00, 0x00}, // i FIXED THIS TO THE CLOSEST REAL APPLE MATCH TO YOUR CARDS CAPABILITIES
"subsystem-vendor-id", Buffer (0x04){0x6B, 0x10, 0x00, 0x00}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
if no good results.. then just remove sub*** id numbers since u dont need as u already added it to plist or used AtherosLegacy
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0c)
{
"AAPL,slot-name", Buffer () {"AirPort"},
"device_type", Buffer () {"AirPort"},
"model", Buffer () {"Apple DSDT Atheros AR5001X+"}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
Screen_shot_2011_06_04_at_4.18.29_PM.jpg 184.12K
116 downloads
Device (RP01)
{
Name (_ADR, 0x001C0000)
OperationRegion (P1CS, PCI_Config, Zero, 0x0100)
Field (P1CS, AnyAcc, NoLock, WriteAsZeros)
{
Offset (0x3E),
, 6,
SBSR, 1,
Offset (0x52),
, 13,
LSTS, 1,
Offset (0x5A),
ABP1, 1,
, 2,
PDC1, 1,
, 2,
PDS1, 1,
Offset (0x5B),
LASC, 1,
Offset (0x60),
Offset (0x62),
PSP1, 1,
Offset (0xDC),
, 30,
HPCS, 1,
PMCS, 1,
Offset (0xE2),
Offset (0xE3),
WXME, 2
}
Device (ARPT)
{
Name (_ADR, Zero)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x08)
{
"AAPL,slot-name",
Buffer (0x08)
{
"AirPort"
},
"device_type",
Buffer (0x08)
{
"AirPort"
},
"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)
}
}
Name (_PRW, Package (0x02)
{
0x09,
0x03
})
Method (_PRT, 0, NotSerialized)
{
If (GPIC)
{
Return (Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
Zero,
0x10
},
Package (0x04)
{
0xFFFF,
One,
Zero,
0x11
},
Package (0x04)
{
0xFFFF,
0x02,
Zero,
0x12
},
Package (0x04)
{
0xFFFF,
0x03,
Zero,
0x13
}
})
}
Else
{
Return (Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
LNKA,
Zero
},
Package (0x04)
{
0xFFFF,
One,
LNKB,
Zero
},
Package (0x04)
{
0xFFFF,
0x02,
LNKC,
Zero
},
Package (0x04)
{
0xFFFF,
0x03,
LNKD,
Zero
}
})
}
}
}
gives me
derekreid, on Jun 14 2011, 08:44 PM, said:
Screen_shot_2011_06_22_at_2.40.03_AM.png 57.48K
142 downloads
Screen_shot_2011_06_22_at_2.39.51_AM.png 45.08K
150 downloads
LatinMcG, on Jul 7 2011, 03:52 AM, said:
0 members, 0 guests, 0 anonymous users