Jump to content

Creo

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Creo

  1. I use sleepwatcher with this: https://github.com/acidanthera/bugtracker/issues/1821#issuecomment-1001007081 Actually you are installing a launchd daemon that emulates the behavior of old versions of SleepWatcher (executes rc.wakeup, rc.sleep and other scripts). It's unnecessary, as you can put the action directly into the launchd plist. Here is the example that I promised: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>de.bernhard-baehr.sleepwatcher</string> <key>ProgramArguments</key> <array> <string>/usr/local/sbin/sleepwatcher</string> <string>-w</string> <string>bash -c "sleep 5 &amp;&amp; killall -9 bluetoothd BlueTool"</string> </array> <key>RunAtLoad</key> <true/> <key>KeepAlive</key> <true/> </dict> </plist> Put int into /Library/LaunchDaemons with a .plist extension. However, restarting bluetoothd and BlueTool doesn't always solve the issues. Sometimes the module itself seems to get stuck and can't be enabled even by restarting macOS, it needs shutdown and cold boot.
  2. User Defined.cfg: i7-10700,65,800,2900,4600,8,16 after is ssdtPRGen generate file - ssdt.aml after that: cmod for ResourceConverter.sh - 0755 ./ResourceConverter.sh --kext /Users/creo/Library/ssdtPRGen/ssdt.aml
×
×
  • Create New...