Jump to content

hidematu5310

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hidematu5310's Achievements

Private First Class

Private First Class (3/17)

0

Reputation

1

Community Answers

  1. Try removing darkwake=x and changing it to hbfx-ahbm=129 and adding igfxfw=2. If it does not work, remove this part of ssdt and test. Name (SLTP, Zero) Method (_TTS, 1, NotSerialized) // _TTS: Transition To State { SLTP = Arg0 If ((PWRS == Zero)){} } If it still does not work, try enable S3 as shown in the second image below. ACPI Sleep State S3 (Suspend to RAM): setup_var_cv Setup 0x6A5 0x1 0x2 S3 Video Repost: setup_var_cv Setup 0x6A8 0x1 0x1
  2. I tried it with both Enable and Disable Block Sleep. hibernatemode 3,25 twice each. I put it in sleep for at least 5 minutes and then wake. There was no difference between each. pmset -g stats Sleep Count:2 Dark Wake Count:0 User Wake Count:2 When I tested hibernatemode 25 with SSDT with deep idle enabled, I got a loop condition where it rebooted and then went to sleep, so I tested with SSDT with deep idle disabled. If you want to use hibernate 25, use SSDT with deactivated deep idle because it is likely to conflict with deep idle. Use SSDT regardless of whether Block Sleep is on or off. Wake is also easier than with hibernate 3 because you can wake with the power button. Is pmset restored to default? Check if sleepimage is created in /var/vm. Update: I did a battery drain test for 1 hour each. hibernatemode 25 100% -> 100% hibernatemode 3 100% -> 85% Update 2: It is now possible to resume using the Power Button from S3. Low Power S0 Idle Capability: Disabled setup_var_cv Setup 0x14 0x1 0x0 Currently working on improving the battery drain in S3. Update 3: hibernatemode 3 battery drain test for 1 hour. Set standbydelay to about 5 minutes(300). 100% -> 98% Update 4: Fixed a potential problem where trackpad would stop working after rebooting from Windows or after Wake. Update 5: probably fixed instant wake on AC recommended to add darkwake=0 hbfx-ahbm=129 SSDT-S3_upd5.zip
  3. S3,hibernatemode 3 is now tentatively functional. If it does not work, try enabling S3 (Suspend to RAM) above. VoodooI2CHID.kext should be used with VoodooI2C.kext included. If you use the one that comes with AlpsHID, the keymap will be broken when wake. For Ventura and above, RealtekCardReader.kext may cause darkwake. If not in use, please turn it off. Currently, it does not wake from Lid, internal keyboard, or power button. Please go to https://dortania.github.io/OpenCore-Post-Install/usb/misc/keyboard.html You can wake from USB mouse/keyboard by using Method 1 - Add Wake Type Property (Recommended) In that case, turn off SSDT-GPRW.aml. I would like to test if it is possible to wake from lid wake,internal keyboard,power button when I have time. SSDT-S3.aml.zip
  4. S3 still seems to be difficult. RTC Memory Unlock setup_var_cv PchSetup 0x16 0x17 0x0 Here are some items that may be relevant.
  5. The file was deleted due to a problem found related to RTC.
  6. It seems impossible. I will test again when I have more time.
  7. I haven't tested it much, but hibernation seems to work by default. Hibernationfixup may be deleted. pmset when using battery NVMeFix -nvmefaspm forces ASPM L1 on all the devices. This argument is recommended exclusively for testing purposes, as for daily usage one could inject pci-aspm-default device property with <02 00 00 00> value into the SSD devices and bridge devices they are connected to onboard. Updated values will be visible as pci-aspm-custom in the affected devices. AirportItlwm io80211.awdl=0: fixed location service -noht40: Disables 40MHz when using 2.4GHz (Use this option if the network with this config causes instabilities. BRCM cards disable 2.4GHz HT40 by default)
  8. My settings Bios version:1.23.0 CFG Unlocked Power Management section Lid Switch Enable Lid Switch:Enable AC Behavior Wake on AC:Disabled Enable Intel Speed Shift Technology:Enable Auto On Time:Disabled Thermal Management:Optimized USB Wake Support Wake on Dell USB-C Dock:Disabled Wireless Radio Control:Disabled Wake on LAN:Disabled Block Sleep:Enable Peak Shift:Disabled Advanced Battery Charge Configuration:Disabled Primary Battery Charge Configuration:Adaptive pmset 5310.zip
  9. I think this will work. Platforms11.xml.zip The attached file and Platforms77 are the same. It matches the NodeID calculated from the dump, so using the attached file or changing the PathMapID in Platforms77.xml to 11 might work.
  10. Try this file. Platforms11.xml.zip
  11. For AppleALC, I compiled info.plist, layout11.xml, and Platform11.xml with modifications to each. As for the trackpad, tapping and multi-touch gestures work fine on 10.6-10.13. I just merged them and did not make any changes.
  12. I recently built an Inspiron 1520 as an archiving machine. It may be useful as the specs are similar except for the GPU. The AppleALC that has been released does not support 10.4 Tiger and 10.7 Lion, 10.11 and later. 10.4 still needs to be investigated, but there is my mod that has made it compatible with all of 10.5 and later. I also fixed the mute button issue, the slider sync issue, and a lot of sound assertion errors. It has been tested on 10.5-10.13. For TrackPad, my 32/64 compiled version of the latest merge of Rehabman VoodooPS2 and Fraxul's merge in Pull requests so you can try it out. I have also moved from Clover to the release version 0.9.6 OpenDuet and OpenCore no acpi mod binary 0.9.7. The no acpi mod does not use ACPI when booting Windows, so you can use Windows just like Clover. If you want to try it, use 0.9.6 because OpenDuet 0.9.7 is broken. mod_kexts.zip
  13. If you have tried Baio77's method and it did not work, delete the previous TPDX and try this file. If that does not work, try the previous TPDX and alpshid.kext. ssdt.zip
×
×
  • Create New...