Jump to content

tomnic

Moderators
  • Posts

    1,067
  • Joined

  • Last visited

  • Days Won

    45

Everything posted by tomnic

  1. Se esiste uno stick con minimo un i3 di quinta o sesta generazione (da Skylake a salire) non dovresti avere grossi problemi... poi dipende da quale wifi monta, le intel ultimamente funzionano abbastanza bene.
  2. In HackCheck il lettore di schede lo trovi nella sezione PCI Devices o in quella Usb?
  3. Ciao Fabio, certo che ti aiutiamo! Posta pure e vediamo di che si tratta... benvenutoooo
  4. Hi, you can use this excellent patcher built by our brilliant user @Nyaomi, follow her GitHub to install it: https://github.com/NyaomiDEV/AMDFriend To discuss about it you can write here: After having installed it close discord, then just issue this command in the terminal: sudo amdfriend --in-place --sign ~/Library/Application\ Support/discord/0.0.266/modules/discord_krisp/discord_krisp.node Put your password, restart discord and you're done!
  5. Questa release 12.3 la passo, blocco gli aggiornamenti automatici.
  6. Hi everybody! For python lovers I patched the PyTorch 1.10.2 to run perfectly on our AMD based hackintoshes. Just replace all the files in the zip with the respective ones: https://mega.nz/file/xmIngAKA#f9yzTN6jAPcMK8Bd8U_cf28S8Jn-1NuB0CTb5Z3k924 ~/miniconda3/lib/python3.9/site-packages/torch/lib/libiomp5.dylib ~/miniconda3/lib/libmkl_avx.1.dylib ~/miniconda3/lib/libmkl_avx2.1.dylib ~/miniconda3/lib/libmkl_avx512.1.dylib ~/miniconda3/lib/libmkl_core.1.dylib ~/miniconda3/lib/libmkl_core.dylib ~/miniconda3/pkgs/mkl-2021.4.0-hecd8cb5_637/lib/libmkl_avx.1.dylib ~/miniconda3/pkgs/mkl-2021.4.0-hecd8cb5_637/lib/libmkl_avx2.1.dylib ~/miniconda3/pkgs/mkl-2021.4.0-hecd8cb5_637/lib/libmkl_avx512.1.dylib ~/miniconda3/pkgs/mkl-2021.4.0-hecd8cb5_637/lib/libmkl_core.1.dylib ~/miniconda3/pkgs/mkl-2021.4.0-hecd8cb5_637/lib/libmkl_core.dylib Remember to recodesign each one of them, the syntax is: sudo codesign --force --deep --sign - ~/miniconda3/lib/python3.9/site-packages/torch/lib/libiomp5.dylib ...for each dylib. collect_env.py.zip
  7. Hello Hoeveler 😉 The italian job is a really nice way to call our patching method. Welcome to this wonderful community!!!
  8. For __mkl_serv_intel_cpu_true I mean that after the FIXED sequence 53 48 83 EC 20 8B 35 you will have other four RANDOM bytes, they CAN be all different as case 1 but they can also be as case 2, to be more clear: 53 48 83 EC 20 8B 35 01 02 03 04 53 48 83 EC 20 8B 35 01 01 02 03 53 48 83 EC 20 8B 35 01 01 01 02 53 48 83 EC 20 8B 35 01 01 01 01 Can be all possible matches. Speaking with find masks you need to find, for instance: FIND: 53 48 83 EC 20 8B 35 D1 C1 A2 23 MASK: FF FF FF FF FF FF FF 00 00 00 00 FF means find the EXACT byte, 00 means find WHATEVER byte. For the fastmem routines only case 1 and case 2 can happen, speaking with find mask as above: FIND: 90 90 90 90 56 E8 5A 00 00 00 59 C3 MASK: FF FF FF FF FF FF 0F FF FF FF 00 00 FIND: FF FF FF FF 56 E8 4A 00 00 00 59 C3 MASK: FF FF FF FF FF FF 0F FF FF FF 00 00 I've found out just today patching the PyTorch libraries that the last two bytes can change, thus the 00 00 final part of the mask. I hope this is clearer than before 😉 It would be nice to have a working tester and patcher, I mean your program could also be used to detect and show possible matching patterns before actually patch the binary, giving it just an input folder. And don't forget to write code to recodesign all the patched binaries!!! It is important as @fabiosun always remembers me!
  9. C'è anche in clover: <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Find</key> <data> AEFQUExFIFNTRAA= </data> <key>Replace</key> <data> AAAAAAAAAAAAAAA= </data> <key>Comment</key> <string>TRIM Enabler</string> </dict> </array> O se usi quella bischerata di Clover Configurator: Vai su Kernel and Kext Patches e aggiungi una riga; su Name metti IOAHCIBlockStorage; su find hex metti 004150504C452053534400; su replace hex metti 0000000000000000000000; In Comment metti TRIM Enabler o quello che preferisci; Lascia InfoPlistPatch così com'è; Salva e riavvia.
  10. Basta usare l'apposita funzione di OpenCore
  11. TRX40 systems are very delicate... Distros are too much rude for it!
  12. Have you updated bios to the latest revision?
  13. Hi Nyaomi, as you can read directly on the guide we look for the crashing libs analyzing the apple crash report, then we open each library with a decompiler (hopper) looking for the three mentioned "intel only" procedures and finally we patch each one of them with HexFiend. They say in the discord that a Lilu plugin isn't possible on Big Sur+ macOS revisions... So this is the only way to successfully patch apps for AMD right now.
  14. Poi però per la licenza? Lui legge la GUID della USB, se trova un disco rigido potrebbe incazzarsi il motore di licensing, visto che blacklista qualsiasi GUID che non gli garba...
  15. Sogno una 12.3 release più veloce della 12.2.1... ma credo che queste beta non siano solo incubi...
  16. A naso me la prenderei con la 12.3 beta, prova a disattivare l'accelerazione video da photoshop, altro non mi viene in mente ad ora
  17. Prova a mettere PBO su enabled dal bios, vediamo un po' prima di spendere altri soldi
  18. Un altro sostenitore del Real Hackintosh 😉 adoro i piani ben riusciti diceva qualcuno! Spremilo più 😉 La mia ASRock lo fa cantare meglio, il mio Ryzen 9 che avete capito!
  19. tomnic

    AIUTO

    Devi presentarti, fare alcuni post nel forum poi potrai iniziare a scaricare.
  20. It should work, strange! Make sure the people you are calling have patched discord with the provided library if they use AMD based Hackintoshes. Remember you also need to recodesign the patched library and disable gatekeeper: sudo codesign --force --deep --sign - ~/Library/Application Support/discord/0.0.265/modules/discord_krisp
  21. Update for version 0.0.265, same method and path is: ~/Library/Application Support/discord/0.0.265/modules/ discord_krisp.node.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.