Rodion2010 Posted March 6, 2021 Share Posted March 6, 2021 10 hours ago, jsl2000 said: it need normal power management of BIOS and Mac OS. It was normal until Sierra, no problems. Nothing special for that, Sleep just works 10 hours ago, jsl2000 said: Hope you can test Big Sur 11.3 as soon as possible because I find it can not boot well now! What for? Sleep does not work in 10.13* 10.14* 10.15* 11.2 I am sure it will not work in 11.3 exactly in the same way it is a waste of time to install it, untill we find any new solution (if it is possible) for that Link to comment Share on other sites More sharing options...
Rodion2010 Posted March 6, 2021 Share Posted March 6, 2021 DSDT.aml.zip and here is custom DSDT as an alternative solution )) really I need only 2 patches - HPET and _PTS to work but here I removed all the old and windows related devices and renamed some to match the original Mac. no significant changes Link to comment Share on other sites More sharing options...
Rodion2010 Posted March 9, 2021 Share Posted March 9, 2021 Link to comment Share on other sites More sharing options...
jsl2000 Posted March 9, 2021 Share Posted March 9, 2021 (edited) On 3/6/2021 at 10:20 PM, Rodion2010 said: DSDT.aml.zip 2.29 kB · 1 download and here is custom DSDT as an alternative solution )) really I need only 2 patches - HPET and _PTS to work but here I removed all the old and windows related devices and renamed some to match the original Mac. no significant changes Do you mean with this DSDT.aml you can properly wake from S3 sleep at High Sierra or Big Sur now ? But I can not find the patch for HPET inside. Edited March 9, 2021 by jsl2000 Link to comment Share on other sites More sharing options...
Rodion2010 Posted March 9, 2021 Share Posted March 9, 2021 (edited) 12 hours ago, jsl2000 said: Do you mean with this DSDT.aml you can properly wake from S3 sleep at High Sierra or Big Sur now ? But I can not find the patch for HPET inside. I mean exactly as I told before "It was normal until Sierra, no problems. Nothing special for that, Sleep just works" "Sleep does not work in 10.13* 10.14* 10.15* 11.2 I am sure it will not work in 11.3 exactly in the same way" "no significant changes" with DSDT what do you mean "Patch for HPET" ? Device (HPET) { Name (_HID, EisaId ("PNP0103") /* HPET System Timer */) // _HID: Hardware ID Name (CRS, ResourceTemplate () { IRQNoFlags () {0} IRQNoFlags () {8} IRQNoFlags () {11} IRQNoFlags () {12} Memory32Fixed (ReadOnly, 0xFED00000, // Address Base 0x00000400, // Address Length ) }) Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings { Return (CRS) /* \_SB_.PCI0.LPCB.HPET.CRS_ */ } } or Device (HPET) { Name (_HID, EisaId ("PNP0103") /* HPET System Timer */) // _HID: Hardware ID Name (_CRS, ResourceTemplate () { IRQNoFlags () {0,8,11,12} Memory32Fixed (ReadOnly, 0xFED00000, // Address Base 0x00000400, // Address Length ) }) Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } } Edited March 9, 2021 by Rodion2010 1 Link to comment Share on other sites More sharing options...
Rodion2010 Posted March 9, 2021 Share Posted March 9, 2021 nothing new since Link to comment Share on other sites More sharing options...
jsl2000 Posted March 10, 2021 Share Posted March 10, 2021 12 hours ago, Rodion2010 said: I mean exactly as I told before "It was normal until Sierra, no problems. Nothing special for that, Sleep just works" "Sleep does not work in 10.13* 10.14* 10.15* 11.2 I am sure it will not work in 11.3 exactly in the same way" "no significant changes" with DSDT what do you mean "Patch for HPET" ? Device (HPET) { Name (_HID, EisaId ("PNP0103") /* HPET System Timer */) // _HID: Hardware ID Name (CRS, ResourceTemplate () { IRQNoFlags () {0} IRQNoFlags () {8} IRQNoFlags () {11} IRQNoFlags () {12} Memory32Fixed (ReadOnly, 0xFED00000, // Address Base 0x00000400, // Address Length ) }) Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings { Return (CRS) /* \_SB_.PCI0.LPCB.HPET.CRS_ */ } } or Device (HPET) { Name (_HID, EisaId ("PNP0103") /* HPET System Timer */) // _HID: Hardware ID Name (_CRS, ResourceTemplate () { IRQNoFlags () {0,8,11,12} Memory32Fixed (ReadOnly, 0xFED00000, // Address Base 0x00000400, // Address Length ) }) Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } } Thanks for your explanation. Link to comment Share on other sites More sharing options...
Rodion2010 Posted March 11, 2021 Share Posted March 11, 2021 EFI 3.zip I think it will work with almost any 775 motherboard Common kexts and drivers are not included Link to comment Share on other sites More sharing options...
RAW2019 Posted October 3, 2021 Share Posted October 3, 2021 On 3/5/2021 at 2:28 AM, jsl2000 said: My MB is ASUS P5Q PRO which's quite similar to yours. Can you update to Big Sur 11.3 beta 3 ? I have the same sleep/wake issue from High Sierra to Big Sur. Can you share your OpenCore EFI for me ? Hi, So far you are the only one that i've seen that runs a P5Q beyond High Sierra (which i thought was the highest OS you can go with a SSE 4.1 chip) But somehow you people have moved beyond High Sierra and i would like to go there too. I run an Asus P5Q (normal edition i think) with Xeon X5460 (771 to 775 converted) with 4 GB and AMD HD 7970 with Sierra. Want to go to Mojave or Catalina but so far i only tried the easy tonymac guide but that clearly didn't work. I have to dig into how i got Sierra up and running because it has been years ago. Anyway i read about opencore. I would love to go the clover way because i understand that the most i think. Dtst may not be my thing. I have read through this tread but can't find what you have done specifically. Is there a tread you used or have contributed to with tips that may help me? Thanks! Link to comment Share on other sites More sharing options...
FirstTimeCustomac Posted June 18, 2022 Share Posted June 18, 2022 Has anyone tried macOS Ventura on LGA775 platform? Link to comment Share on other sites More sharing options...
MaLd0n Posted June 18, 2022 Author Share Posted June 18, 2022 16 minutes ago, FirstTimeCustomac said: Has anyone tried macOS Ventura on LGA775 platform? i saw on the net. don't remember where 1 Link to comment Share on other sites More sharing options...
Recommended Posts