SweetzDesigns_Mac Posted August 31, 2011 Share Posted August 31, 2011 dsdt.Rene12345.zip I'm not a dev I'm curious Well you're a clever one so wouldn't surprise me if you could have make a Wireless Kext Link to comment Share on other sites More sharing options...
Mohamed Khairy Posted August 31, 2011 Share Posted August 31, 2011 hi MaLd0n can you help me in making IDT 92HD87B1/3 audio codec working on appleHDA this is what on my dsdt Device (HDEF) { Name (_ADR, 0x001B0000) OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), , 15, PMES, 1 } Method (_PRW, 0, NotSerialized) { Return (GPRW (0x0D, 0x04)) } Method (_DSM, 4, NotSerialized) { Store (Package (0x08) { "codec-id", Buffer (0x04) { 0xD1, 0x76, 0x1D, 0x11 }, "layout-id", Buffer (0x04) { 0x78, 0x03, 0x00, 0x00 }, "device-type", Buffer (0x0F) { "IDT 92HD87B1/3" }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } really idont know what to do with AppleHDA.kext except binary patching i am using lion Link to comment Share on other sites More sharing options...
MaLd0n Posted August 31, 2011 Author Share Posted August 31, 2011 hi MaLd0n can you help me in making IDT 92HD87B1/3 audio codec working on appleHDA this is what on my dsdt Device (HDEF) { Name (_ADR, 0x001B0000) OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), , 15, PMES, 1 } Method (_PRW, 0, NotSerialized) { Return (GPRW (0x0D, 0x04)) } Method (_DSM, 4, NotSerialized) { Store (Package (0x08) { "codec-id", Buffer (0x04) { 0xD1, 0x76, 0x1D, 0x11 }, "layout-id", Buffer (0x04) { 0x78, 0x03, 0x00, 0x00 }, "device-type", Buffer (0x0F) { "IDT 92HD87B1/3" }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } really idont know what to do with AppleHDA.kext except binary patching i am using lion look it http://www.projectosx.com/forum/index.php?showtopic=465 Link to comment Share on other sites More sharing options...
Recommended Posts