Jump to content
6 posts in this topic

Recommended Posts

How to Use SSDTMaintenance

1 Launch the App

Open SSDTMaintenance from Applications.

2 Choose Output Folder

  • Click Choose Output Folder
  • Select any folder you want
  • The app will NOT create folders automatically (user-controlled)

3 Depending on your motherboard or ACPI structure, Any  device could appear under different paths. If auto-detection doesn’t find it, just manually input the correct path—whether it’s _SB.PC00.HDEF, _SB.PCI0.HDEF

7.thumb.png.8d95a8ede1082ac19c19ddb227ce0fbf.png

4 Generate SSDTs

Click Generate SSDTs

The app will:

  1. Generate .dsl files
  2. Compile them using IASL
  3. Output .aml files
  4. Show:
    • Generated file list
    • Compile log (stdout / stderr)

5 IASL (Required)

SSDTMaintenance requires iasl (Intel ACPI compiler) to compile .dsl.aml.

1.thumb.png.64dde02d38965f87df845880dd691e32.png

2.thumb.png.6719a7bd0505b396ca4985af363953ce.png

 

💖 Thank You

https://www.paypal.com/donate/?business=H3PV9HX92AVMJ&no_recurring=0&item_name=Support+development+of+all+my+apps+and+tools.+Donations+fund+testing+hardware%2C+servers%2C+and+continued+open-source+development.&currency_code=CAD

Developer

Navaratnam Manoranjan
📧 Email: nmano0006@gmail.com

Credits

  • ACPICA / Intel IASL
  • OpenCore & Hackintosh community
  • InsanelyMac forums

https://github.com/nmano0006/SSDTMaintenance/releases/tag/v1.0.1

SSDTMaintenance.dmg

Edited by nmano
  • Like 6
Link to comment
https://www.insanelymac.com/forum/topic/362355-ssdtmaintenance/
Share on other sites

Hi!

Attached is the SSDT-XHUB-Real Table I actually used (and it works perfectly), as well as the Table generated by the app. How would you comment on the differences?

The first PC in the signature

SSDT-XHCI-App.aml SSDT-XHUB-Real.aml

Edited by verdazil
  • Like 2

📢 Help Improve SSDT Maintenance – Share Your Working SSDTs

Hello everyone 👋

If you are using SSDT Maintenance App and everything is working perfectly on your system, I would really appreciate your help 🙏

I am improving the next version and need real-world working SSDT examples from different hardware setups.Thanks @verdazil

 

If Your System Is Working 100%

Please post the following:

🖥 Hardware Details

  • Motherboard:
  • BIOS Version:
  • CPU:
  • GPU:
  • Audio Codec:
  • Ethernet:
  • WiFi / Bluetooth:
  • Thunderbolt (if any):
  • Storage Type (NVMe/SATA):
  • Your working SSDT .dsl files (if available)
  • Your working SSDT .aml files
Edited by nmano
  • Like 1

Hi my friend @nmano this ACPI Table is from GA Z790 Elite AX, and is working all...

 

ACPI Table

 

 

 

 

GA Aorus Elite AX (rev. 1.0)

BIOS F15

CPU i9-13900K Raptor Lake 

GPU GA AMD Aorus RX 6900 XT (rev. 2.0)

Audio Codec: Realtek ALC897 -  0x10ec0897

Ethernet: Realtek® 2.5GbE LAN chip (2.5 Gbps/1 Gbps/100 Mbps)

Intel® Wi-Fi 6E AX211 BLUETOOTH 5.3

Pcie WI-Fi Broadcom BCM64360CD BLUETOOTH 4.0

Storage Nvme / Sata / HDD 

 

https://www.gigabyte.com/Motherboard/Z790-AORUS-ELITE-AX-rev-10/sp 

 

https://github.com/maxpicelli/EFI-Clover-5165-Aorus-Z790-Elite-AX-Aorus-RX-6900-XT/releases/tag/v5163 

 

 

Sorry I will extract with your app ;) 

 

ACPI Nmano.zip Z790 

Edited by Max.1974
  • Like 1
13 hours ago, Max.1974 said:

Hi my friend @nmano this ACPI Table is from GA Z790 Elite AX, and is working all...

 

ACPI Table

 

 

 

 

GA Aorus Elite AX (rev. 1.0)

BIOS F15

CPU i9-13900K Raptor Lake 

GPU GA AMD Aorus RX 6900 XT (rev. 2.0)

Audio Codec: Realtek ALC897 -  0x10ec0897

Ethernet: Realtek® 2.5GbE LAN chip (2.5 Gbps/1 Gbps/100 Mbps)

Intel® Wi-Fi 6E AX211 BLUETOOTH 5.3

Pcie WI-Fi Broadcom BCM64360CD BLUETOOTH 4.0

Storage Nvme / Sata / HDD 

 

https://www.gigabyte.com/Motherboard/Z790-AORUS-ELITE-AX-rev-10/sp 

 

https://github.com/maxpicelli/EFI-Clover-5165-Aorus-Z790-Elite-AX-Aorus-RX-6900-XT/releases/tag/v5163 

 

 

Sorry I will extract with your app ;) 

 

ACPI Nmano.zip Z790 

Thanks My friend.

I checked your files missing SSDT.aml

Try to install iasl 

curl -LO https://github.com/acidanthera/MaciASL/raw/master/Dist/iasl-stable
chmod +x iasl-stable
sudo mv iasl-stable /usr/local/bin/iasl
iasl -v

Verify If Install:

Screenshot2026-02-11at20_29_31.thumb.png.d3951683ce6863971efb111e27328abd.png

Edited by nmano
  • Like 1
×
×
  • Create New...