• 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!

Search results

  1. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    The thread is alive. The DSDT remains untouched currently and everything is done via SSDTs. Regarding the sleep, unfortunately I wasn't able to find a fix.
  2. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    Sorry for the late reply. You can stick to MP5,1 smbios for now until I figure out a solution. I'm not sure if you changed bios options and configuration by now, so I'd like you to attach an archive with screenshots from your bios - what settings are used and what options are available, also...
  3. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    Can you check when you boot with OC what options appear inside MaciASL -> New from ACPI, because the SSDTs inside the archive look like they are OEM and not generated by Clover. If that's the case you can drop the OEM tables via Clover Configurator and this will allow the Clover-generated ones...
  4. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    Can you attach them in your post, so I can take a look at them?
  5. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    1. CPU PM - You can check this for ssdtPRGen - https://github.com/Piker-Alpha/ssdtPRGen.sh/issues/236 and if it doesn't help, you can create normal Clover USB and tick the checkboxes on Clover Configurator to generate C&P states for your CPU, boot it and dump the tables with F4 i think it was...
  6. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    The shutdown sometimes works on my side, sometimes doesn't. After further investigation and digging inside EDK APIs it seems like there's lack of legacy support (correct me if I'm wrong). However Clover seems to work fine without any issues - reboot and shutdown do work properly with the latest...
  7. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    iServices work when setup properly, however seems you may've blacklisted your Apple ID. Here's a link to dortania guides regarding blacklisted Apple ID - OC - iServices. You can contact apple by live chat if you have it available in your country or simply use Opera browser with North America VPN...
  8. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    You’re welcome! Are there any problems which I haven’t mentioned in the guide?
  9. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    The guide is now available.
  10. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    Note: Internal Speaker with AppleALC doesn't work for AD1984A codec, some versions of VoodooHDA appear to be working
  11. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    You're welcome. I did a clean install of Big Sur with a very careful preparation. I'll post a very descriptive guide (check my first post on the topic) by the end of this month.
  12. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    If you don't use A17 bios, upgrade to it, because my SSDT's are based on it. I have pretty much everything enabled in it like VT-x, VT-d etc. Regarding the CMOS reset issue, the original RTC device must be disabled via SSDT and then RTC0 (as example) must be created with different properties...
  13. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    Yes I tried, but unfortunately it didn’t work. Currently I don’t use USBMap because of the USB hub and everything works fine. I have 2-4 ports per USB controller and they are identified fine. Now I'm using OC 0.7.1 and Big Sur 11.5.
  14. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    Yes, but they didn't work again. This is why I use USB Hub as workaround for my mouse+keyboard and bluetooth dongle.
  15. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    Thanks. Mine latest fully stable is also Mojave 10.14.6 with Clover, but for Big Sur I have OC 0.7.1. The downsides with MP6,1 SMBios are non-working UHCI controllers I managed to run the usb 1.1 devices via USB 2.0 hub, because only EHCI controllers are working properly (even though with a...
  16. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    I deep dived into the DSDTs and SSDTs for both MacPro5,1 and MacPro6,1. It seems that in MP5,1 UHC and EHC are defined, but in MP6,1 There is only one EHC1 and one XHC1 devices defined. I have a USBMap and XhciPortLimit=false, but unplug and plug oh USB 1.1 devices won't work again until boot. I...
  17. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    I found this one https://github.com/dosdude1/macos-catalina-patcher/blob/master/macOS%20Catalina%20Patcher/macOS%20Post%20Install/addonkexts/LegacyUSBInjector.kext/Contents/Info.plist but there's nothing related to MacPro5,1 or MacPro6,1 in it. However I tested it same thing. I was able to run...
  18. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    I think I should define them in a SSDT as real devices, so they can be injected and the device definition can be directly Device (EH01) and Device (EH02) or I don't know. I'll be happy for an advice on that. Yes, that's why it's not an option to remove them. Yeah I know, it was just a mention...
  19. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    I'll try it I know, but the USB WiFi dongle works perfectly. I tried, but there is nothing to rename from EHC. My USBs are defined in \_SB.PCI0 as Device (USBN) where N is a number from 0 to 5 which actually are the UHCI controllers, EHCI controllers are not defined in the DSDT nor in a SSDT...
  20. N

    Big Sur 11.6.4 on T3500 with OC 0.7.8

    I disabled the two Realtek kexts, but same result.