Jump to content

FCU4ever

Premium
  • Posts

    104
  • Joined

  • Last visited

Everything posted by FCU4ever

  1. [ref]onemanosx[/ref], Is it possible that the "Brightness fix" from Rehabman repro cause the problem?
  2. [ref]MaLd0n[/ref], This is the output of my Syslog a minute before I shutdown the Hackintosh.
  3. [ref]MaLd0n[/ref], Wich one must I add from the repo? Now I have “add to DSDT” and “EC instruments”
  4. [ref]MaLd0n[/ref], Unfortunately don't work. How can I check with ACPI debug kext? My log is sooooo long.
  5. [ref]onemanosx[/ref], Also doesn't work I think the solution can be found in this thread: https://osxlatitude.com/forums/topic/1968-fn-hotkey-and-als-sensor-driver-for-asus-notebooks/?tab=comments&_fromLogin=1 but that thread is dead
  6. [ref]MaLd0n[/ref], When I open the patch in MaciASL I can't click on apply. Maybe you can add the patch to my DSDT???? DSDT.aml.zip
  7. [ref]onemanosx[/ref], Thanks for help. Hopefully someone else have a solution!
  8. [ref]MaLd0n[/ref], To check of the problem caused by the genericUSBxhci kext I removed the kext. Patch my DSDT with your patch, compiled with no errors and Place them in my EFI folder. I’m still unable to shutdown my hackintosh, keyboard backlight stays on and fans keep running.
  9. [ref]MaLd0n[/ref], Is their a way to get both working?
  10. [ref]MaLd0n[/ref], Thats right. With that kext my usb 3.0 port is working
  11. [ref]MaLd0n[/ref], Unfortunately this patch don't work other suggestions?
  12. [ref]onemanosx[/ref], Thanks for patching. Unfortunately the brightness isn't going up or down (the brightness bar is well going up or down)
  13. When I use the bootflag nv_disable the brightness keys work...... but without the bootflag not
  14. I installed MacOS 10.12.6 succesfull, but when I shutdown my Hackintosh it seems to shutdown. The screen goes black but the fans keep running. The only way to shutdown my laptop is to reboot my Hackintosh into windows and than shutdown. Can someone help me to fix this?
  15. [ref]onemanosx[/ref], Without the kext no FN button work, except the Brightness bar. This goes up and down but without changing the brightness. DSDT.aml.zip
  16. [ref]MaLd0n[/ref], Voodoops2
  17. [ref]onemanosx[/ref],[ref]MaLd0n[/ref], Tried with no luck still can't control the brightness with the FN keys... Maybe I need to use the patch from this guide: https://osxlatitude.com/forums/topic/1968-fn-hotkey-and-als-sensor-driver-for-asus-notebooks/?tab=comments&_fromLogin=1 but how can I add this Method (_Q0E, 0, NotSerialized) { If (ATKP) { \_SB.ATKD.IANE (0x20) } } Method (_Q0F, 0, NotSerialized) { If (ATKP) { \_SB.ATKD.IANE (0x10) } } to my DSDT? Attached my DSDT
  18. [ref]MaLd0n[/ref], Followed the guide. In the syslog I see that FN + F5 (brightness up) is Q0E and FN + F6 is Q0F. My keyboard device is PS2M and SBRG is the device name. So I edit the code to into method label _Q0E replace_content begin // Brightness Down\n Notify(\_SB.PCI0.SBRG.PS2M, 0x0205)\n Notify(\_SB.PCI0.SBRG.PS2M, 0x0285)\n end; into method label _Q1F replace_content begin // Brightness Up\n Notify(\_SB.PCI0.SBRG.PS2M, 0x0206)\n Notify(\_SB.PCI0.SBRG.PS2M, 0x0286)\n end; compiled my DSDT with no errors, copied to my EFI folder, reboot. Still can't change my brightness
  19. [ref]MaLd0n[/ref], Output when pressing F3 and F3 2019-03-30 09:26:10.777155+0100 0x20db Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 enter" 2019-03-30 09:26:10.778273+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 exit" Output when pressing FN + F3 and FN + F4 2019-03-30 09:30:10.962291+0100 0x83 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 enter" 2019-03-30 09:30:10.963607+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 exit" 2019-03-30 09:30:40.988932+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 enter" 2019-03-30 09:30:40.990190+0100 0x20db Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 exit" 2019-03-30 09:30:42.011132+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q0E enter" 2019-03-30 09:30:42.011255+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q0E exit" 2019-03-30 09:30:43.180490+0100 0x83 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q0F enter" 2019-03-30 09:30:43.180601+0100 0x83 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q0F exit"
  20. [ref]MaLd0n[/ref], I did the following things: 1) Install the kext: https://github.com/RehabMan/OS-X-ACPI-Debug 2) Apply "Add DSDT Debug Methods" and "Instrument EC Queries" that are under Brightness Fix. 3) Save the DSDT and restart But no logging in System.log after pressing FN + F5 of FN + F6
  21. [ref]MaLd0n[/ref], Don’t know. How can I find out?
  22. [ref]MaLd0n[/ref], Many thanks. Installing this kext will enable my USB3.0 port
  23. [ref]MaLd0n[/ref], I've patched the DSDT by myself with the info on OSXLatitude. And guess what, I've got my backlight working and can control them with FN+F3 an FN+F4 Now I want the brightness keys getting work. I've tried the patch (see attachment) but with no luck. Than I saw a solution but I don't know how to get that into my DSDT..... DSDT.zip Fn Brightness Keys Patch.zip
  24. [ref]MaLd0n[/ref], I found on the forum these patches for asus. I don't know witch one I need and how to add to my DSDT. Asus DSDT patches (Update2).zip DSDT.zip
  25. [ref]MaLd0n[/ref], Installed the latest kext from that forum but with no luck. Do I have the add Some patches to my dsdt?
×
×
  • Create New...