Max.1974 Posted October 14, 2024 Share Posted October 14, 2024 @Irish_Man hi my friend I hope that works for you! Back-up older. I suggest you rename to SSDT-RHUB RHUB+Kext-Compiled UPC.zip 1 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2826507 Share on other sites More sharing options...
Slice Posted October 23, 2024 Share Posted October 23, 2024 On 10/13/2024 at 3:27 PM, miliuco said: defaults write com.apple.loginwindow PowerButtonSleepsSystem -bool yes -> macOS goes to sleep when pressing power button defaults write com.apple.loginwindow PowerButtonSleepsSystem -bool no -> macOS displays a dialog (sleep, restart, shutdown) as in real Macs. Wow! Thank you! I lost this trick and only now I have this dialog again. It allows manipulate on black screen if somehow graphics card is not switched on: <Power Button> for 1 second, <Tab>, <Space> -> reboot, or <Power Button> for 1 second, <Tab>, <Tab>, <Space> -> enter sleep. <Mouse click> -> wake with graphics. 3 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2826808 Share on other sites More sharing options...
miliuco Posted October 23, 2024 Author Share Posted October 23, 2024 @Slice Well, I was unaware of these settings that you posted. So thanks to you too 1 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2826823 Share on other sites More sharing options...
chris1111 Posted October 25, 2024 Share Posted October 25, 2024 Ctrl + Power button on Sequoia Hackintosh PC to see this button 3 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2826917 Share on other sites More sharing options...
chris1111 Posted November 13, 2024 Share Posted November 13, 2024 macOS Sequoia Version 15.2 Beta (24C5079e) no more issue Loosing bluetooth after Sleep here on HP Probook 650 G1 2 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2827823 Share on other sites More sharing options...
LockDown Posted November 14, 2024 Share Posted November 14, 2024 On 10/13/2024 at 8:27 PM, miliuco said: defaults write com.apple.loginwindow PowerButtonSleepsSystem -bool yes -> macOS goes to sleep when pressing power button defaults write com.apple.loginwindow PowerButtonSleepsSystem -bool no -> macOS displays a dialog (sleep, restart, shutdown) as in real Macs. Do we need to sudo? 1 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2827861 Share on other sites More sharing options...
miliuco Posted November 14, 2024 Author Share Posted November 14, 2024 @LockDown Try yourself. No, sudo not required. Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2827873 Share on other sites More sharing options...
hardcorehenry Posted November 15, 2024 Share Posted November 15, 2024 (edited) Not sure if it's related, but in Sequoia property pci-aspm-default is gone from almost all devices/bridges. If I run: ioreg -l -p IODeviceTree | grep pci-aspm-default I get in Sonoma: Spoiler and in Sequoia: Spoiler Edited November 15, 2024 by hardcorehenry 1 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2827917 Share on other sites More sharing options...
chris1111 Posted November 17, 2024 Share Posted November 17, 2024 (edited) I created a different approach with an AppleScript that launches an app (Its a simple Sleeper.app) whenever the mac goes idle after 5 minutes of inactivity the app is launches then make the mac in Sleep It base on idle counter The project is on test now to make it more functional so that it is perfect. Edited November 17, 2024 by chris1111 4 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2827988 Share on other sites More sharing options...
Max.1974 Posted November 17, 2024 Share Posted November 17, 2024 Hi all, with Apple Magic Keyboard, I just click ctrl + Eject and shows up power menu 3 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2827991 Share on other sites More sharing options...
miliuco Posted November 18, 2024 Author Share Posted November 18, 2024 @chris1111 I can't find Sleeper.app in your Github. Is it available? 2 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2827993 Share on other sites More sharing options...
chris1111 Posted November 19, 2024 Share Posted November 19, 2024 (edited) 23 hours ago, miliuco said: @chris1111 I can't find Sleeper.app in your Github. Is it available? Hi @miliuco Its not on github now but my test is verry ssucessful Sleeper time test.zip Please test USAGE: Set Up Lock Screen Copy paste SleeperTime folder to ➦ /Users/Shared Adjust in seconds the time to sleep (The script check how many time the computer has been idle) set timeToSleep to 60 -------------------------------------------------------------------- Copy paste com.chris1111.sleeper.plist to ➦ /Library/LaunchAgents Wait for he Popup new LoginItem Add Reboot macOS then dont use the mouse or keybord for the time you indicated then the Mac will sleep. EDIT: I set it to Users Shared just to save you from having to edit the directory in the plist file You can use another directory, there is no problem. Edited November 19, 2024 by chris1111 I set it to Users Shared just to save you from having to edit the directory in the plist file 2 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2828064 Share on other sites More sharing options...
miliuco Posted November 19, 2024 Author Share Posted November 19, 2024 @chris1111 Thank you. I'll try and comment. 2 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2828089 Share on other sites More sharing options...
chris1111 Posted November 20, 2024 Share Posted November 20, 2024 15 hours ago, miliuco said: @chris1111 Thank you. I'll try and comment. Thanks I know it works but here Sleeper I put this in Bash mutch more better with an install command script Verry good Ive test for two days now without issue 1 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2828134 Share on other sites More sharing options...
miliuco Posted November 21, 2024 Author Share Posted November 21, 2024 @chris1111 Tried. Ir woks fine. Of course, bash better than AppleScript. Installer makes things very easy. 2 1 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2828227 Share on other sites More sharing options...
chris1111 Posted November 22, 2024 Share Posted November 22, 2024 (edited) 2 hours ago, miliuco said: @chris1111 Tried. Ir woks fine. Of course, bash better than AppleScript. Installer makes things very easy. Thanks @miliuco really appreciate. Edited November 22, 2024 by chris1111 2 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2828229 Share on other sites More sharing options...
webipsum Posted May 15, 2025 Share Posted May 15, 2025 (edited) Sorry, I have a similar situation on my Hackintosh, but despite having read all the topics, I didn't understand the subject sufficiently. I have macOS Sequoia. It enters and exits 100% Sleep using the Apple menu option, which is in the upper left corner, but... It doesn't go into Sleep due to Inactivity. Before, on the same hardware I had macOS Ventura. Ventura went into Sleep due to Inactivity 100% of the time. Below I send the results of pmset -g for Ventura and Sequoia. pmset -g Ventura: pmset -g Sequoia: Tks. Edited May 15, 2025 by webipsum Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2832309 Share on other sites More sharing options...
Slice Posted May 15, 2025 Share Posted May 15, 2025 2 hours ago, webipsum said: Sorry, I have a similar situation on my Hackintosh, but despite having read all the topics, I didn't understand the subject sufficiently. I have macOS Sequoia. It enters and exits 100% Sleep using the Apple menu option, which is in the upper left corner, but... It doesn't go into Sleep due to Inactivity. Before, on the same hardware I had macOS Ventura. Ventura went into Sleep due to Inactivity 100% of the time. Tks. Check System Monitor for some extra activity. Check if you have updated VirtualSMC.kext or FakeSMC.kext (April 2025). I have Sequoia 15.5 and it goes to sleep due to inactivity as usual, as old systems. 2 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2832315 Share on other sites More sharing options...
webipsum Posted May 15, 2025 Share Posted May 15, 2025 (edited) On 5/15/2025 at 1:59 AM, eSaF said: Hi, did you change your SmBIOS (Mac Model) for Sequoia? The reason I asked on the Ventura submitted pic, shows Mac Model-Pro and the Sequoia shows iMac. This maybe nothing but if you did indeed change SmBIOS, you'll need to remap your USB Ports. Changing Mac Model can/will have an adverse effect on Sleep/Wake function. Perfect! You're absolutely right. I deleted the Ventura and forgot to take a screenshot with the SMBios iMacPro1,1, but the information was the same. Edited May 20, 2025 by webipsum Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2832326 Share on other sites More sharing options...
webipsum Posted May 15, 2025 Share Posted May 15, 2025 (edited) On 5/15/2025 at 3:09 AM, Slice said: Check System Monitor for some extra activity. Check if you have updated VirtualSMC.kext or FakeSMC.kext (April 2025). I have Sequoia 15.5 and it goes to sleep due to inactivity as usual, as old systems. VirtualSMC.kext is up to date and I am not using FakeSMC.kext: Edited May 20, 2025 by webipsum Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2832328 Share on other sites More sharing options...
webipsum Posted May 19, 2025 Share Posted May 19, 2025 I believe the problem is in this section, but I can't find it. The monitor turned off at 9:27pm (due to inactivity) and the Hackintosh did not go into Sleep mode due to inactivity. After waiting 22 minutes (without going into Sleep mode) I used the mouse (9:49pm) to reactivate the monitor. Tks! Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2832391 Share on other sites More sharing options...
webipsum Posted May 22, 2025 Share Posted May 22, 2025 Hi. I appreciate everyone's attention. After several tests (and I don't know when), everything returned to normal. Sleep due to inactivity, working OK! Tks. 2 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2832520 Share on other sites More sharing options...
mengshi Posted January 4 Share Posted January 4 On 10/1/2024 at 12:34 AM, Max.1974 said: @miliuco Hello great master Emílio, as always, your posts are very detailed and helpful. Greatly passionate about Hackintosh and eager to help people. I got a bash script from the internet that helped me a lot, and I put it in an Xcode script to make it easier, it solved a lot about sleep in my Hacks and especially in Sequoia. If you want to add to your knowledge, and I believe you already know, but it installs the sleep watcher and fixes the sleep return, of course you need to be up to date with the other PRW, GPRW, UPRW parameters. So, here is the script that helps a lot. Just Double Click on kext blue icon. Thanks. USBFIX_SLEEP.zip 1.57 MB · 69 downloads Credits by @syscl: https://github.com/syscl/Fix-usb-sleep/blob/master/fixUSB.sh Thanks a lot for this. Solved 2 of my problems with 1 program! My system. Z97-HD3 with Sequoia. USBToolBox USB fix done. OCLP fixed the Broadcom WiFi and BT problem perfectly but after applying this, the idle sleep does not work (Manual sleep does) and Ethernet keeps dropping out intermittently. This one fixed above. So far so good. 1 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2845845 Share on other sites More sharing options...
Max.1974 Posted January 4 Share Posted January 4 (edited) 8 hours ago, mengshi said: Thanks a lot for this. Solved 2 of my problems with 1 program! My system. Z97-HD3 with Sequoia. USBToolBox USB fix done. OCLP fixed the Broadcom WiFi and BT problem perfectly but after applying this, the idle sleep does not work (Manual sleep does) and Ethernet keeps dropping out intermittently. This one fixed above. So far so good. Hi @mengshi to fix sleep maybe you need use this patches and SSTS, except core/tread for i9 processor and ABDG to XBDG (im not use OCLP because cause instability): So glad to help you !! Edited January 4 by Max.1974 Link to comment https://www.insanelymac.com/forum/topic/360040-macos-15-sequoia-does-not-enter-sleep-mode-properly/page/2/#findComment-2845862 Share on other sites More sharing options...
Recommended Posts