CaseySJ
Moderator
- Joined
- Nov 11, 2018
- Messages
- 21,699
- Motherboard
- Asus ProArt Z690-Creator
- CPU
- i7-12700K
- Graphics
- RX 6800 XT
- Mac
-
- Classic Mac
-
- Mobile Phone
-
2023-08-25 11:55:18 -0600 Sleep Entering Sleep state due to 'Software Sleep pid=178':TCPKeepAlive=disabled Using AC (Charge:0%) 33 secs
2023-08-25 11:55:51 -0600 DarkWake DarkWake from Normal Sleep [CDN] : due to SWUS SWDS XHC2/ Using AC (Charge:0%) 46 secs
2023-08-25 11:56:37 -0600 Wake DarkWake to FullWake from Normal Sleep [CDNVA] : due to UserActivity Assertion Using AC (Charge:0%)
sudo pmset -a displaysleep 1 disksleep 1 sleep 0 womp 1
Hello guys! How are you doing? A special shoutout to our good friend @CaseySJ, hope everything is going well.
I'm back to tinkering with the B550 Vision D! I had it replaced under warranty because I was having some issues with the Wi-Fi slot and two graphics cards, it was probably defective. I've installed a 5800x, an Nvidia 3080 in the first PCI slot for Windows (Gaming), an AMD 460 (flashed to 560) in the second PCI slot for OSX, and an ASUS XG-C100C gigabit LAN card in the third PCI slot! I've disabled the INTEL Wi-Fi, but it's still functional (I don't need it anymore).
Everything is working great, no problems. These days, I've been trying to get sleep/wake to work, but I'm still working on it, and it's not working for now. To disable the Nvidia card in PCI slot 1, I'm simply using "disable-gpu 01000000" in Device Prop... I suspect it might not be the best way to turn off the graphics card, maybe it would be better to use ACPI with SSDT and Method(_INI). I'm seeking clarification from you on this, it's your world xD @CaseySJ
any suggestions?
p.s. Additionally, while I was reading some logs, I noticed this ACPI error during the loading of a native SSDT of the motherboard. I'm attaching a photo and the extracted SSDT for your reference. it's
Is this something that can potentially cause issues in general?
Thank you @CaseySJ ! The error seems to have disappeared from the log thanks to this patch. Can I ask you about an issue I've been experiencing since I updated the BIOS to version 16? Even when I rolled back to version 15, the problem persisted. Essentially, it no longer detects 2 out of 4 SATA hard disks, 1 SSD, and 1 mechanical drive, and TestDisk is showing Bad Sector errors. On Windows, however, they load perfectly, and TestDisk doesn't detect any errors. The partitions on these 2 hard disks are NTFS, by the way. Please note that it takes a long time to get to the desktop now because I receive a lot of AHCI errors during boot. If I'm not mistaken, I believe it tries to perform an S.O.S. Recovery of the 2 hard disks during boot, which keeps it stuck for a while until I eventually reach the desktop. It recognizes the hard disks but doesn't load the partitions and asks me to initialize them. Obviously, since the hard disks work fine on Windows, I suspect there might be some issue in the EFI or somewhere else. I'm not sure if it was caused by the BIOS update or perhaps some sudden PC shutdown. Any ideas?This ACPI patch should fix the error in GSWApp:
- Table Signature: SSDT
- OEMTableID: 47535741 7070
- Find: A00692 94600A0E
- Replace: A3A3A3 A3A3A3A3
- Comment: Fix TZ._STA function
- Count: 1
- Enabled: True
View attachment 571356
Hello guys! I just want you to know that I find the culprit! It was a bios settings in the SATA sectionThank you @CaseySJ ! The error seems to have disappeared from the log thanks to this patch. Can I ask you about an issue I've been experiencing since I updated the BIOS to version 16? Even when I rolled back to version 15, the problem persisted. Essentially, it no longer detects 2 out of 4 SATA hard disks, 1 SSD, and 1 mechanical drive, and TestDisk is showing Bad Sector errors. On Windows, however, they load perfectly, and TestDisk doesn't detect any errors. The partitions on these 2 hard disks are NTFS, by the way. Please note that it takes a long time to get to the desktop now because I receive a lot of AHCI errors during boot. If I'm not mistaken, I believe it tries to perform an S.O.S. Recovery of the 2 hard disks during boot, which keeps it stuck for a while until I eventually reach the desktop. It recognizes the hard disks but doesn't load the partitions and asks me to initialize them. Obviously, since the hard disks work fine on Windows, I suspect there might be some issue in the EFI or somewhere else. I'm not sure if it was caused by the BIOS update or perhaps some sudden PC shutdown. Any ideas?
I attach the boot log and some screens from TestDisk from windows and osx and disk utility. This behavior is truly strange
is there any AHCI patch or kext I can try for this build?
I'll give it a try.@cccip Would you be able to try these two SSDTs (not at the same time!) to see if either fixes sleep on your build?
These SSDTs are only relevant for more recent BIOS versions for Vision D-P (ie. F15+), where they seem to have updated the ACPI config.
Even with these patches, my machine is waking, but the reason moved from PT21, 22, 23, GPP0 etc to SWUS/SWDS which I think is the USB on the Radeon.
- The first SSDT (SSDT-B550-VISION-DP-PT02-TO-XT02) reconfigures the PT02 ports (PT20-29) to use GPRW. The newer Gigabyte BIOSes seems to bypass GPRW and instead hard code the PRW return values of these devices. You could try other GPRW fixes (eg. SSDT-GPRW) along with this to see if that helps. With this one you need to also disable GPP0 separately as it is technically a separate issue.
- The second SSDT (SSDT-DELETEPRW-PT21-22-23-GPP0) just deletes the PRW methods entirely from GPP0 and PT21, 22, 23 specifically.
If your Radeon does not have USB, then I wonder if your wake would be fixed by either of these.