Search results

Loading Google Results...
  1. nosound

    Asus ROG z790 decompiling/recompiling

    I see, probably the easiest and fastest way for hackintosh needs in newer machines. It actually works the recompiling without that codeline but I highly doubt it will work properly Any tips oldschool or fixed dsdt.aml?
  2. nosound

    Asus ROG z790 decompiling/recompiling

    Research purposes, playing with memory allocations mostly. On z490 and below the dsdt decompile/recompile worked perfectly. I'm pretty much blocked right now... Don't know where to look... Edit : something that I forgot to add If I try to recompile the DSDT.dsl from the output command "iasl -dl...
  3. nosound

    Asus ROG z790 decompiling/recompiling

    After quite few time I'm trying to decompile/recompile the dsdt but I'm having the same exact problems as my old build. Would like to avoid HEX editing this time, it causes glitches all around and nothing really works properly. iasl dsdt.bin (command) After that i can't recompile the code...
  4. nosound

    B660M-k DDR4 DSDT Compiling

    The method that I explained earlier perfectly works. Thank you anyway Feartech.
  5. nosound

    B660M-k DDR4 DSDT Compiling

    A little update on the problem, just to keep up the hopes to everyone that is trying to do this. The DSDT I made in that way doesn't work (as expected) because the iASL compiler has some internal problems in decompiling the code, it eats away 400-500kbyte of .dsl data from the original DSDT and...
  6. nosound

    B660M-k DDR4 DSDT Compiling

    Replaced the faulty code with this one (missing _T_0) While(One) { Store(ToInteger(Arg2), _T_0) If(LEqual(_T_0, Zero)) { Store("NBCI-Func Zero", Debug) Return(Buffer(0x04)...
  7. nosound

    B660M-k DDR4 DSDT Compiling

    So there isn't a way to remove the error via the code itself? Well... thank you anyway for the time, I'm going to look around.
  8. nosound

    B660M-k DDR4 DSDT Compiling

    Honestly I'm going to try first on a windows based system. If you know different ways to fix this compiling error (and the code) I'll try all methods you'll provide. I'm kinda blocked in this loop now.
  9. nosound

    B660M-k DDR4 DSDT Compiling

    I'm going to directly replace the DSDT on the bios rom (i've already done it on older builds and worked flawlessly). If i can recompile it correctly it should work without problems.
  10. nosound

    B660M-k DDR4 DSDT Compiling

    Appreciated, Feartech, for the tools but I'm trying to directly edit the DSDT (decompile/recompile) Have you got any idea or method on how to fix that part of the code so I can correctly recompile it with the iASL Tool?
  11. nosound

    B660M-k DDR4 DSDT Compiling

    From a few days i'm going thru the learning process of decompiling the DSDT with the correct SSDTs aml. I've managed (thanks to the guide) to obtain the DSDT and SSDTs files with Clover, basic steps to get started. Decompiled the DSDT with iASL using various the commands iasl -e SSDT* -d...
Back
Top