Jump to content

[HELP][Acer V3-571g] No Audio Device No Codec ID


MJKhaani
 Share

4 posts in this topic

Recommended Posts

Hi.

I recenty installed macOS Catalina on my acer v3-571g. Some years ago I'd installed ML & El with audio support through DSDT. Unfortunately my HDD died and I replaced it and never install macOS until now.

Now I using OC with Lilu, WhatEverGreen, AppleALC (Order Checked By the Way and All Kext Loaded - verified using kextstat) but no luck get HDA to work. tried all layout IDs  (specified in Docs for ALC269)  and even SSDT-HDEF injection, nothing work. I used -alcdbg -liludbg boot args and checked the log [log show --predicate 'process == "kernel" AND (eventMessage CONTAINS "AppleALC" OR eventMessage CONTAINS "Lilu")' --style syslog --source] and nothing in particular. I think something wrong with my ACPI because in DCPIManager I only saw one Audio Device with no CodecID or Revision.

 

If somebody help me to get to right direction I'll be thankful. :D

 

Acer V3-571G

Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz

HDA ==> 10EC:0269 revision 1001

Screen Shot 2020-09-01 at 2.35.18 AM.png

Screen Shot 2020-09-01 at 2.35.38 AM.png

config.plist

ioreg.iojones

Link to comment
Share on other sites

5 hours ago, Andrey1970 said:

Add to HPET:

                       IRQNoFlags ()
                            {11}

 

And use layout 127 

Снимок экрана 2020-09-01 в 03.18.17.png

Thanks for answering but I already done that (I mean both layout & HPET).

 

DefinitionBlock ("", "SSDT", 2, "CORP", "HPET", 0x00000000)
{
    External (_SB_.PCI0.LPCB, DeviceObj)
    External (_SB_.PCI0.LPCB.HPET, DeviceObj)

    Name (\_SB.PCI0.LPCB.HPET._CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
    {
        IRQNoFlags ()
            {0,8,11}
        Memory32Fixed (ReadWrite,
            0xFED00000,         // Address Base
            0x00000400,         // Address Length
            )
    })
}

 

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...