doze
Members-
Posts
46 -
Joined
-
Last visited
Everything posted by doze
-
Hi ! I try all the tips you notice in your Post, but nothing works. The vConfig.Plist need surely More tweak to boot Osx Properly. i'm using the 3253 revision of CLover bootloader, with DSDT auto-patching, etc.... it seems to be not easy, see here : http://www.insanelymac.com/forum/topic/293894-ati-mobility-radeon-hd4570-clover-doesnt-work-properly/ And i see your post too : http://Olarila.com/forum/viewtopic.php?f=18&t=736 Do you have more suggestion ? Regards.
-
Hi, this is the raw and 100% error and warning free. Made with the latest bios available (original, no mod) i7 Q720, Radeon HD4570, ALC272, Chipset 6 series, 1920x1080. Need to be patched. Actually , with the latest Clover revision, the boot hang at the Apple sign with the progressbar (spinning wheel) It seems the 4570 not work properly. Criticism and help are Welcome. Regards. DSDTW760&M770CU.rar
-
Here's the DSDT of this laptop (with the latest bios available) i7 4800QM (HD4600), mSata 240GB, 1TB HDD, GTX860m 2GB, 0 error, 0 Warning, 0 remark with MAciaSL (ACPI 4.0) 0 error, 0 Warning, 1 remark with DSDTEditor I hope my work is 100% ok, but i want to submit here to have the "agreement" of DSDT GuRu And if people need it, eheh ! Need to be patched ,but i want to be sure it was perfectly cleaned before. The rar file : 2 .dsl, RAWDSDT and the "clean" one. Criticism are welcome , of course ! DSDTW370ss.rar
-
No pain, No gain.... here's RAW DSDT.dsl : 0 Errors, 0 warnings, 0 remarks, 2727 Optimizations Ready to be patched DSDTRawPerfect.rar
-
Hi. Which patch i need to apply to DSDT ? The UX31E configuration : Core i7-2677M InTeL HD 3000 intel QS67 chipset (Intel Cougar Point-M PCH :SATA AHCI 6 Port, USB EHCI) Realtek ALC269 Atheros AR9485WB-EG Fresco Logic xHCI USB3 controller
-
Yes i know, sorry for the word "error" i'll be more precise and use "warning" next time. But i want to learn to make it 100% "error" or "warning" Free.
-
Thanks ! if i compil your own i have 1 error : 4102 Warning _REG has no corresponding Operation Region Device (IDE0) { Name (_ADR, 0x001F0002) Name (REGF, 0x01) Method (_REG, 2, NotSerialized) { If (LEqual (Arg0, 0x02)) { Store (Arg1, REGF) } } I know i need to patch it , but if it could be clean Before ) Best Regards !
-
Hi Thanks for the Info , try your mod,it's ok, but again 3 errors : 17999 Error syntax error, unexpected PARSEOP_IF 18009 Error syntax error, unexpected PARSEOP_IF 18041 Error syntax error, unexpected $end and premature End-Of-File for the 2 first : Name (\_S0, Package (0x04) { 0x00, 0x00, 0x00, 0x00 }) If (SS3) <===== Here { Name (\_S3, Package (0x04) { 0x05, 0x00, 0x00, 0x00 }) } If (SS4) <===== Here { Name (\_S4, Package (0x04) { 18041 Error syntax error, unexpected $end and premature End-Of-File : Method (WAK, 1, NotSerialized) { \_SB.ATKD.GENW (Arg0) \_SB.PCI0.GFX0.OWAK (Arg0) \OEMW (Arg0) } } And if i save it, i can't re-open it correctly because i have this error : "Pairs of bracket don't match, tree not updated".
-
Hi. I try to fix DSDT Error for Asus UX31E Bios 214, do some works but 3 error are difficult for me (and i need some help to mod) i need to clean before applying patch (need some help too) : 1) 4102 Warning _REG has no corresponding Operation Region 2a) 7312 Warning Not all control paths return a value (_CRS) 2b) 7312 Warning Reserved method must return a value (Buffer required for _CRS) 4102 Warning _REG has no corresponding Operation Region : Device (IDE0) { Name (_ADR, 0x001F0002) Name (REGF, 0x01) Method (_REG, 2, NotSerialized) { If (LEqual (Arg0, 0x02)) { Store (Arg1, REGF) } } 7312 Warning Not all control paths return a value (_CRS) 7312 Warning Reserved method must return a value (Buffer required for _CRS) Device (\_SB.MEM2) { Name (_HID, EisaId ("PNP0C01")) Name (_UID, 0x02) Name (CRS, ResourceTemplate () { Memory32Fixed (ReadWrite, 0x20000000, // Address Base 0x00200000, // Address Length ) Memory32Fixed (ReadWrite, 0x40000000, // Address Base 0x00200000, // Address Length ) }) Method (_CRS, 0, NotSerialized) { If (IGDS) { Return (CRS) } } } } I know how to correct this one, like this : Method (_CRS, 0, NotSerialized) { If (IGDS) { Return (CRS) } Return (Buffer (One) { 0x00 }) } } } } But when i do this, i obtain 176 errors (!) after compilation, like this : 1895 Error Object does not exist (PICM) 3945 Error Object does not exist (\_SB.SYNA) 6506 Error Object does not exist (\_SB.PCI0.SBRG.EC0.PWAC) 7944 Error Not a control method, cannot invoke (AR06 is a Package) 7951 Error syntax error, unexpected PARSEOP_MUTEX, expecting $end etc.... Thanx for those want to check my work ! Asus UX31E.rar
-
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
Posted: 14 Nov 2011, 03:43 : "The other problem : 2 GTX560Ti" Two of them i suppose ? -
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
The 4 PCI-express connector : Device (P0P1) { Name (_ADR, 0x00010000) Method (_PRW, 0, NotSerialized) { Return (GPRW (0x09, 0x04)) } Method (_PRT, 0, NotSerialized) { If (PICM) { Return (AR01) } Return (PR01) } } Device (P0P2) { Name (_ADR, 0x00010001) Method (_PRW, 0, NotSerialized) { Return (GPRW (0x09, 0x04)) } Method (_PRT, 0, NotSerialized) { If (PICM) { Return (AR02) } Return (PR02) } } Device (P0P3) { Name (_ADR, 0x00010002) Method (_PRW, 0, NotSerialized) { Return (GPRW (0x09, 0x04)) } Method (_PRT, 0, NotSerialized) { If (PICM) { Return (AR03) } Return (PR03) } } Device (P0P4) { Name (_ADR, 0x00060000) Method (_PRW, 0, NotSerialized) { Return (GPRW (0x09, 0x04)) } Method (_PRT, 0, NotSerialized) { If (PICM) { Return (AR04) } Return (PR04) } } } -
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
the problem is not inserting, it's more: How to insert : Properly (i think i forget to precise : "properly", sorry) in my DSDT. i've seen your topic before i asked my question, like i said before, i don't have your skill and knowledge. This is why i ask about that, because my DSDT don't have the same structure, it's similar , of course. The problem is my DSDT contain some section concerning GFX, because the mobo have integrated video Port, using the sandybridge possibility. The problem is: Which section i must modify to obtain the correct result ? i think this one is for IGP : Device (GFX0) { Name (_ADR, 0x00020000) Name (OPBS, 0xFFFFFF00) Method (OPBA, 0, NotSerialized) { Store (ASLS, Local0) If (LEqual (Local0, 0xFFFFFFFF)) { Store (0xFF000000, Local0) } Return (Local0) } Scope (^^PCI0) { OperationRegion (MCHP, PCI_Config, 0x40, 0xC0) Field (MCHP, AnyAcc, NoLock, Preserve) { Offset (0x60), TASM, 10, Offset (0x62) } } OperationRegion (IGDP, PCI_Config, 0x40, 0xC0) Field (IGDP, AnyAcc, NoLock, Preserve) { Offset (0x12), , 1, GIVD, 1, , 2, GUMA, 3, Offset (0x14), , 4, GMFN, 1, Offset (0x18), Offset (0x8C), CDCT, 10, Offset (0x8E), Offset (0xA8), GSSE, 1, GSSB, 14, GSES, 1, Offset (0xBC), ASLS, 32 } Name (M512, 0x08) Name (M1GB, 0x10) OperationRegion (IGDM, SystemMemory, OPBA (), 0x2000) Field (IGDM, AnyAcc, NoLock, Preserve) { SIGN, 128, SIZE, 32, OVER, 32, SVER, 256, VVER, 128, GVER, 128, MBOX, 32, Offset (0xE0), KSV0, 32, KSV1, 8, Offset (0xF0), IBTT, 8, IPSC, 8, IPAT, 8, IBIA, 8, But i'm not sure.... I want to learn, i don't ask to you to do the work but just indicate me How, and Which section i must modify to obtain a correct DSDT. -
Need Aptio Bios tools because your bios is an EFI one.It's risky, Bad modding = Blackscreen... Very high skills in assembly language is highly recommended, it's not an easy job.... But if you have sufficient knowledge it's very interesting to learn how to mod it For sure, the motherboard maker have it, The Aptio tools are not Free, very expensive tools, you can search over the web, perhaps chinese or Russian site have some tools. The only leaked tools i know for the moment are here : http://forums.mydigitallife.info/threads/529-Bios-Tools/page27
-
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
The other problem : 2 GTX560Ti, used in SLi in Seven. For Osx, i try the GFX string edited with Plist editor,etc.... With one Card, no problem, all is ok, i can obtain QE/CI,CUDA, 1920x1080,etc... with Gfx string. I'm trying to do this with a modded in.plist for two cards, it works partially, and the most annoying thing, only have low resolution. You need to modify the NVDAGF100Hal.kext with the correct Id. And unfortunaltely if you want the correct resolution,you must apply GraphicsEnabler, but you have a beautiful hang on the apple screen just after the "DSMOS has arrived". There's a solution, modifying the DSDT like this : (taken from DSDT.aml, see infidelcompany post 247&248 here : http://www.insanelymac.com/forum/index.php?showtopic=260074&st=240) Device (PEG3) { Name (_ADR, 0x00030000) Device (GFX3) { Name (_ADR, Zero) Method (_DSM, 4, NotSerialized) { Store (Package (0x20) { "AAPL,slot-name", Buffer (0x0A) { "PCI-E 16x" }, "@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" }, "NVPM", Buffer (0x1C) { /* 0000 */ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0008 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0010 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0018 */ 0x00, 0x00, 0x00, 0x00 }, "NVCAP", Buffer (0x18) { /* 0000 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, /* 0008 */ 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, /* 0010 */ 0x00, 0x00, 0x00, 0x00 }, "VRAM,totalsize", Buffer (0x04) { 0x00, 0x00, 0x00, 0x80 }, "device_type", Buffer (0x0D) { "NVDA,GeForce" }, "model", Buffer (0x1A) { "NVIDIA GeForce GTX 560 Ti" }, "rom-revision", Buffer (0x0F) { "70.24.11.00.G0" }, "@0,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "@1,connector-type", Buffer (0x04) { 0x00, 0x08, 0x00, 0x00 }, "hda-gfx", Buffer (0x0A) { "onboard-1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } But, hehe, i don't have your skill and knowledge in DSDT editing. Can you help me to integer this in Z68 fatality DSDT please ? -
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
Mhhh no, just need to inject the 3rd part sata controler kext, for ASmedia controller. in fact, i have RAID0 & RAID5 on Z68 ich, my hard disk for osx and CD-ROM on the ASMEDIA controller. -
I suppose some people know this problem. I search over the web and the solution are : 1. removing the kext..... (but i need my firewire...) 2. Some tools are made by the Brand himself,Ricoh, but the Firewire chip on the motherboard don't have have any eeprom... 3. The GUID is probably in the Bios (InsydeH20) but i found only 2 tools for setting serial number and UUID,Asset tag,etc... (i have a sticker on the mobo with the Firewire GUID) HOW To solve this problem ? without buying a firewire expresscard , of course... PS: if someone known a tool or a tip to read the GUID under Windows ! COOL !
-
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
Hi. Patching the AICPUPM, and NO kernel panic at boot ! But, Deepsleep mode don't work correclty, and the powerbutton make the computer go into deepsleep mode. I'm unable to wake it correctly. The screen stay black and i can see the PostCode on the mobo continuously make some loop. have you an idea ? -
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
Mhhh the URL give me nothing. i see the thread but probably the url moved. Ps : insanelymac seems to be down for the moment. -
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
i try the DSDT : Osx 10.7.2, Chameleon v2.1svn r1683, DSDT.aml Probably some fix to add : I have yellow icon problem Applecpuintelpowermanagement kernel panic : Using nullcpupowermanagement to avoid this problem. i precise my speedstep is disabled in bios : this is the cause ? -
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
For knowledge, i'm trying to compil with the latest iAsL and i obtain 6 errors : Warning ResourceTag larger than Field (Tag: 64 bits, Field: 32 bits) (Line 2065,2570,2573,2625,2628,2631) -
http://www.acpica.org/downloads/binary_tools.php
-
[Wrk in Progress] ASRock Fatality Z68 Pro Gen3 Bios P1.30
doze replied to doze's topic in DSDT & Patch Requests
okkkkayy I try to fix it to have a perfect Base. i like to learn "how to" myself the latest error from bios 1.30 after IASL compil was : _T_0 > T_0 _T_1 > T_1 Line 3014 in asl : Acquire (MUT0, 0x0FFF) > Acquire (MUT0, 0x0FFFF) And my compil is perfect (newbie and very happy ) applying your patch to this Bios V1.30, No error, i'm trying to test it as fast as i can ! (go to bed now) Thx again ! AsrockZ68FPG3Bios130.zip -
[DSDT Request] MSi BigBang Trinergy (MS-7580) Bios V1.6
doze replied to doze's topic in DSDT & Patch Requests
Hi No news for the Trinergy ? -
[DSDT Fix/Request] Gigabyte X58A-UD3R Rev2.00 Bios Fh3
doze replied to doze's topic in DSDT & Patch Requests
Yes,i recognize my error : This is why i ask a DSDT request here. I know tonycrap is Gigabyte DSDT specialist, but they don't do the DSDT for Fh3, the latest is FG for PCB 2.0 And my bios is Fh3, not FG, this is the 2nd reason why i ask a DSDT request with the latest bios fo PCB revision 2.0.
