- Joined
- Feb 13, 2025
- Messages
- 8
- Motherboard
- mashinist mr9a-pro-max
- CPU
- xeon e5-2680 v4
- Graphics
- amd rx 580 GME
- OS X/macOS
- 15.x
- Bootloader
- OpenCore (UEFI)
- Mac
- Mac mini
- Mobile Phone
- iOS
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!
Attach the native ACPI Files via Linux or Clover. Something is renaming the AC0 to ADP1. It would be very unlikely that the system itself has ADP1. Might be possible that the system has some other ACPI device with the name ACPI0003.Good afternoon! I did everything according to the instructions. I have attached the files.
From your native ACPI files:Hello!
I have attached the files.
Device (ADP1)
{
Name (_HID, "ACPI0003") // _HID: Hardware ID
Method (_STA, 0, NotSerialized) // _STA: Status
{
Return (0x0F)
}
Method (_PSR, 0, NotSerialized) // _PSR: Power Source
{
If (ECON)
{
Return (^^PCI0.LPCB.H_EC.ACIN)
}
Else
{
Return (One)
}
}
Method (_PCL, 0, NotSerialized) // _PCL: Power Consumer List
{
Return (_SB)
}
}
Seems like the wrong SSDT was attached. Please try the attached SSDT in this post and update the results.Good afternoon, thanks a lot for the file, I put it in the /OC/ACPI/ folder and registered it in config.plist. Is that all I had to do? While there is no result, the ADP1 device has not turned off.