Jump to content

2 .aml files with similar content causing bootloop. HP Probook 440 G5 external mic problem


jonny33
 Share

2 posts in this topic

Recommended Posts

Hi all, hope you can help me. 

 

So I have the aformentioned laptop with Mojave and my combo headphone jack works well when it comes to audio but doesn't enable the mic on my headphones. I posted in the topic about the AppleALC awhile ago and they suggested I put the SSDT-CX820 0.aml (attached) in my clover folder. That fixed the issue with the mic, but created an even bigger one cause after several minutes if use the laptop just restarts itself. Removing the file fix the bootloop issue. Now, the method I used to hackintosh this machine is the infamous probook guide by rehabman and I noticed that in the aml files he provides there's a portion of the code that looks pretty similar to the one from SSDT-CX8200.aml so I assume that maybe causing the problem, but since I'm not really familiar with how and what to edit in those files without effing up the whole thing I was wondering if there's someone here that can help me. I'm attaching the two files and below you can find the portions of the code I find similar. (the 1st in bold the 2nd in italic)

 

 

SSDT-CX8200.aml

 

  Name (_SB.PCI0.HDEF.RMCF, Package (0x02)
    {
        "CodecCommander",
        Package (0x06)
        {
            "Custom Commands",
            Package (0x03)
            {
                Package (0x00){},
                Package (0x08)
                {
                    "Command",
                    Buffer (0x04)
                    {
                         0x01, 0x97, 0x07, 0x24
                    },

                    "On Init",
                    ">y",
                    "On Sleep",
                    ">n",
                    "On Wake",
                    ">y"
                },

                Package (0x08)
                {
                    "Command",
                    Buffer (0x04)
                    {
                         0x01, 0xA7, 0x07, 0x24
                    },

                    "On Init",
                    ">y",
                    "On Sleep",
                    ">n",
                    "On Wake",
                    ">y"
                }
            },

            "Perform Reset",
            ">n",
            "Perform Reset on External Wake",
            ">n"
        }
    })
}

 

 

SSDT-4x0G4k.aml

 

 

 Name (_SB.PCI0.HDEF.RMCF, Package (0x02)
    {
        "CodecCommander", 
        Package (0x04)
        {
            "Version", 
            0x00020600, 
            "14f1_2008", 
            Package (0x02)
            {
                "Custom Commands", 
                Package (0x02)
                {
                    Package (0x00){}, 
                    Package (0x08)
                    {
                        "Command", 
                        Buffer (0x04)
                        {
                             0x01, 0x97, 0x07, 0x24                         
                        }, 

                        "On Init", 
                        ">y", 
                        "On Sleep", 
                        ">n", 
                        "On Wake", 
                        ">y"
                    }
                }
            }
        }
    })

 

SSDT-4x0G4k.aml

SSDT-CX8200.aml

Link to comment
Share on other sites

  • 3 weeks later...
 Share

×
×
  • Create New...