• 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!

Hello, please help me understand one issue Sonoma 14.7.4

Good afternoon! I did everything according to the instructions. I have attached the files.
 

Attachments

Good afternoon! I did everything according to the instructions. I have attached the files.
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.
 
Hello!
I have attached the files.
 

Attachments

Hello!
I have attached the files.
From your native ACPI files:

Code:
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)
            }
        }

This is why the Adapter is attaching on macOS. xD You can try the attached SSDT and inject via OpenCore to see if the device gets disabled. Attach PR files as well
 

Attachments

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.
 

Attachments

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.
Seems like the wrong SSDT was attached. Please try the attached SSDT in this post and update the results.
 

Attachments

Hi,
It didn't work. Although there are changes in IoReg.
 

Attachments

Hi,
It didn't work. Although there are changes in IoReg.
There is no sign of battery. If you have a spare disk, try a clean install and then check.
 
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.
 

Forum statistics

Threads
1,936
Messages
18,095
Members
27,840
Latest member
natsukiro