I use the same like my card
Screen_shot_2011_06_03_at_5.10.44_PM.png 44.92KB
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.92KB
173 downloads
a kextstat and ioreg would help to see why its wrong in list. .. however if its device class 200 not 280. it will show as ethernet. (rebranding older cards)
"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)
}
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.12KB
116 downloads
pci bridge. its in wrong spot of } its being added inside th pci bridge. meands its in wrong spot. close.
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
Thank you soooooooooooo much. Finally my card works.
Artimess
check out the AR9287 driver pageI get dependency issues when I try to rebuild kextcaches with skvo's kext. You've replaced your IO80211.kext with this? In /Extra/Extensions or /S/L/E?
Screen_shot_2011_06_22_at_2.40.03_AM.png 57.48KB
142 downloads
Screen_shot_2011_06_22_at_2.39.51_AM.png 45.08KB
150 downloads
Please halp me.... i've updated my g73jw to 10.6.8 and with all drivers and all solution that i found on the net my wifi atheros 9285 won't work!...
any have try to get working?
i'll try
thanks....
get a dsdt and show me in ioreg where it is and i can add it.
if u dont have dsdt goto auto-patcher thread.
0 members, 0 guests, 0 anonymous users