• 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

Trending content

Latest posts

Forum statistics

Threads
1,935
Messages
18,072
Members
27,816
Latest member
bmk07