• Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!

Search results

  1. Striker

    SSDT-PLUG Latest

    SSDT-PLUG.aml Enables Power Management Function Can fix potential issues such as sleep/wake function and improve CPU performance Required for a proper CPU and GPU Power Management Required for Haswell to Rocket Lake
  2. Striker

    SSDT-PLUG-ALT Latest

    SSDT-PLUG-ALT.aml Enables Power Management Function Can fix potential issues such as sleep/wake function and improve CPU performance Required for a proper CPU and GPU Power Management Required for Alder Lake
  3. Striker

    SSDT-IMEI Latest

    SSDT-IMEI.aml Enables missing IMEI Device Required for 6 series and 7 Series Motherboards Required when no IMEI deice (with any name) is present in the ACPI Tables Requires a custom device-id in DeviceProperties.
  4. Striker

    SSDT-HV-VMBUS Latest

    SSDT-HV-VMBUS.aml Enables ACPI node identification Required for Hyper-V only Requires MacHyperVSupport.kext to function.
  5. Striker

    SSDT-HV-PLUG Latest

    SSDT-HV-PLUG.aml Enables VMplatformPlugin on Big Sur and newer Required for Hyper-V only This SSDT must be loaded after SSDT-HV-CPU.aml Requires MacHyperVSupport.kext to function.
  6. Striker

    SSDT-HV-CPU Latest

    SSDT-HV-CPU.aml Enables proper CPU detection under macOS Required for Hyper-V only. Requires MacHyperVSupport.kext to function.
  7. Striker

    SSDT-EHCx-DISABLE Latest

    SSDT-EHCx-DISABLE.aml Required for 7, 8, and 9-series Chipsets on 10.11 and newer.
  8. Striker

    SSDT-EC Latest

    SSDT-EC.aml Required for Penryn to Broadwell
  9. Striker

    SSDT-EC-USBX Latest

    SSDT-EC-USBX.aml AppleUsbPower compatibility table for Skylake+. Be warned that power supply values can be different for different systems. Depending on the configuration these values must match injected IOKitPersonalities for com.apple.driver.AppleUSBMergeNub. iPad remains the most reliable...
  10. Striker

    SSDT-BRG0 Latest

    SSDT-BRG0.aml This table provides an example of creating a missing ACPI device to ensure early DeviceProperty application.
  11. Striker

    SSDT-AWAC-DISABLE Latest

    SSDT-AWAC-DISABLE For 300-series only. If you can't force enable Legacy RTC in BIOS GUI. macOS does yet not support AWAC, so we have to force enable RTC. Do not use the RTC ACPI patch. The Time and Alarm device provides an alternative to the real-time clock (RTC), which is defined as a fixed...
  12. Striker

    SSDT-ALS0 Latest

    DSSDT-ALS0.aml Starting with macOS 10.15 Ambient Light Sensor presence is required for backlight functioning. Here we create an Ambient Light Sensor ACPI Device, which can be used by SMCLightSensor kext to report either dummy (when no device is present) or valid values through SMC interface.
  13. Striker

    DebugEnhancer 1.0.7

    DebugEnhancer A Lilu plugin intended to enable debug output in the macOS kernel, the original idea belongs to Piker-Alpha, see https://github.com/Piker-Alpha/debugMachKernel.sh for more details. Boot-args -dbgenhdbg turns on debugging output -dbgenhbeta enables loading on unsupported osx...
  14. Striker

    SystemProfilerMemoryFixup Latest

    SystemProfilerMemoryFixup Lilu plugin for showing the memory tab on MacBookAir and MacBookPro10,x platforms. The tab is normally hidden as these models have soldered memory.
  15. Striker

    RTCMemoryFixup 1.0.7

    RTCMemoryFixup An open source kernel extension providing a way to emulate some offsets in CMOS (RTC) memory. It can help you to avoid some conflicts between macOS AppleRTC and firmware/BIOS of your PC. It can also help you to find out at which offsets you have a conflict. In most cases it is...
  16. Striker

    FeatureUnlock 1.0.9

    FeatureUnlock Lilu Kernel extension for enabling: Sidecar NightShift AirPlay to Mac Universal Control # Sidecar Unlock MacBook8,1 MacBookAir5,x - MacBookAir7,x MacBookPro9,x - MacBookPro12,x Macmini6,x - Macmini7,1 MacPro5,1 - MacPro6,1 iMac13,x - iMac16,x # Sidecar (running iOS...
  17. Striker

    RestrictEvents 1.0.8

    RestrictEvents Lilu Kernel extension for blocking unwanted processes causing compatibility issues on different hardware and unlocking the support for certain features restricted to other hardware. The list of blocks currently includes: /System/Library/CoreServices/ExpansionSlotNotification...
  18. Striker

    MacHyperVSupport 0.9

    MacHyperVSupport Hyper-V integration services for macOS. Requires a Generation 2 virtual machine on Windows 8.1 or higher. Supported Hyper-V devices and services Heartbeat Guest shutdown Synthetic graphics (partial support) Synthetic mouse Synthetic keyboard Synthetic SCSI controller...
  19. Striker

    USBWakeFixup 1.0

    USBWakeFixup On systems without a working Embedded Controller, waking up from a USB device might not wake up the display. A second key-press or mouse click is required to wake up the display. This extension is a workaround for that issue by creating a fake ACPI device with the right wakeup...
  20. Striker

    HibernationFixup 1.4.6

    HibernationFixup An open source kernel extension providing a sync between RTC variables and NVRAM. By design the mach kernel encrypts hibernate sleepimage and writes the encryption key to variable "IOHibernateRTCVariables" in the system registry (PMRootDomain). Somehow this value has to be...