• Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!

Sleep / Wake not proper

kathir

New member
Joined
Sep 1, 2022
Messages
18
Motherboard
GB: z390i Aorus Pro Wifi
CPU
i5-9600k
Graphics
iGPU
OS X/macOS
14.x
Bootloader
  1. OpenCore (UEFI)
Mac
  1. iMac
Mobile Phone
  1. Android
  2. iOS
Hi,

let me share the Spec.
1) MB: z390i Aorus Pro Wifi
2) i5-9600k
3) USB Mapping done, all works fine
4) Using BCM card for WIFI & BT (proper USB mapping done as Internal)
5) OS: Ventura
6) Liquid RGB Cool system
7) Wired Mouse, BT key Board from MAC

Issue: whenever sleep , RGB cool system functions as usual, not goes completely Sleep mode

when I remove entries in Device Properties except (PciRoot(0x0)/Pci(0x2,0x0). - Sleep function works properly. But Bluetooth Keyboard Volume Increase / Decrease not function as it should.

Appreciate your suggestion and support. EFI attached

Thanks
K
 

Attachments

Hi,

let me share the Spec.
1) MB: z390i Aorus Pro Wifi
2) i5-9600k
3) USB Mapping done, all works fine
4) Using BCM card for WIFI & BT (proper USB mapping done as Internal)
5) OS: Ventura
6) Liquid RGB Cool system
7) Wired Mouse, BT key Board from MAC

Issue: whenever sleep , RGB cool system functions as usual, not goes completely Sleep mode

when I remove entries in Device Properties except (PciRoot(0x0)/Pci(0x2,0x0). - Sleep function works properly. But Bluetooth Keyboard Volume Increase / Decrease not function as it should.

Appreciate your suggestion and support. EFI attached

Thanks
K
Provide Hackintool>PCIe Export.
 
The configuration is not as per the guide.

Make the following changes to your configuration

1. Remove the following SSDTs. You need to remove the entries from your config.plist

- Remove SSDT-OLARILA.aml
- Remove SSDT-EC-USBX.aml

2. Add the following SSDTs. You need to add the entries in your config.plist
- SSDT-EC-USBX.aml
- SSDT-AWAC-DISABLE.aml
- SSDT-PMC.aml
- SSDT-PLUG.aml

3. Disable the following ACPI Quirks.
- FadtEnableReset
- RebaseRegions
- ResetLogoStatus

4. Disable the ACPI renames in ACPI>Patch section.

5. Disable the following Booter Quirks
- EnableWriteUnprotector

6. Enable the following Booter Quirks
- RebuildAppleMemoryMap

If you're unable to boot into macOS, disable RebuildAppleMemoryMap and enable EnableWriteUnprotector Quirk.

7. Remove the following keys from the IGPU Device in the DeviceProperties section.
- AAPL,slot-name
- device_type
- model

8. Set the following values for IGPU Device in the DeviceProperties section.
- AAPL,ig-platform-id = 07009B3E
- device-id = 923E0000
- framebuffer-fbmem = 00009000

9. Remove all other Devices in the DeviceProperties section.

10. Remove the following kexts
- AirportBrcmFixup.kext
- AppleMCEReporterDisabler.kext
- RealtekRTL8111.kext
- RestrictEvents.kext
- SMCProcessor.kext

11. Remove all the existing kexts from EFI/OC/Kexts directory. Re-download them and add the entries in sorted order in Kernel>Add section. Mandatory kexts should load first.

12. Set Picker Attributes to 17 in Misc>Boot section.

13. Set Scan Policy to 0 in Misc>Security section.

14. Remove the following boot args from NVRAM>7C436110-AB2A-4BBB-A880-FE41995C9F82>boot-args key
- shikigva=128
- watchdog=0
- agdpmod=pikera

15. Set csr-active-config to 00000000 in NVRAM>7C436110-AB2A-4BBB-A880-FE41995C9F82>csr-active-config key

16. Remove the following Drivers from UEFI>Drivers
- NvmExpressDxe.efi

Once you're done with the changes, save your config.plist, empty the bin and restart the system. Make sure to reset NVRAM twice and then check your Sleep/Wake function. Reply with new PR files.
 
  • Like
Reactions: kathir
The configuration is not as per the guide.

Make the following changes to your configuration

1. Remove the following SSDTs. You need to remove the entries from your config.plist

- Remove SSDT-OLARILA.aml
- Remove SSDT-EC-USBX.aml

2. Add the following SSDTs. You need to add the entries in your config.plist
- SSDT-EC-USBX.aml
- SSDT-AWAC-DISABLE.aml
- SSDT-PMC.aml
- SSDT-PLUG.aml

3. Disable the following ACPI Quirks.
- FadtEnableReset
- RebaseRegions
- ResetLogoStatus

4. Disable the ACPI renames in ACPI>Patch section.

5. Disable the following Booter Quirks
- EnableWriteUnprotector

6. Enable the following Booter Quirks
- RebuildAppleMemoryMap

If you're unable to boot into macOS, disable RebuildAppleMemoryMap and enable EnableWriteUnprotector Quirk.

7. Remove the following keys from the IGPU Device in the DeviceProperties section.
- AAPL,slot-name
- device_type
- model

8. Set the following values for IGPU Device in the DeviceProperties section.
- AAPL,ig-platform-id = 07009B3E
- device-id = 923E0000
- framebuffer-fbmem = 00009000

9. Remove all other Devices in the DeviceProperties section.

10. Remove the following kexts
- AirportBrcmFixup.kext
- AppleMCEReporterDisabler.kext
- RealtekRTL8111.kext
- RestrictEvents.kext
- SMCProcessor.kext

11. Remove all the existing kexts from EFI/OC/Kexts directory. Re-download them and add the entries in sorted order in Kernel>Add section. Mandatory kexts should load first.

12. Set Picker Attributes to 17 in Misc>Boot section.

13. Set Scan Policy to 0 in Misc>Security section.

14. Remove the following boot args from NVRAM>7C436110-AB2A-4BBB-A880-FE41995C9F82>boot-args key
- shikigva=128
- watchdog=0
- agdpmod=pikera

15. Set csr-active-config to 00000000 in NVRAM>7C436110-AB2A-4BBB-A880-FE41995C9F82>csr-active-config key

16. Remove the following Drivers from UEFI>Drivers
- NvmExpressDxe.efi

Once you're done with the changes, save your config.plist, empty the bin and restart the system. Make sure to reset NVRAM twice and then check your Sleep/Wake function. Reply with new PR files.

Hi, I have tried with your inputs. Still issue remain same, Not sleeping.
 

Attachments

Hi, I have tried with your inputs. Still issue remain same, Not sleeping.
You did not follow the guide. The changes are not as per the guide.

Following are the issues

1. The guide mentions using the SSDTs from the OpenCore package.
2. The sorting order for SSDTs is not correct.
3. The ACPI rename still exists.
4. SetupVirtualMap Quirk is disabled.
5. The ig-platform-id should be set to = 07009B3E
6. There is nothing such as ramebuffer-fbmem but framebuffer-fbmem. Use the correct key.
7. The kexts are still not removed. The guide mentions using the kexts from acidanthera.

Remove the following kexts
- AirportBrcmFixup.kext
- AppleMCEReporterDisabler.kext
- BrcmBluetoothInjector.kext
- BrcmFirmwareData.kext
- BrcmPatchRAM3.kext
- RealtekRTL8111.kext
- RestrictEvents.kext

8. The sorting order for Drivers is not correct. Mandatory drivers should load first.

Reset your BIOS to defaults and set up the BIOS again. Reset NVRAM twice and boot into macOS.

Disconnect all USB devices from the system except for the Keyboard and Mouse. Test Sleep/Wake, report.
 
You did not follow the guide. The changes are not as per the guide.

Following are the issues

1. The guide mentions using the SSDTs from the OpenCore package.
2. The sorting order for SSDTs is not correct.
3. The ACPI rename still exists.
4. SetupVirtualMap Quirk is disabled.
5. The ig-platform-id should be set to = 07009B3E
6. There is nothing such as ramebuffer-fbmem but framebuffer-fbmem. Use the correct key.
7. The kexts are still not removed. The guide mentions using the kexts from acidanthera.

Remove the following kexts
- AirportBrcmFixup.kext
- AppleMCEReporterDisabler.kext
- BrcmBluetoothInjector.kext
- BrcmFirmwareData.kext
- BrcmPatchRAM3.kext
- RealtekRTL8111.kext
- RestrictEvents.kext

8. The sorting order for Drivers is not correct. Mandatory drivers should load first.

Reset your BIOS to defaults and set up the BIOS again. Reset NVRAM twice and boot into macOS.

Disconnect all USB devices from the system except for the Keyboard and Mouse. Test Sleep/Wake, report.

Hi, I could able to complete as you mentioned, Finally Sleep and Wake works by USB Mouse.

Thank you for the Guidance and response. :)

