Jump to content

Help solve Missing dependency (Device object requires a _HID or _ADR in same scope) DSDT patch


12 posts in this topic

Recommended Posts

    Scope (_SB.PCI0)
    {
        Device (SDMA)
        {
            Method (_STA, 0, NotSerialized)  // _STA: Status
            {
                If (LEqual (SMD0, 0x02))
                {
                    Return (0x0F)
                }

                If (LEqual (SMD0, Zero))
                {
                    Return (Zero)
                }

                If (LLess (OSYS, 0x07DD))
                {
                    LPD3 (SB10, SMD0)
                    Return (Zero)
                }

                Return (0x0F)
            }
        }
    }

I tried all my best but cant pass this, any suggest? thank so much

558101851_ScreenShot2022-08-17at16_39_14.thumb.png.a95c85a773849df4310c31ef223bb328.png

Post DSDT origin , correcting a DSDT from warning is useless, you have been writing the usual things on the net for years. Only ACPI ERRORS are corrected, not warnings

  • Thanks 1

u don't need fix it. u need patches for macos. 

if u can fix this just add _adr or _hid (Device object requires a _HID or _ADR in same scope)

  • Thanks 1

ACPI.zip use this ACPI Hackintosh for your Dell , From DSDT it looks like a Dell Haswell or Brodwell, 4th or 5th Gen CPU.
According to DSDT reading the trackpad maybe needs more patches.
DSDT corrected by errorsDSDT.aml

Edited by Baio77
  • Thanks 1
29 minutes ago, Baio77 said:

ACPI.zip use this ACPI Hackintosh for your Dell , From DSDT it looks like a Dell Haswell or Brodwell, 4th or 5th Gen CPU.
According to DSDT reading the trackpad maybe needs more patches.
DSDT corrected by errorsDSDT.aml

My specs in signature:

Dell Inspiron 3558 (UEFI) - Intel Core i5 (5th Gen) 5200U /2.20GHz - 8GB RAM DDR3L - Intel(R) HD Graphics 5500/ nVIDIA GeForce 920M - 1366x768 - Realtek ALC255/ALC3234 @ Intel Wildcat Point-LP PCH - High Definition Audio Controller [F0] - Intel(R) Dual Band Wireless-AC 3160 - Dell Touchpad /Synaptics - Samsung SSD 860 EVO 250GB (GPT)

would you list patches applied in DSDT? Thank so much

Edited by oldman20

 

DSDT only corrected by errors, ACPI patches are in ACPI folder, I put SSDT patch for your Dell. Once started I need the ioreg log to evaluate things to improve, probably also HPET patch + Trackpad patch is needed. The EFI would help me to understand the missing kext to enable everything to the fullest.

Here for all the patches I have applied https://github.com/5T33Z0/OC-Little-Translated

Edited by Baio77
  • Thanks 1
4 minutes ago, Baio77 said:

 

DSDT only corrected by errors, ACPI patches are in ACPI folder, I put SSDT patch for your Dell. Once started I need the ioreg log to evaluate things to improve, probably also HPET patch + Trackpad patch is needed. The EFI would help me to understand the missing kext to enable everything to the fullest.

Here for all the patches I have applied https://github.com/5T33Z0/OC-Little-Translated

Thank u, 🙏. What about drop oem in config.plist?

×
×
  • Create New...