Contribute
Register

Gigabyte Z690 Aero G + i5-12600K + AMD RX 6800 XT

Hey guys! Do you have ACPI errors in boot log? I have Aorus Master and I have a few. I want to see if they are the same.
 
GC-Titan Ridge V2 card flashed with NVM33. Do I now need to use a specific SSDT?

I now see the Thunderbolt Buss within system information however, I am not able to connect any devices.

I have tried Universal Audio interfaces, OWC thunderbolt 4 hub and a G-Tech TB3 Hard Drive.

Usb C devices also do not work.

I have the 5-pin Thunderbolt header cable connected.

Tony.



View attachment 535225
In Section 8 of the same Quick Reference spoiler, there is a link to HackinDROM website where we can generate a Thunderbolt SSDT. The same post is referenced here:

Please give this a try. We need both Thunderbolt SSDT and SSDT-DTPG, the latter of which may already be in the EFI/OC/ACPI folder.
 
Hey guys! Do you have ACPI errors in boot log? I have Aorus Master and I have a few. I want to see if they are the same.
Yes I have errors relating to one or two of the built-in SSDTs.
 
Yes I have errors relating to one or two of the built-in SSDTs.
Same. Later, I will send you the log to see if are the same SSDTs who give problems. Maybe we can find a solution.
 
Yes I have errors relating to one or two of the built-in SSDTs.

Same. Later, I will send you the log to see if are the same SSDTs who give problems. Maybe we can find a solution.
These two ACPI patches fix both of the errors I was seeing:

Patch 1: Table IgfxSsdt
  • Table Signature: SSDT
  • OemTableID: 49676678 53736474
  • Find: 4D435F5F
  • Replace: 4D434843
  • Comment: Change MC__ to MCHC
  • Count = 0
  • Limit = 0
  • Skip =0
  • Enabled = True
Patch 2: Table GSWApp
  • Table Signature: SSDT
  • OemTableID: 47535741 7070
  • Find: 43031419 41444247
  • Replace: 43031419 58444247
  • Comment: Change ADBG to XDBG
  • Count = 1
  • Limit = 0
  • Skip = 0
  • Enabled = True
After making these changes, the boot log looks much better:
Code:
kernel: (AppleACPIPlatform) ACPI:
kernel: (AppleACPIPlatform) ACPI:
kernel: (AppleACPIPlatform) 23 ACPI AML tables successfully acquired and loaded
kernel: (AppleACPIPlatform) 23 ACPI AML tables successfully acquired and loaded
kernel: (AppleACPIPlatform)
kernel: (AppleACPIPlatform)
These changes will be added to V4 of the EFI to be uploaded to Post 1 soon.
Screen Shot 2021-11-22 at 3.47.09 AM.png



Update: This also fixes reboot on second and successive wake-from-sleep!
 
Last edited:
In Section 8 of the same Quick Reference spoiler, there is a link to HackinDROM website where we can generate a Thunderbolt SSDT. The same post is referenced here:

Please give this a try. We need both Thunderbolt SSDT and SSDT-DTPG, the latter of which may already be in the EFI/OC/ACPI folder.
Why thank you kind Sir.
I will attempt when I get in later.

Tony..
 
These two ACPI patches fix both of the errors I was seeing:

Patch 1: Table IgfxSsdt
  • Table Signature: SSDT
  • OemTableID: 49676678 53736474
  • Find: 4D435F5F
  • Replace: 4D434843
  • Comment: Change MC__ to MCHC
  • Count = 0
  • Limit = 0
  • Skip =0
  • Enabled = True
Patch 2: Table GSWApp
  • Table Signature: SSDT
  • OemTableID: 47535741 7070
  • Find: 43031419 41444247
  • Replace: 43031419 58444247
  • Comment: Change ADBG to XDBG
  • Count = 1
  • Limit = 0
  • Skip = 0
  • Enabled = True
After making these changes, the boot log looks much better:
Code:
kernel: (AppleACPIPlatform) ACPI:
kernel: (AppleACPIPlatform) ACPI:
kernel: (AppleACPIPlatform) 23 ACPI AML tables successfully acquired and loaded
kernel: (AppleACPIPlatform) 23 ACPI AML tables successfully acquired and loaded
kernel: (AppleACPIPlatform)
kernel: (AppleACPIPlatform)
These changes will be added to V4 of the EFI to be uploaded to Post 1 soon.
View attachment 535258


Update: This also fixes reboot on second and successive wake-from-sleep!
Bravo @CaseySJ ! But I still have some warnings on loading tables and some ACPI errors. Do you have the same?
 

Attachments

  • bootlog.txt
    101.4 KB · Views: 66
Bravo @CaseySJ ! But I still have some warnings on loading tables and some ACPI errors. Do you have the same?
Sure; just finished morning workout and currently sipping hot latté at lovely little downtown coffee shop. Will be back soon.
 
Bravo @CaseySJ ! But I still have some warnings on loading tables and some ACPI errors. Do you have the same?
Fortunately all 31 tables are loading:
Code:
(AppleACPIPlatform) ACPI:
(AppleACPIPlatform) 31 ACPI AML tables successfully acquired and loaded
(AppleACPIPlatform) 31 ACPI AML tables successfully acquired and loaded
(AppleACPIPlatform)
But after the tables have loaded, there are errors relating to PXSX device on every port. I think this might be harmless because your IOReg indicates that devices connected to these ports are still functioning:
Screen Shot 2021-11-22 at 8.44.17 AM.png


Update: I see the same PXSX errors in boot log from Z690 Aero G.
 
Last edited:
Back
Top