Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/09/2018 in all areas

  1. Hello, Actually CoreDisplayFixup was initially written for a friend of mine, and I myself do not even have any related device to test, so I am not sure what is exactly problematic. Yet I have heard something about iTunes crashing, and I guess Shiki might be the solution, check it out here: https://github.com/vit9696/Shiki/blob/master/Shiki/kern_start.cpp#L51, you may also need some other patches there.
    2 points
  2. I also do this in my free time, as most everyone who is involved does, but once again that's an opportunity cost. I can choose to code v2 or I can choose to code for v3/other projects, play guitar/piano/other instruments, hang out with friends, play video games, watch tv/movies, or work more, etc. I can only perform so many of those tasks at once and most of those are mutually exclusive if you really want to do one, so basically I have to give up the opportunity to work, do a different hobby or be able to relax in order to code for v2. There is an opportunity cost to everything, its just a basic fact of life and principle of economics. Saying there's no effort makes it sound like you don't care, not that it is not doable, it obviously is. My whole point was that the opportunity cost is too high to make it worthwhile for any of the developers to do, it may not be for you but that's pretty much irrelevant because I don't think you would think the same way if you realized what the true scope and amount of work it would actually take is.... Now back to the actual topic here, the third party build script. You know if you guys aren't actually developing using the repos, you are actually better off just trying to figure out what the remote repo version is (which is easy for both svn and git), compare that it's newer than the previous version stored somewhere, then do not check out the repos but instead request the zipped archive (through svn or git) and unzip like you were checking it out instead. It will save an immense amount of time because you are not downloading the entire commit history of the source, only the source as it is at that commit. Also switch to using the github git repo for EDK2.
    2 points
  3. Rev 4427-4429 FixHeaders should be in common ACPI section, it is not DSDT-only fix. <key>ACPI</key> <dict> <key>FixHeaders</key> <true/> The FIX is recommended to all users even if you are not going to fix DSDT. Anyway the fix is safe. Old setting inside DSDT fixes remains for backward compatibility but I recommend to exclude it from those section.
    2 points
  4. Version v2.1.2022.030b.X64

    42,528 downloads

    Make bootable USB Flash Disk for MAC OS X with Latest Clover bootloader revision fast and easy by one click! under OS Windows. Special utility from cvad & russian MAC community for new hackintosh users. Enjoy... For more information and complete instructions please see this topic. Anyone who likes the program, please support its Community Score. Feel free to "Rate File"
    1 point
  5. Ok thank you chris1111, now try
    1 point
  6. First, you can get the number of commits of a git branch from the command I posted previously in the build script command topic, or you can use the hash of the commit and that should be sufficient to determine if you are at the recommended commit. Second, I don't even bother with the suggested revision, I (revert then) pull the edk2 repo (then recopy the patches) and update the clover repo before every build/commit, never had a build issue save maybe once in a while but it's usually either compiler specific or typo/bug. I guess no point in not just giving the commands here. The command for number of commits in a branch (this actually does not match the svn commits):\ git rev-list --count HEAD -- The command for the commit hash: git rev-parse HEAD
    1 point
  7. Try perform some test Try this config, put in /CLOVER/EFI Boot to Clover, go to option /config and used the config.sample let me know if that help config-sample.plist.zip
    1 point
  8. Abbiamo provato , sinceramente ho azzardato , xche NON ho esperienze col tuo HW soprattutto con la tua VGA o le ATI in generale ..... Comunque è KP CPU , secondo me dovrebbe dare un occhio Gengik o chi capace , ma sono sicuro che le cose sono cambiate e può essere qualcosa vada rivisto , l'audio dovrebbe andare senza Fix in DSDT ,almeno DOVREBBE.... Scusa se ti ho fatto perdere tempo ... Ho verificato il DSDT , ed è stato accuratamente modificato in ogni singola voce o quasi ....... Molte cose secondo me potevano essere evitate e attivate in altre maniere .....
    1 point
  9. This can happen if you sometimes press any key on the keyboard before Clover is loaded, or you may see that screen if you choose to exit Clover from the GUI. You can still initiate Clover from here if you wish. To do so, navigate to 'Boot Maintenance Manager', select 'Boot From File' and select the mounted volume where you have installed Clover. Then drill down to EFI/CLOVER and select CLOVERX64.efi
    1 point
  10. NON hai selezionato nessun layout x l'audio in configplist io ho lasciato cosi come ho trovato , come fai x ascoltare ???
    1 point
  11. Ooo you posted before me If you get the prohibited sign it means that Defaults.plist is not getting loaded ... make sure you replugged your drive in the same order they were previously
    1 point
  12. BUONA SERA , ho scaricato la tua cartella , a occhio e croce penso puoi provare a togliere il DSDT e SSDT e provare a far gestire tutto a Clover,inserendo le fix\rename con Clover Configurator e anche gestendo il PM ... Se il tuo PC è desktop puoi provare e ti garantisco i risultati sono eccellenti vedi desktop in firma mia , va perfettamente come ti ho appena consigliato ... X farlo basta togliere da ACPI patch i file che ci sono dentro e settare Clover , togliere tutti i rename presenti e aggiungere rename GFX0 to IGPU e Sat0 to Sata ...... X il PM selezionare AppleIntelCPUPM e selezionare C&P state .... Forse la tua VGA è compatibile da 10.13.4 , bisogna sentire magari risparmi qualche Kext
    1 point
  13. Unless they have managed to secure a licence for x86 and add some VLIW support (think Project Denver or Transmeta) to reassure customers, this is bound to be a failure IMHO given how prevalent x86 is for the past 30 years. Apple has been the odd man out when they were still the only guys having a different architecture on their home computer systems in the 90s and 2000s.
    1 point
  14. Wow! fast... thanks.. I have downloaded what you suggested...
    1 point
  15. Ciao Sergimac , se frughi a giro fra le guide troverai notizie sulla cartella OEM in Clover , quella cartella serve x mettere più configurazioni e permettere di avviare con Clover della USB varie installazioni ...... L'immagine allego è la mia USB Avviabile con all'interno della cartella OEM le configurazioni dei vari Hack fatti nel tempo ........ Facendo cosi puoi utilizzare Clover e impostarlo con parametri Generici x altre installazioni , quando collegherai la USB ad un PC di cui avrai impostazioni in OEM riconoscerà in automatico la sua cartella ... Clover un grande bootloader , tutto da scoprire
    1 point
  16. Thanks! Moorre's patch resolved the issue for me, in the following setup: - ASUS H81C, a 2-port eSATA PCIe card based on the ASM1061 chipset, connected (via eSATA) to a Sharkoon 5-bay enclosure - sleep/wake behavior was fine under El Cap - installed High Sierra 10.13.4 yesterday, made sure BIOS:CSM compatibility was Enabled - the enclosure would detect the disks during post, but sleep after the Clover screen, i.e. early on during booting as the Apple logo appeared :-( - diskutil list would not show the drives, just the one on the top bay I then tried (in exasperation) the patch directly above, and it now behaves flawlessly during boot, i.e. the enclosure and all its disks are recognized; will test sleeping later today. Thanks!!! With greetings from Athens, Xen
    1 point
  17. It works!!!! Thank you!! I corrected some mistake and I had to remove other PCI implementations. Wow, And next challenge is PXSX change. :)) Thank you!
    1 point
  18. well, from the article below the Trashcan design does not seem to be useful enough for a Pro. I think the photo below is too extreme but it tells one of many stories. The part discussing about It has to be user upgradeable made total sense and refered to the good old fold-out side "door" Power Mac G4. I remembered there is a MacMod called MacBane in the forum using that chasis, a fabulous work. https://www.cnet.com/news/the-2019-apple-mac-pro-has-to-look-backward-to-move-forward/
    1 point
  19. Confermo. Handoff non supportato
    1 point
  20. AppleALC.kext needs Lilu.kext AppleALC alone is not working https://github.com/vit9696/AppleALC/releases https://github.com/vit9696/Lilu/releases
    1 point
  21. Ok, I think it's two parts. One, location to the nearest SF server, and two, the EDK2 svn repo is probably constantly checking to see if it needs synced with the GH git repo and causes any current activity to be cut off. All of these errors are to do with the EDK2 svn repo, which as I said I don't use - I use the GH git repo, which is why I'm not experiencing the slow downs.
    1 point
  22. there was an initialization error 70014-Fixed I'd love to have my 4.3 overclock, but I'll setting in clover config CPU FrequencyMHz is 4200 If I enter over 4200 is not work DVD player. FrequencyMHz 4200 IOAHCIBlockStorageInjector.kext.zip
    1 point
  23. Totally different subjects... Do some researches in Google - It's a useful tool.
    1 point
  24. If this Mac Pro wil be customizable by "Apple and consumer", yes Wellcome, but if another sub-trash just *orge*. Apple now came out that they just trashed 6 year of fail investments, with the uncustomizable machines, because they could win even more, many Apple users leaved new Mac Pro for the Old One Upgraded or for Hackintosh! IMHO for Apple, the Hackintosh scene, is a way to find out what really Apple's Users wants Hahaaaa Apple, you should and you really should let us continue (our and your) Hackintosh stories , this will be good for you and for us!
    1 point
  25. Don't think it's kernel related. My MX500 250GB is working with sudo trimforce enable
    1 point
  26. There was a critical bug. Release will be later tonight. upd. 1.2.6 released https://github.com/vit9696/AppleALC/releases/tag/1.2.6
    1 point
  27. Hi Fabio, your instead is bad but I think that the program should have exited before showing untrue data because it says "no resources". Can you kindly show me the output of: diskutil list and also diskutil info disk1 thanks
    1 point
  28. Did you try remove the Wifi module just for check ?
    1 point
  29. Buona sera , hai un DSDT fatto da Mald0n in patch , se il tuo PC è Desktop , credo tu possa anche eliminarlo e utilizzare Clover Configurator x settore Fix o Rename e patch varie ..... Quel DSDT è in conflitto con le Fix hai in Configurator ...... O fai correzioni in DSDT o in Clover , non è buona cosa farle doppie , se vuoi estrarre le tabelle ACPI dalla Gui di Clover con F4 e attendendo 20-30 sec e pubblicarle , vediamo se sistemiamo un configplist da provare ......
    1 point
  30. Allora... in ordine sparso: Aggiorna clover alla 4428 e magari invece di OsxAptioFixDrv-64.efi usa AptioMemoryFix o OsxAptioFix3Drv-64.efi Aggiorna LILU che hai la v121 mentre è disponibile la 123 Aggiorna AppleALC che è disponibile la v125 Se usi un SSDT NON occorre flaggare nel config.plist generate C e P states sempre nel config.plist sezione acpi al 2 hai flaggato un sacco di roba, ci hai studiato sopra con una logica o sono messi, così, un po' a caso? magari togli i flag, vai al wiky di clover e vedi cosa conviene mettere; tanto per dirne una FixACST serve solo per mobo asus Per chiudere, se ti applichi ancora un po', risolvi
    1 point
  31. Did you reload the BIOS using Command+ Option + P + R at the shell to force it to read the new Defaults.plist from the EFI partition?
    1 point
  32. just follow the thread. test with this https://www.insanelymac.com/forum/forums/topic/312045-atheros-wireless-driver-os-x-101112-for-unsupported-cards/?do=findComment&comment=2509900 and do not forget to add in clover plist "kext to path" as mentioned before
    1 point
  33. ( Lilu.kext + ATH9KFixup.kext + ATH9KInjector.kext in /S/L/E ) sudo kextcache -u / reboot
    1 point
  34. Rev 4420 Fix 10.13.4 USB Installer issue with OS Version detection
    1 point
×
×
  • Create New...