2012. 8. 12. 17:36
DW1390 Hackintosh/wireless2012. 8. 12. 17:36
DW1390
'Hackintosh > wireless' 카테고리의 다른 글
ipTime N100UM USB 무선랜 (0) | 2012.01.17 |
---|---|
Lion AirDrop 지원 카드 리스트 (1) | 2011.12.14 |
DW1390
ipTime N100UM USB 무선랜 (0) | 2012.01.17 |
---|---|
Lion AirDrop 지원 카드 리스트 (1) | 2011.12.14 |
DW1390 (0) | 2012.08.12 |
---|---|
Lion AirDrop 지원 카드 리스트 (1) | 2011.12.14 |
Card Type: AirPort Extreme (0x168C, 0x203)
Firmware Version: Atheros 9280: 4.0.55.4-P2P
MAC Address: 78:e4:00:bf:00:00
Locale: Unknown
Country Code:
Supported Channels: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165
Wake On Wireless: Supported
AirDrop: Supported
Status: Connected
========
Atheros Card 의 Subsystem id가 0x8F 인 경우 다음과 같이 DSDT code 수정이 필요하다.
HP Atheros 9280의 sub-system id를 변경하기 위해서이다.
previously 0x1382.
* 는 unicode character 이고 device id (2a) 가 이와 관련 특정 카드이다.
Device (ARPT)Previously
{
Name (_ADR, Zero)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x06)
{
"device-id",
Unicode ("*"),
"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)
}
}
Card Type: AirPort Extreme (0x168C, 0x1382)Now
AirPort Extreme (0x168C, 0x8F)
DW1390 (0) | 2012.08.12 |
---|---|
ipTime N100UM USB 무선랜 (0) | 2012.01.17 |