Contribute
Register

{SOLVED}_STA ACPI error in system log and drop tables error

Status
Not open for further replies.
Joined
Dec 20, 2018
Messages
740
Motherboard
Gigabyte Z370 AORUS Gaming 7
CPU
i7-8700K OC 5GHz
Graphics
GTX 1080 Ti & UHD 630
Mac
  1. iMac
  2. MacBook Pro
  3. Mac Pro
Mobile Phone
  1. iOS
Hello Fellow Members. I have a 99 percent working stable Hackintosh dell laptop (details in Sig). I was using Hackintool to check if any of my kext needed an update and decided to check the boot and system logs. I noticed I had a couple of errors in the system log. I don't know what I should do to begin troubleshooting. I've attached pics and debug files. Also, I noticed some tables in my config.plist and don't know if I actually need them since they were from a prebuilt config for graphics. I'm getting a table error in system log as well. any help is greatly appreciated. @jaymonkey could you take a look when you have a minute? @Feartech could you as well? thanks
 

Attachments

  • debug_24932.zip
    2.5 MB · Views: 158
  • Screen Shot 2019-07-23 at 7.01.01 PM.png
    Screen Shot 2019-07-23 at 7.01.01 PM.png
    141.6 KB · Views: 1,105
  • Screen Shot 2019-07-23 at 7.02.17 PM.png
    Screen Shot 2019-07-23 at 7.02.17 PM.png
    518.2 KB · Views: 1,080
The error is clear: your I2C SSDT file contains _STA method already available
You should remove this method from I2C.
 
@FreeJHack thanks for response bro. where would I start to remove the _STA and do you know which tables has an error? in the third screenshot in post#1 it says 1 table failed to load, is that with the i2c SSDTs as well? thanks bro really appreciate
 
Remove from I2C SSDT the following:
Code:
    Scope (_SB.PCI0.GPI0)
    {
        Method (_STA, 0, NotSerialized)  // _STA: Status
        {
            Return (0x0F)
        }
    }
 
Remove from I2C SSDT the following:
Code:
    Scope (_SB.PCI0.GPI0)
    {
        Method (_STA, 0, NotSerialized)  // _STA: Status
        {
            Return (0x0F)
        }
    }
I did as you said now I get an error. screenshot attached thanks for your help
 

Attachments

  • Screen Shot 2019-07-24 at 3.41.45 PM.png
    Screen Shot 2019-07-24 at 3.41.45 PM.png
    395.8 KB · Views: 483
After Following @FreeJHack advice about the _STA error, I was able to delete the namespace that was not in use. now all 18 aml tables load successfully. thanks for your help. its fixed, and I learned something new today.
 

Attachments

  • Screen Shot 2019-07-24 at 5.42.04 PM.png
    Screen Shot 2019-07-24 at 5.42.04 PM.png
    304.4 KB · Views: 385
@FreeJHack. I recently updated my bios from 14,2 to 15,1. now my cpu doesn't idle low. its running @3.5ghz and above. I have cpu pm active I believe. my debug zip is in post#1 as I haven't changed it from then. thanks bro you're really helpful


FIXED: switched back to smbios 14,2. I think if I want to upgrade bios to 15,1, id have to install with that bios from the start
 
Last edited:
Status
Not open for further replies.
Back
Top