- Joined
- Feb 13, 2025
- Messages
- 12
- 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.
There is no sign of battery. If you have a spare disk, try a clean install and then check.Hi,
It didn't work. Although there are changes in IoReg.
So, you mean when you use Clover to boot, there is no Battery thingy in the system preferences but only with the OC?Hello, you can try to install it again on a blank disk. But does it make sense? What do you think? The fact is that when the same system is started by the loader Clover 5161, the system is loaded properly and instead of the item "Accumulator" the item "Energy saving" appears. As one of the developers of the clover loader replied, their loader is able to prescribe a power profile based on "Smbios". Apparently OC can't do that. For this reason, I doubt that a clean installation of the system will be able to change the situation.