Jump to content

Drovosek

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Drovosek

  1. Please tell me what specific DSDT patches I need to apply to my system?
  2. My hardware: QIYIDA x79 LGA2011 v2.82 Xeon E5-2670 v2 Sapphire RX 580 Nitro+ 4gb Hi. I've already installed macOS Mojave 10.14.6 and tweaked the mac OS a bit. Now for me, a serious problem is turning off the computer. When I click on the apple in macOS and select "Turn Off" or "Restart", the monitor screen goes out, but the system unit continues to work (the power button is lit and the coolers are spinning). I waited for 10 minutes and nothing happens, I have to forcibly turn off the computer, and after booting into mac OS, a message appears that the computer was turned off incorrectly. I tried configuring both Openkore 0.64 and Clover 5128, but nothing helps. How do I fix the problem? Please help me. EFI_CLOVER.7z
  3. I had a problem with all the touchpad kexts (VoodooPS2Controller, ApplePS2SmartTouchpad and VoodooPS2Trackpad) - I just put them in Other (separately, together I didn't use them), rebooted the OS and the trackpad was not recognized in the settings. Then I began to try to install these kexts (for the touchpad) in the desired /L/E, performed in the terminal Code: sudo kextcache -i / and rebooted. Tried them using KextUtility to install. Naturally on one since all together they don't work. I do not know after which iteration it helped, maybe right after zakidyvaniya in /L/E and run the command in the terminal, and maybe later after using KextUtility or manual throwing kext in /S/L/E and run the same command in the terminal. If you do experiment, then I recommend mark kexts color point (RMB on the file and choose a colored dot, XS as it is properly called) so that when everything is working to remove them from /L/E and /S/L/E and use of kexts/Other. In General, after that, the appleps2smarttouchpad and VoodooPS2Trackpad kexts began to work as intended and the trackpad was recognized by the system and now these kexts work from kexts/Other.
  4. Hey. I managed to make the brightness adjustment work through Fn + F2 / F3 keys using the DSDT patch and ACPIKeyboar.kext (although the brightness keys did not appear in the keyboard settings in the keyboard shortcuts, probably the monitor is somehow wrong, but it’s not important). into method label _Q10 replace_content begin // Brightness Down\n Notify(\_SB.PCI0.LPCB.PS2M, 0x0205)\n Notify(\_SB.PCI0.LPCB.PS2M, 0x0285)\n end; into method label _Q11 replace_content begin // Brightness Up\n Notify(\_SB.PCI0.LPCB.PS2M, 0x0206)\n Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)\n end;[/CODE] (From there: https://www.insanelymac.com/forum/topic/305030-guide-how-to-fix-brightness-hotkeys-in-dsdt/) There was a desire to patch all F keys with similar patches for DSDT in order to hang on them almost all the functions of the original F keys from a Macbook. I think I can recognize which "_Qxx" methods in DSDT are called when I press the F key, but I don’t know which codes 0x02 ???? means the native functions of the F keys in a Macbook. Can anyone tell me this? Also, the DSDT patches from oldrest for my HP laptop also turned on the brightness adjustment on the F keys. Here are the links: https://github.com/olderst/Keyboard-Patches https://osxpc.ru/zavod/notebook/backlight-fn/ P.S. I turned on the Fn key in BIOS and in macOS all the F key functions (brightness, sound, media) work together with FN, but pressing F11 without FN works as if I were making a touchpad gesture to display the desktop.
  5. Hey. I installed Mojave 10.14.5 on my Skylake laptop. I tried to add kext ApplePS2SmartTouchPad.kext to the folder /CLOVER/kexts/Other, reboot, but the touchpad is that there is very limited without multigetto. I tried to throw this text in the Kext Utility, but after rebooting the result was the same. Does anyone know how to make my Synaptics touchpad work on mac OS 10.14.5?
×
×
  • Create New...