ColdIllyrian / Opencore-0.8.0-Msi-B450-Tomahawk-Max-Ryzen-9-3900x

9 stars 2 forks source link

How do you get sleep working? #6

Open denmorgenshtern opened 2 years ago

denmorgenshtern commented 2 years ago

Hello @QuantumShqipe , How do you get sleep working? I have similar setup with this motherboard. All work fine, except sleep/hibernation. It goes to switch off displays, but fans are spinning, rgb glowing, wakes up immediately from key press. No usb slots used, except mouse and keyboard. I've already tried your config with your SSDT.

My setup: B450 TOMAHAWK MAX AMD Ryzen 5 3600 32Gb Patriot Viper Steel DDR4 4x8GB GFX 1 GA104 GeForce RTX 3070 Lite Hash Rate (disabled via Device Properties -> PciRoot(0x0)/Pci(0x3,0x1)/Pci(0x0,0x0) -> disable-gpu) GFX0 GK208B GeForce GT 710

denmorgenshtern commented 2 years ago

Hello again @Quantumsheep,

I've fixed sleep finally!

I've remap USB-Map.kext. Surprisingly, but my motherboard has different ACPI paths than yours 😆

In addition, i've removed unused 3070 GPU by SSDT-GPU-DISABLE, not by config.plist. Perhaps it also caused a sleep problem.

quantumsheep commented 2 years ago

@denmorgenshtern wrong person 😄

ColdIllyrian commented 2 years ago

@denmorgenshtern wrong person 😄

lmao - yeah I think it is moi

ColdIllyrian commented 2 years ago

Hello again @quantumsheep,

I've fixed sleep finally!

I've remap USB-Map.kext. Surprisingly, but my motherboard has different ACPI paths than yours 😆

In addition, i've removed unused 3070 GPU by SSDT-GPU-DISABLE, not by config.plist. Perhaps it also caused a sleep problem.

Hi - that's actually crazy that you fixed it - because my sleep has been broken after 12.3 Monterey and had no clue how to fix it. I will try what you did and see if it fixes the issue for me, or you could share me your patches like your SSDT and USB-Mapping here so i can just replace, thanks again :)

denmorgenshtern commented 2 years ago

@QuantumShqipe I guess your USB map at USB-Map.kext is wrong.

It has two different "model" values - MacPro7,1 and iMacPro1,1.

And it' ACPI paths looks different than my B450 Tomahawk Max. Don't know is it usual, check it by this guide: https://dortania.github.io/OpenCore-Post-Install/usb/manual/manual.html

Here my USB mapping: https://github.com/denmorgenshtern/Hackintosh-AMD-Ryzen-5-3600-MSI-TOMAHAWK-B450-MAX/blob/main/EFI/OC/Kexts/USB-Map.kext/Contents/Info.plist

![изображение](https://user-images.githubusercontent.com/32959648/180195851-667a16e2-0229-478c-aa1b-6838f01794db.png)

@quantumsheep, Sorry for bothering you 😆

ColdIllyrian commented 2 years ago

Mmm okay thank you :) I'll have a try now and we will see what happens I'll ping you if I still fail lol