Jump to content

[GUIDE] EL Capitan / Sierra / High Sierra / Mojave / Catalina on Intel LGA 775 motherboards / DSDT


MaLd0n
911 posts in this topic

Recommended Posts

AMD Radeon HD 6570


Video seems to work fine, just audio that is not working.  No device shows up under Audio, no HDMI audio neither.

 

Here are the components

10EC:8168 Ethernet

10EC:0889 Audio
1002:AA01 Hdmi Audio
8086:27C0 Sata Controller
1002:6759 GPU
  • Like 1
Link to comment
Share on other sites

 

AMD Radeon HD 6570

Video seems to work fine, just audio that is not working.  No device shows up under Audio, no HDMI audio neither.

 

Here are the components

10EC:8168 Ethernet

10EC:0889 Audio
1002:AA01 Hdmi Audio
8086:27C0 Sata Controller
1002:6759 GPU

 

u can try 11 and 12 ids, inject via clover

DSDT.aml.zip

WhateverGreen.kext.zip

  • Like 1
Link to comment
Share on other sites

Inject via clover, devices tab, audio, put 7 there ;)

 

I am installing the aDummyHDA.kext.  I need to patch my DSDT with this codes.

 

 

#Automatically adjusted by AppleHDA Patcher.app

# original by RehabMan
 
 
#   Inject Audio info
into method label _DSM parent_label HDEF remove_entry;
into device label HDEF insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "AAPL,slot-name", Buffer() { "Built in" },\n
        "layout-id", Buffer() { 0x07, 0x00, 0x00, 0x00 },\n
        "device_type", Buffer() { "Audio Controller" },\n
        "built-in", Buffer() { 0x00 },\n
        "PinConfigurations", Buffer() { },\n
        "hda-gfx", Buffer() { "onboard-1" }\n
    })\n
}\n
end

 

Could you patch my DSDT with that please!  

ACPI-origin.zip

Link to comment
Share on other sites

IoReg and the EFI of Clover

 

Aplha22

Check

replace full folder, reboot and send me new ioreg, need check audio and power management

CLOVER.zip

Ur audio work with id 5 or 7 with AppleAlc

 

if u have problem, just press barspace in clover boot screen and use block kexts, block applealc

  • Like 2
Link to comment
Share on other sites

the problem is, Imac14 is a core i 4th generation, ur processor is a lga775, the smbios is Macpro3,1, but macpro3,1 dont work sierra+

 

u need check what best smbios for u, and check ioreg if agpm is load, check frequencies, etc

  • Like 2
Link to comment
Share on other sites

 

run in terminal

kextstat | grep AppleIntel

 

here

   25    0 0xffffff7f82734000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (219.0.0) F7CC3395-98DB-3420-9C24-1017D52E13AE <7 6 5 4 3 1>
   34    0 0xffffff7f8272f000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (219.0.0) B802638B-251C-3602-BA8C-001F87228765 <7 6 5 4 3 1>
   84    0 0xffffff7f826dc000 0x2000     0x2000     com.apple.driver.AppleIntelSlowAdaptiveClocking (4.0.0) 6FE984DD-A1FE-309E-83CF-B346989A6F17 <83 4 3>
Link to comment
Share on other sites

×
×
  • Create New...