Jump to content

hidematu5310

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by hidematu5310

  1. There was a problem with RTC Memory Unclok causing the power to automatically turn on when the AC adapter is plugged in.

     

    config.plist-NVRAM-Add-4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102-rtc-blacklist

     

    80818283 84858687 88898A8B 8C8D8E8F 90919293 94959697 98999A9B 9C9D9E9F A0A1A2A3 A4A5A6A7 A8A9AAAB

     

    Add the above and perform RTC Reset.

     

    Press and hold the power button until the power light blinks three times.

    Then set CFG Unclok and Low Power S0 Idle Capability to Disabled.

     

    CFG Unlock
    setup_var_cv CpuSetup 0x3E 0x11 0x00

     

    Low Power S0 Idle Capability disabled
    setup_var_cv Setup 0x14 0x1 0x0

     

    Fixed Sleep issue and RTC Memory Unlock causing AC power to automatically turn on.

  2. 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

     

  3. 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

     

  4. 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

  5. I haven't tested it much, but hibernation seems to work by default.
    Hibernationfixup may be deleted.

     

    pmset when using battery

    pmset_battery.png.c7dd0c6eeefe678417da82175796c8ad.png

     

    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)

  6. 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

     

    pmseg.png.7da22fa87b94fc51925ba1370750524c.png

    5310.zip

  7. 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

  8. I have tried everything, DSDT, device property, nvinject, etc., but nvdanvresman panics and won't start.
    Unfortunately I would like to give up about Tiger.

     

    I'll give it a few more tries.
    If anyone has any ideas, please let me know.

     

    It worked with the old AppleHDA 1.2.9 and AppleALC.
    AppleHDA 1.3.6 included with 10.4.11 did not work.
    Also, graphics acceleration does not work.
    Perhaps a binary patch to the relevant kext is needed.

     

    Tiger.thumb.png.9088edbedac76a4b5929a1962613f659.png

     

    I have tried to make sure it works on all operating systems from Tiger to Sonoma.

     

    10.7.5 Lion

    Replaced with AppleACPIPlatform.kext ver1.3.6 from Snow Leopard 10.6.8.

    Lion.thumb.png.1514d21d1eac00402f8639490a80787f.png

     

    10.8.5 Mountain Lion

    Replaced with AppleACPIPlatform.kext ver1.3.6 from Snow Leopard 10.6.8.
    Replaced with AppleSDXC.kext from Lion 10.7.5.

    MountainLion.thumb.png.e2386cc6f7818a803291d8fd45b7b36f.png

     

    10.9.5 Mavericks

    Mavericks.thumb.png.2c78d8e09e847cae4c89fd2965d1323b.png

     

    10.10.5 Yosemite

    Yosemite.thumb.png.a10871c2afd6b247ce310582b2bbefa3.png

     

    10.11.6 El Capitan

    ElCapitan.thumb.png.8dd7a2b3d8b14768b6f8b3fbc9c2b86b.png

     

    10.12.6 Sierra

    Sierra.thumb.png.282745cfd4fb760e20f4265f2f518334.png

     

    10.14.6 Mojave

    Installer created with Mojave Patcher.
    Patch applied is graphics only.

     

    OTA fix

    https://github.com/jacklukem/CatalinaOTAswufix

     

    Mojave.thumb.png.bfdecc3909ef066ffc7885bcab28f3a0.png

     

    10.15.7 Catalina

    Installer created with Catalina Patcher without auto patch option.
    Patch applied is graphics only.

     

    DisplayPrefpane fix

    https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/page-559?post=29742774#post-29742774

     

    OTA fix

    https://github.com/jacklukem/CatalinaOTAswufix

     

    Catalina.thumb.png.b49c001a7ad994ce383594214f0d8d14.png

     

    11.7.10 Big Sur

    kexts,kernel patch from OpenCore Legacy Patcher: MacBookPro5,1 configuration and root patch.

    BigSur.thumb.png.560a3ec3b4572080e903c01583761538.png

     

    12.7.4 Monterey

    kexts,kernel patch from OpenCore Legacy Patcher: MacBookPro5,1 configuration and root patch.

    Monterey.thumb.png.a4db806db3120b8915b70398e6c8072a.png

     

     

    13.6.6 Ventura

    kexts,kernel patch from OpenCore Legacy Patcher: MacBookPro5,1 configuration and root patch.

    Ventura.thumb.png.7a858508dbc022a60c36326cbd996dd4.png

     

    14.4.1 Sonoma

    kexts,kernel patch from OpenCore Legacy Patcher: MacBookPro5,1 configuration and root patch.

    Sonoma.thumb.png.1c33326701e474b23b741773d0f399ef.png

     

     

    Files.zip

  9. Thank you Hervé

     

    8600M GT kext for Tiger is included in the following update.

     

    MacBook Pro Software Update 1.1
    This update requires Mac OS X 10.4.9 or later.

     

    https://support.apple.com/kb/DL221

     

    MacBook Pro Software Update 1.2
    Mac OS X 10.4.9 or 10.4.10

     

    https://support.apple.com/kb/DL180

     

    However, it does not work as it is.
    Adding 0x040710de to pcimatch in info.plist does not boot.

    I need to do some more research.

     

    nvidia.png

  10. I am testing 10.4.11 Tiger on a Dell Inspiron 1520.

     

    Is there any way to get Geforce 8600M GT graphics acceleration to work with 10.4.11 Tiger?
    I am using a MBP3,1 recovery disk, so the necessary kext such as nvda50hal is installed.

     

    Specs:.
    Dell Inspiron 1520, Core 2 Duo T9300, Geforce 8600M GT 256MB, 4GB RAM
    STAC 9205: alcid=11
    I am using Clover 5100.


    DSDT and Clover's Nvidia inject work fine with 10.5 Leopard or later.

     

    Also, AppleALC does not work.
    Tested with both codecs created by goldfish and my modified AppleALC.

    It is recognized in the system profile but not in the sound settings.

     

    I am struggling because the information about Tiger is very out of date.

    It works fine on 10.5 Leopard and later.

     

    Additionally, Mac OS does not work shutdown.
    The _PTS SLPE method does not work on the Inspiron 1520.
    This has not been resolved in over 10 years.

     

    Installed Tiger via VMware Fusion from recovery disk for MacBookPro3,1.
    Tested by restoring the image to HDD.

     

    My modified AppleALC
    Tested with Work on 10.5.8 Leopard, 10.6.8 Snow Leopard -32bit and 64bit, 10.13.6 High Sierra.

     

    In the future I plan to make it an archiving machine with Windows 7 to 11 and Mac OS 10.4 to 10.13 installed on a 2TB SSD.
     

    high_sierra.png

     

    snow_leopard.png

     

    leopard.png

     

    tiger.png

     

    tiger2.png

     

    AppleALC.kext_mod.zip DSDT.zip

  11. Specs:

    • Core i7-10610U
    • UHD 620
    • 13.3 FHD
    • 16GB RAM
    • Intel AX201
    • ALC295/ALC3254

    macOS Monterey 12.6.3

     

    AppleALC: change id=77/Realtek ALC295/ALC3254 for Dell Latitude 5290.
    5310 uses the same codec as 5290. Native fixed jack noise and high CPU usage.

     

    AlpsHID: Changed PTP test version to release version 1.2
    fixed some problems.

     

    Add CPUfriend: test CPUFriendDataProvider.kext from CPUFriendFriend command
    800MHz,0xBF,0x08

     

    SSDT cleaning up: partially

    delete SSDT-AC.aml, add SSDT-RHUB.aml

     

    config cleaning up: partially

     

    Intel Power Gadget
    Power PKG idle: 1.48-1.57W

     

    Battery test: web browsing, document editing, config cleaning, ssdt cleaning
    100%-5%:4.3h

     

    Latitude 5310 ACPI.zip

×
×
  • Create New...