kyndder Posted September 17, 2011 Share Posted September 17, 2011 yes, i have window installed. will try that today.i assume i need to do the AHCI Sata orange icon patch??? when i boot with -v i also notice the ECHI cant take ownship of the bios, something along that line, should i do the ECHI oweship patch?? LMK thanks You can apply the patches below... DTGP AHCI SATA orange icon Alias EHCI ownership EHCI sleep IRQs LPC New HPET RTC Possible operator timeout is ignored SBUS Link to comment Share on other sites More sharing options...
Clownnut Posted September 17, 2011 Share Posted September 17, 2011 thanks for the reply. i cant seem patch echi ownship patch, everyother patchs are fine. any where should i place the aml file? Link to comment Share on other sites More sharing options...
kyndder Posted September 17, 2011 Share Posted September 17, 2011 thanks for the reply.i cant seem patch echi ownship patch, everyother patchs are fine. any where should i place the aml file? Put at root of myHack stick or inside of the Extra folder (if have)... Link to comment Share on other sites More sharing options...
Clownnut Posted September 18, 2011 Share Posted September 18, 2011 when i open the dsdt, it has 168 errors. i can only apply ahci patch or everything else. once i apply the ahci patch, when apply other patches, it hangs. once i apply any patch, it hang when apply ahci patch. any recommandation? Link to comment Share on other sites More sharing options...
kyndder Posted September 19, 2011 Share Posted September 19, 2011 when i open the dsdt, it has 168 errors. i can only apply ahci patch or everything else. once i apply the ahci patch, when apply other patches, it hangs. once i apply any patch, it hang when apply ahci patch. any recommandation? You are applying the patches on a clean DSDT right... If you already use DSDT, remove it first and reboot or use the Windows or Linux version of the app to made your DSDT... When you "Compile" and see the errors, what happens when you click on "Fix Errors"??? Try applying the patches in the same sequence that i told to you... Some patches needs the DTPG patch... [EDIT] If anything works, copy the errors output and place here... Link to comment Share on other sites More sharing options...
Clownnut Posted September 19, 2011 Share Posted September 19, 2011 it's a clean dsdt, it extracted by the dsdt editor. the errors are mostly:"object does not exist". when i click fix error, nothing. you can see the program run, but it doesnt seem able to fix any of the errors. Link to comment Share on other sites More sharing options...
kyndder Posted September 19, 2011 Share Posted September 19, 2011 it's a clean dsdt, it extracted by the dsdt editor.the errors are mostly:"object does not exist". when i click fix error, nothing. you can see the program run, but it doesnt seem able to fix any of the errors. Try commenting the "Invalid Object"... Insert " /* " before and " */ " after the object (without quotes).... Se the example below... /* \_SB.MEM._CRS._Y10._LEN, ISMS) \_SB.MEM._CRS._Y11._LEN, EXTM) \_SB.MEM._CRS._Y12._BAS, USMA) \_SB.MEM._CRS._Y12._LEN, USMS) */ Link to comment Share on other sites More sharing options...
Clownnut Posted September 19, 2011 Share Posted September 19, 2011 i add"/*"to the first error and click fix errors, it fixs almost all the error.(dude you are super genius) now i got 4 errors and 1 warnings left. 2431 warning nested comment found /* 0000 */ 0x5B, 0x4D, 0xDB, 0x33, 0xF7, 0x1F, 0x1C, 0x40, /* 0008 */ 0x96, 0x57, 0x74, 0x41, 0xC0, 0x3D, 0xD7, 0x66 2433 error parse error, expecting "," or "}" }) i assume just need to delete the ")" 3431 error parse error If (LNotEqual (TBAB, Zero)) 3472 error parse error If (LNotEqual (TBAB, Zero)) 3572 error parse error, expecting "$" Device (USB1) Link to comment Share on other sites More sharing options...
Clownnut Posted September 19, 2011 Share Posted September 19, 2011 i am also working on getting the bios hack, i try to enable the ahci mode. but so far no luck yet. Link to comment Share on other sites More sharing options...
kyndder Posted September 19, 2011 Share Posted September 19, 2011 (dude you are super genius) This is not truth... 2433 error parse error, expecting "," or "}" }) i assume just need to delete the ")" 3431 error parse error If (LNotEqual (TBAB, Zero)) 3472 error parse error If (LNotEqual (TBAB, Zero)) 3572 error parse error, expecting "$" Device (USB1) To have a "Patched" DSDT, we must have a really BIG knowledment on the ACPI table... I know only the basics to made simple patches... For the first error, you must check if is a "Method" end or a "Device" end, maybe you need to add a } or remove... The others, is hard to know, but maybe you "Comment" something wrong... Try using EvO DSDT-Fixer... Maybe could be a better choice... And remember, this is just a test, there's no warranty that will work... Link to comment Share on other sites More sharing options...
Recommended Posts