Contribute
Register

ASUS K541U kaby lake :: 10.12.6

Status
Not open for further replies.

I was apply listed patches and have no any results. Now if I close the LID - laptop goes sleep without patches. I don't know what I really need to do because this manual is to old by real hardware and patches to old(not helpful manuals for systems higher than skylake ...). I was fix all errors in SSDT's and DSDT's. Can you help me to run battery status, please(I try and have no results). All other functions is not critical for me.

I really do not understand what I really need to do ...
 

Attachments

  • DSLsK541U.zip
    138.7 KB · Views: 66
I have found a patch for ELAN 1200 touchpad and working kexts. Great thanks to Anonymous Writer from de forum.

Patch code need to be backup'ed here for Google because it have big difficulty to find it and official manual patches won't work.

Tested on Kaby Lake ASUS laptop.

Code:
# Patch to fix ELAN1200 _DSM method to make it work with VoodooI2C

into method label _DSM parent_label TPD0 remove_entry;

into device label TPD0 insert
begin
\n
Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method ELAN1200 \n
{\n
If (LEqual (Arg0, HIDG))\n
{\n
Return (HIDD (Arg0, Arg1, Arg2, Arg3, HID2))\n
}\n
\n
If (LEqual (Arg0, TP7G))\n
{\n
Return (TP7D (Arg0, Arg1, Arg2, Arg3, SBFB, SBFG))\n
}\n
\n
Return (Buffer (One)\n
{\n
0x00 \n
})\n
}\n
end;

Works fine with attached kexts
 

Attachments

  • VoodooI2C.zip
    113.6 KB · Views: 87
I was apply listed patches and have no any results. Now if I close the LID - laptop goes sleep without patches. I don't know what I really need to do because this manual is to old by real hardware and patches to old(not helpful manuals for systems higher than skylake ...). I was fix all errors in SSDT's and DSDT's. Can you help me to run battery status, please(I try and have no results). All other functions is not critical for me.

I really do not understand what I really need to do ...

Battery status guide:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.232984/
 
Thanks ... Too difficult for me.

You will likely find an existing patch that matches your DSDT already in the repo...
 
You will likely find an existing patch that matches your DSDT already in the repo...

Wont work. I apply ASUS N55SL battery patch, "Fix _WAK Arg0 v2", "HPET Fix", "SMBUS Fix", "IRQ Fix", "RTC Fix", "OS Check Fix"(with changes to windows 2015), "Fix Mutex with non-zero SyncLevel", patches for ACPI keyboard and Function keys, patches for other ASUS baby lake based laptops. Battery won't work :( Can you look at my DSDT please?

Screen Shot 2018-03-16 at 9.58.47 AM.png
 

Attachments

  • DSDT.zip
    44.1 KB · Views: 55
Last edited:
Wont work. I apply ASUS N55SL battery patch, "Fix _WAK Arg0 v2", "HPET Fix", "SMBUS Fix", "IRQ Fix", "RTC Fix", "OS Check Fix"(with changes to windows 2015), "Fix Mutex with non-zero SyncLevel", patches for ACPI keyboard and Function keys, patches for other ASUS baby lake based laptops. Battery won't work :( Can you look at my DSDT please?

View attachment 319261

No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Use the gen_debug.sh tool mentioned in the FAQ, that way it is less likely you'll omit something.
 
Phooooookhhh ... I was fix battery status. Really standard patch from RehabMan repo is working. I found hot patch in config.plist thats rename _BIF to XBIF and spam logs about method not found. After deleting this item I can see full battery status.

Added fix for brightness keys.

Dear, RehabMan, can you help me to disable Nvidia(I can't do it self) and help me to fix awaking touchpad and sound after sleep. This hardwares won't work after sleep. I don't know how to do it right. Now I have a neurosis and critical insomnia because this **** won't work correct ... ):
 

Attachments

  • EFI.zip
    5.6 MB · Views: 65
  • patched.zip
    45.7 KB · Views: 60
Dear, RehabMan, can you help me to disable Nvidia

See guide:
https://www.tonymacx86.com/threads/guide-disabling-discrete-graphics-in-dual-gpu-laptops.163772/

(I can't do it self) and help me to fix awaking touchpad and sound after sleep. This hardwares won't work after sleep. I don't know how to do it right. Now I have a neurosis and critical insomnia because this **** won't work correct ... ):

Your profile seems to indicate a different laptop from this thread title...
Please fix your profile, as per FAQ:
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

If your question is regarding a different laptop, open a separate thread with complete problem reporting files as per FAQ.
 
See guide:
https://www.tonymacx86.com/threads/guide-disabling-discrete-graphics-in-dual-gpu-laptops.163772/



Your profile seems to indicate a different laptop from this thread title...
Please fix your profile, as per FAQ:
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

If your question is regarding a different laptop, open a separate thread with complete problem reporting files as per FAQ.

***k it.

Complete EFI folder for ASUS K541U allow to install and use MacOS sierra 10.12.6. All works like a charm(battery, graphics, PM, sleep, brightness keys, LAN, Android modem) exclude WIFI and BT(need to replace). Sometimes after sleep Sound can't awake. Touchpad fixed. If you want to install HS you need to disable Nvidia.

Maybe later I have to fix DSDT to disable NVIDIA(when I can learn and understand).

Big thanks to Anonymous writer for help with i2c kexts(German forum) and PNLF patch.
 
Status
Not open for further replies.
Back
Top