Jump to content

gosi

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by gosi

  1. 1 minute ago, fabiosun said:

    @gosi

    click on Reveal hidden contents in iGPU message

    you Will find same your perl command

    ah the UI from the forum was broken for me, sorry!

    Here its for Luminar Neo as well:

    sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar Neo.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar Neo.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar Neo.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar Neo.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbbmalloc.dylib'
    
    and then
    
    sudo codesign --remove-signature /Applications/Luminar\ Neo.app/

     

     

    • Like 1
    • +1 1
  2. 4 hours ago, iGPU said:

    I downloaded Luminar AI from App Store but it would crash on startup. (There is a 7 day free trial.)

     

    A search found the answer to get it working (here); it is an AMD issue. Basically enter each of the following 5 commands into Terminal as shown in Spoiler below. After these are run, Luminar AI works fine under AMD.

     

      Reveal hidden contents
    
    
    sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbbmalloc.dylib'
    
    sudo codesign --remove-signature /Applications/Luminar\ AI.app/

     

     

     

    This could help, did the magic for me:
     

    sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/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' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbbmalloc.dylib'
    
    and then
    
    sudo codesign --remove-signature /Applications/Luminar\ AI.app/

     

  3. 9 minutes ago, Arrakis said:
      Reveal hidden contents

     

    I did a clean install for Monterey 12.0.1 under OpenCore 0.7.4. 😀The installation went smoothly.😀

    Intel I210 ethernet ports are still invalid.😞  For now, I am staying on Big Sur 11.6.1 (20G224)

    I will wait until Monterey 12.2 to resign myself to buying a 10G ethernet card. 

    Great news! Thanks for letting us know!

  4. On 10/22/2021 at 9:27 AM, gosi said:

    I tried to update to OpenCore 0.7.4 yesterday still with Big Sur and the system didnt boot anymore. I downloaded the new package of OpenCore, put in the kext files from the working one and the Config.plist. That is how its supposed to work?

    Poked a bit further along and now my Big Sur installation boots up with OC 0.7.4 🙂

    Looking forward for the Monteray release so I can see how that goes 😄

  5. 6 minutes ago, Arrakis said:

    @gosi

    With OpenCore 0.7.4 will suffice. OpenCore 0.7.5 is still in development

    There are three kexts which requires the version for Monterey

    AirportItlwm-Mont.kext, BlueToolFixup.kext, IntelBluetoothFirmware.kext and remove the IntelBluetoothInjector.kext otherwise it will conflict with the BlueToolFixup.kext

    Thanks again 🙂

    And should I just run the upgrade package, I remember you guys writing about disable secure boot j120 or something so it would work...

  6. 17 minutes ago, 23d1 said:

    Build from source using the GitHub repo.

    That works, thanks for the tipp!

    1 minute ago, Arrakis said:

    @gosi

    Yes, it works great.

    If you don't have wifi at the first connection.

    Disable the Wifi port in network preferences and apply. Then reactivate the port and choose your network again.

    ah so only wired is a problem atm, I see.

    What would be the steps to move to Monteray? Upgrade OpenCore to 0.7.5 and then it shall work?

  7. On 10/7/2021 at 5:31 AM, iGPU said:

     

    Correct, you need to flash _a_ chip.

     

    iMessage requires proper log in to iCloud with your Apple ID. Sometimes signing in and out of App Store or Music app helps. Also, you need to have (one) internet connection assigned "en0".

     

    318057541_ScreenShot2021-10-06at8_27_53PM.thumb.png.43048bdb3c9a52f97025f587223b9543.png

     

    How to re-set to "en0" has been discussed before, but in case you've forgotten:

     

      Reveal hidden contents

    Re-set “en0” ethernet configuration from Terminal, then re-boot computer:

     

    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

     

     

    So I reset the serial number as I forgot to input one field into Config.plist and now it works out. I also flash the card and now Thunderbolt is working as expected.

     

    I wonder about OpenCore: is it suggested to update it or stay at the same version?

  8. So the Titan Ridge Card v.2.0 finally arrived. I popped it in an in the PCI section of hardware I can already find it. Thunderbolt is empty.

     

    I suppose it will not work without flashing the chips?

     

    Also one question about iMessage: it worked for a few days now but now I cannot login anymore. Is this a known problem?

  9. On 9/26/2021 at 6:06 PM, Arrakis said:

    @gosi

    You can update to Big Sur 11.6. Intel I210 ethernet ports still work.

    They will work under Monterey only from beta 7.

    Slot 4 is the last one at the bottom (See Screen capture)

    I can not answer for the SSDT in case of TitanRidge Rev2 card.

     

     

    Thanks! Update went smooth and system is stable!

     

    The Rev2 TitanRidge card should arrive next week, I hope you can help me get it running 🙂

×
×
  • 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.