- Joined
- Feb 13, 2025
- Messages
- 7
- 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)
}
}