1. RGB cooler light OFF and again ON while wake up.
2. Bluetooth Keyboard Volume Increase / Decrease functioning as it should after wake up.

but Why PC not wake up by BT keyboard, any key press? I am using Apple Magic Keyboard.

It wakes by USB Mouse.
 

Attachments

Hi, I could able to complete as you mentioned, Finally Sleep and Wake works by USB Mouse.
Nice!
1. RGB cooler light OFF and again ON while wake up.
2. Bluetooth Keyboard Volume Increase / Decrease functioning as it should after wake up.
Great!
but Why PC not wake up by BT keyboard, any key press? I am using Apple Magic Keyboard.
You did not follow the guide carefully. This is the third time i have mentioned it. Is there any problem in following the instructions even after pointing it out?

Here are the following issues

1. There is nothing such as ramebuffer-fbmem but framebuffer-fbmem. Use the correct key.

2. The kexts are still not removed. The guide mentions using the kexts from acidanthera.

Remove the following kexts
- BrcmBluetoothInjector.kext
- BrcmFirmwareData.kext
- BrcmPatchRAM3.kext

3. Disable ForceOcWriteFlash Quirk in the UEFI section of your config.plist.

4. The sorting order for Drivers is not correct. Mandatory drivers should load first.

Once you're done with the changes, reset NVRAM twice and boot into macOS.

Disconnect all USB devices from the system except for the Keyboard and Mouse (ignore if on BT). Test Sleep/Wake, report.
 
Hi,

Thank you so much for the support .

I have done as you advised , Still BT Keyboard wake not function, I guess APPLE removed this feature? any guess.?

Yesterday updated to Ventura Beta 7, started have to have below issues..
1. When use OC configurator, Quirks not able to use... even resize the window. (OC: Latest)
2. Folder have stack effect.

I am not sure what causes this issue...

Appreciate your support.
 

Attachments

Forum statistics

Threads
2,151
Messages
19,879
Members
30,408
Latest member
scoobypetey