Search results

Loading Google Results...
  1. mklengel

    << Solved >> Asus G750JM and OC

    ACPI->Delete was the Solution
  2. mklengel

    [Guide] Patching LAPTOP DSDT/SSDTs

    I have a generic problem loading the DSDT in OC. Two years ago this worked with Clover but I decided to jump on the OC train. Because I’m using a Asus laptop the origin post is here (may be the wrong place for this kind of problem): https://www.tonymacx86.com/threads/asus-g750jm-and-oc.303158/...
  3. mklengel

    << Solved >> Asus G750JM and OC

    Hi, I have a working installation (everything but without battery status) of Catalina without loading the DSDT in config.plist (the recommended way). To get the battery working I need to load the DSDT (with the battery patches later on). Exactly this step (again: DSDT is not changed) leads to a...
  4. mklengel

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Easy: the following 4 lines are enough. Changing "/* ä */" to /* a */ and MaciASL is able to save the file. /* ä */ DefinitionBlock ("", "SSDT", 1, "PmRef", "CpuPm", 0x00003000) { }
  5. mklengel

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    MaciASL doesn't save the source file (.dsl). I wrote in #272: After some editing of e.g. DSDT.dsl I got the message from MaciASL after selecting "Save": "The document "DSDT.dsl" could not be saved" In this case I think its MaciASL. But its ok for me, no problem at all.
  6. mklengel

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    The problematic character was in a comment. iasl had no problem with this - which is logical, because it simply ignores the comments. MaciASL didn't accept this character.
  7. mklengel

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Solved - there was a strange character in one of my comments. Difficult to find in >20k LoC. Now MaciASL is happy again.
  8. mklengel

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Of course I don't use these characters anymore but the problem remains. The Non-RM-Version of MaciASL says "The file “iASLLRTZaS.dsl” couldn’t be saved using text encoding Western (ASCII)." Going the opposite way = decompiling the active DSDT gives the following message, which should tell me...
  9. mklengel

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Hello RehabMan, I'm using MaciASL RM-1.31 (252.4) @ Mojave 10.14.2. After some editing of e.g. DSDT.dsl I got the message from MaciASL after selecting "Save": "The document "DSDT.dsl" could not be saved" If I go for compiling inside MaciASL the following message pops up: "Input file does...
  10. mklengel

    Asus G750JM - Battery Problem

    Thx for the help. I will do this and write a report afterwards. Update 04.12.2018: I'm working on the DSDT.dsl, but had not enough time for investigation. I'll keep you updated. 2018-12-04 21:50:46.488444+0000 0x3c10 Default 0x0 0 0 kernel: (ACPIBatteryManager)...
  11. mklengel

    Asus G750JM - Battery Problem

    Agree - I have a problem with my DSDT table. I'll try to find the error.
  12. mklengel

    Asus G750JM - Battery Problem

    I saw your message to late for my last answer. Attached is a new PR and yes, the message is displayed and _BIX exists. Have fun with my German screenshots :-)
  13. mklengel

    Asus G750JM - Battery Problem

    I agree with the warning, no problem. I'm trying to get the Cycle Count displayed in iStat Menus and System Information (Apple). May be I've did something wrong during the patching of my DSDT. I would like to know if other laptops are displaying the cycle count. I'll have a look in my DSDT to...
  14. mklengel

    Asus G750JM - Battery Problem

    I reached a nearly perfect Asus PowerBook Pro 17" :) What works: BT, Handoff, Wifi/5GHz, Audio, Cardreader, Webcam, USB, Touchpad, Brightness, Night Shift. But there are some small details, which I would like to improve. The current target is the battery. The battery management works in...
  15. mklengel

    Asus G750JM Graphics Problem

    I continued to work on my configuration and reached a nearly perfect Asus PowerBook Pro 17" :) What works: BT, Handoff, Wifi/5GHz, Audio, Cardreader, Webcam, USB, Touchpad, Brightness, Night Shift. But there are some small details, which I would like to improve. The current target is the...
  16. mklengel

    Asus G750JM Graphics Problem

    Hello RehabMan, the problem with the internal sound is solved and I don't know exactly why :) I reactivated my first installation at the beginning of our discussion. This installation was mainly based on DSDT/SSDT customization but the HD4600 didn't work as expected (7 MB VRAM). On the other...
  17. mklengel

    Asus G750JM Graphics Problem

    I mean I can only successfully boot after adding -alcoff in the boot parameter string (which disables AppleALC.kext). Regards Michael
  18. mklengel

    Asus G750JM Graphics Problem

    Please see the attached PR. In the meantime I made some observations. 1. Deactivating CSM boots but the login screen is garbled. EDID injection doesn't help. Therefore I activated CSM again. Some days before I've activated the audio device with a different environment: more patches in...
  19. mklengel

    Asus G750JM Graphics Problem

    Hello RehabMan, it's frustrating. I'm trying to make the onboard sound work (HDEF device, ALC282) with AppleALC, but injecting results in no login screen. IOReg shows HDEF and HDAU so the patches from config.plist are working. Is the HDEF conflicting with something after injection and...
  20. mklengel

    Asus G750JM Graphics Problem

    I will follow you path and think this is the right way to go. I throwed away all my DSDT/SDDT customizations (empty patched folder) and started with config_HD5000_5100_5200.plist. It looks good in the first stage but I didn't expect anything with GFX0 in IOreg because of the DSDT patch "change...
Back
Top