Jump to content

Ploddles

Members
  • Posts

    389
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ploddles

  1. I am not a Thunderbolt user but I understand from another forum that you may need to short pins 1 & 3 (connect a wire between them) if you do not have a thunderbolt header on your motherboard. I will look for the link when I get time and post it here.
  2. @shutterbug168 there are a few things you will need to do, mainly your MMIO Whitelist. The SSDTs referring to the USB controllers will also need removing, as well as the kext re the builtin Intel Bluetooth and Wireless module (unless the Asrock has builtin Intel Bluetooth and WiFi). All the patches and quirks should be OK. Once you have it booting you should then be able to tweak things as necessary. Good luck.
  3. USB-C and Thunderbolt are different but use the same connector. If your device is USB-C then it will work fine, if it is a Thunderbolt device then it won't, you need an add-in card, such as the Gigabyte Titan Ridge. A Thunderbolt cable will have a lightening sign on it, like on THIS. That cable would work on a thunderbolt device and a USB-C device. A USB-C cable (without the thunderbolt sign) will only work on USB-C devices.
  4. You do realise that the Aorus Xtreme only had USB-C, NOT Thunderbolt, you need the add-on card for that?
  5. @iosengineer, have you checked that you have disabled ‘wake on lan’ in BIOS. That has solved the reboot issue on shutdown for most users.
  6. So it looks like they are changing the naming convention. Changing from 10.x.x to 11.x, so the next full version will be 12.x instead of 11.1.x Just like iOS.
  7. Oops, brain fart by me, I should have realised 🙂 EDIT:- For anyone else trying this solution by @nkw, for me it didn't work if I had already applied the usual patches. I keep a separate unpatched copy of all the Adobe apps, so I had to copy an unpatched version back to my Applications folder, run the code signing command and then apply the usual patches. The first few times I tried to run Lightroom I had a prompt to enter my password, I had to do that about 10 times even though I selected "Always Allow". It did however finally get there after crashing if I didn't enter my password for a few minutes (I went to make a cup of tea). It now appears to run fine but needs lots of testing to check if everything works.
  8. That was what I tried but I get an error:- /Applications/Adobe Lightroom Classic/Adobe Lightroom Classic.app: Permission denied In subcomponent: /Applications/Adobe Lightroom Classic/Adobe Lightroom Classic.app/Contents/MacOS/LogTransport2.app
  9. I'm guessing you need Xcode installed for that? Can you share the full command if it is just a terminal command?
  10. I did have it working but since wiping my beta install of BS and installing the release version, I can't get it working again, with exactly the same patches. 😞
  11. Your MMIO could change, it is always worth just checking if you add/remove anything. Mine has never changed but I understand that it has for some others.
  12. It stops all the crashing you described but still problems with Liquify, Neural Filters and Colourise.
  13. There are a few different versions on there, the ones you want to use if you have Photoshop 2021 are :- for file in MMXCore FastCore TextModel libiomp5.dylib libtbb.dylib libtbbmalloc.dylib; do find /Applications/Adobe* -type f -name $file | while read -r FILE; do sudo -v echo "found $FILE" [[ ! -f ${FILE}.back ]] && sudo cp -f $FILE ${FILE}.back || sudo cp -f ${FILE}.back $FILE echo $FILE | grep libiomp5 >/dev/null if [[ $? == 0 ]]; then dir=$(dirname "$FILE") [[ ! -f ${HOME}/libiomp5.dylib ]] && cd $HOME && curl -sO https://excellmedia.dl.sourceforge.net/project/badgui2/libs/mac64/libiomp5.dylib echo -n "replacing " && sudo cp -vf ${HOME}/libiomp5.dylib $dir && echo rm -f ${HOME}/libiomp5.dylib continue fi echo $FILE | grep TextModel >/dev/null [[ $? == 0 ]] && echo "emptying $FILE" && sudo echo -n >$FILE && continue echo "patching $FILE \n" sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' $FILE sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' $FILE done done AND THEN [ ! -d $HOME/Library/LaunchAgents ] && mkdir $HOME/Library/LaunchAgents AGENT=$HOME/Library/LaunchAgents/environment.plist sysctl -n machdep.cpu.brand_string | grep FX >/dev/null 2>&1 x=$(echo $(($? != 0 ? 5 : 4))) cat >$AGENT <<EOF Label mkl-debug ProgramArguments sh -c launchctl setenv MKL_DEBUG_CPU_TYPE $x; RunAtLoad EOF launchctl load ${AGENT} >/dev/null 2>&1 launchctl start ${AGENT} >/dev/null 2>&1 After Camera Raw 12.4 installed, run:- sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' /Library/Application\ Support/Adobe/Plug-Ins/CC/File\ Formats/Camera\ Raw.plugin/Contents/Frameworks/libtbb.dylib sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' /Library/Application\ Support/Adobe/Plug-Ins/CC/File\ Formats/Camera\ Raw.plugin/Contents/Frameworks/libtbb.dylib sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' /Library/Application\ Support/Adobe/Plug-Ins/CC/File\ Formats/Camera\ Raw.plugin/Contents/Frameworks/libtbbmalloc.dylib sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' /Library/Application\ Support/Adobe/Plug-Ins/CC/File\ Formats/Camera\ Raw.plugin/Contents/Frameworks/libtbbmalloc.dylib
  14. Yes, it usually happens shortly before the login screen. The pikera boot arg usually fixes it though. Are you clearing nvram a few times (and then rebooting back to OC) after each modification, it is essential that you do that otherwise new value/args aren't being read from the config.
  15. I've used my system without any of the SSDTs enabled and it appears to work the same as with them enabled. There are a couple of USB ports on the back (I can't remember which ones) that didn't work originally but I think they are ok now, since updating to the latest BIOS a few months ago. I've recently also changed my M.2 drives (Sabrent PCIe 4) for macOS so am busy reinstalling everything with a nice fresh copy of the release version of Big Sur. A shutdown and restart issue (where you hit shutdown and it would immediately restart instead of shutting down) was originally solved by @meina222I think it was. There is a BIOS setting for Wake on Lan which needs to be set as disabled. If you successfully loaded my BIOS settings from the file then that is already set. @iGPU is the nice chap that modified the SSDTs for me, I haven't a clue when it comes to that. For now I leave them all enabled - "if it ain't broke don't fix it". As for the black screen, I know lots of people have/had issues with the RX5700XT. I have just had another quick look at my config.plist and noticed a something that may be an issue for you. If you are still using the RX5700XT and a system definition of iMacPro1,1 make sure that you replace the AGPMInjector kext with the attached one. This one is specifically for the RX5700XT. If you aren't using iMacPro1,1 let me know as we need to generate a new one for you. AGPMInjector.kext.zip
  16. I'm thinking you are referring to Misc | Security | SecurebootModel, which should be set to Disabled.
  17. I didn’t see some of the posts before my last one. It looks like you have already done that with @fabiosun i am looking at my phone now but will check out the full bits I missed later on, when I get home.
  18. This is really strange as 2 others use the same and boot fine. Difference is you have 3960x and we have 3970x. Maybe Mimo is different with your processor? You need to do an OC debug to check the values.
  19. Not for macOS but if you have Linux installed as well and boot via OC @jncasey states it will not boot properly. I haven’t loaded Linux on my machine yet but will do at some point and then test. Left enabled as I would forget which option(s) to enable. .
  20. @info I'm thinking you didn't have my latest OC 0.6.3 EFI if it is giving you errors. If you didn't download it from the Dropbox link in one of my old posts from a week or so ago it wouldn't work with the latest Catalina/Big Sur etc. Attached is my latest one (with serials removed). Try this, just to make sure. EFI.zip
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.