samersh94
Members-
Posts
9 -
Joined
-
Last visited
Reputation
0 NeutralHackintosh Specs
-
INTERESTS
Mac OS X
-
OCCUPATION
Exército
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
What are the necessary patches for the Z77X-UD5H Motherboard? I know that it can run without DSDT but I'm making one for audio and video edit and I noticed a lot of warnings in DSDTSE To be honest the speedstepping is a mystrey for me I'm using ML with i5-3570K
-
Hi, I've a realtek alc889 audio codec but it's different from normal 889: 1xLine Out Rear 1xLine In Rear 1xSPDIF out Rear 1xMic Rear 1xMic Front 1xHP Front I've searched a lot but nobody has that config so, I decided to make my own kext I've collected all dumps but I don't know from where should i start? I've been searching from 2weeks+ but nothing My Mobo http://www.gigabyte.com/products/product-page.aspx?pid=3727#ov More.zip
-
like this one: "reg", Buffer (0x78) { /* 0000 */ 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0008 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0010 */ 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x01, 0x02, /* 0018 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0020 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, /* 0028 */ 0x14, 0x00, 0x01, 0x42, 0x00, 0x00, 0x00, 0x00, /* 0030 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0038 */ 0x00, 0x00, 0x00, 0x10, 0x1C, 0x00, 0x01, 0x02, /* 0040 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0048 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, /* 0050 */ 0x24, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, /* 0058 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0060 */ 0x80, 0x00, 0x00, 0x00, 0x30, 0x00, 0x01, 0x02, /* 0068 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0070 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 }, Also what is the EDID? is it necessary?
-
Working perfectly What about the "reg" entry should I fill it from IORegistry info or it is bumped automatically?
-
Device (PCI0) { Name (_HID, EisaId ("PNP0A03")) Name (_ADR, Zero) Name (_UID, One) Name (_BBN, Zero) Method (_S3D, 0, NotSerialized) { If (LEqual (OSFL, 0x02)) { Return (0x02) } Else { Return (0x03) } } Device (PEGP) { Name (_ADR, 0x00030000) Device (GFX0) { Name (_ADR, Zero) Name (_SUN, One) Method (_DSM, 4, NotSerialized) { Store (Package (0x1A) { "@0,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@0,device_type", Buffer (0x08) { "display" }, "@0,name", Buffer (0x0F) { "NVDA,Display-A" }, "@1,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@1,device_type", Buffer (0x08) { "display" }, "@1,name", Buffer (0x0F) { "NVDA,Display-B" }, "AAPL,slot-name", Buffer (0x07) { "Slot-1" }, "device_type", Buffer (0x0C) { "NVDA,Parent" }, "model", Buffer (0x10) { "GeForce 9500 GT" }, "", Buffer () { "" }, "NVPM", Buffer (0x1C) { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, "NVCAP", Buffer () { 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00 }, "rom-revision", Buffer (0x0F) { "62.94.4B.00.96" }, "vendor-id", Buffer (0x04) { 0xDE, 0x10, 0x00, 0x00 }, "VRAM,totalsize", Buffer (0x04) { 0x00, 0x00, 0x00, 0x40 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } } I've made this code but it's not working at all, I don't know where the error comes from! NOTE: NVCAP obtained from NVEnabler 64.kext My IORegistryExplorer: http://imageshack.us/photo/my-images/804/ioreg.png/
-
It does but It's not working. So Should I use the NVEnabler's one ? What about the non-string values, I mean how the buffer size is calculated?
-
Thanks for the quick reply but Is there a way to calculate the NVCAP from ROM directly?
-
Hi all, I have a XFX 9500 GT 1GB graphics card. I've extracted the ROM from it using NVFLASH and I want to calculate the NVCAP from it. I've used "NVCAP MAKER" but I failed after adding the result in the DSDT. Also I want to know how to calculate the buffer length in a DSDT Code, Should I count then add one then convert to hex?
-
Hello, I want to know how to enable the 892 via DSDT and what are the extra kexts i need to make it work. I have (in the back) 1xMIC 1xLINEIN 1xLINEOUT (in the front) 1xMIC 1xHEADPHONE
