Casm101 Posted May 31, 2020 Share Posted May 31, 2020 (edited) 11 hours ago, IronManJFF said: Are you using HDMI/DisplayPort Audio or the motherboard built-in audio ? I am using the built-in audio, but running video via HDMI. 11 hours ago, IronManJFF said: If you don't already have it (since you have a RX580)...in NVRAM section. I added this to my config file, and it seems to have worked! I'll come back in a couple of days with an update to say if it's all working fine, but there's no reason it shouldn't, thanks @IronManJFF. Later today, I'll probably try and upgrade to OC 0.5.8, so I'll let you know how that goes too! EDIT: okay, not completely true, theres a better chance of it not happening, but once in a while it does still stop other app audio, or a video from playing. I'll still keep a look out for anything else... Edited May 31, 2020 by Casm101 Link to comment Share on other sites More sharing options...
IronManJFF Posted May 31, 2020 Author Share Posted May 31, 2020 Working (and learning at the same time) on a little something in ApplescriptObjC.. Spoiler Having trouble with the stepper for timeout ... 2 Link to comment Share on other sites More sharing options...
Casm101 Posted May 31, 2020 Share Posted May 31, 2020 3 minutes ago, IronManJFF said: Working (and learning at the same time) on a little something in ApplescriptObjC.. Looks brilliant, would be a very usefull tool to have! Link to comment Share on other sites More sharing options...
IronManJFF Posted May 31, 2020 Author Share Posted May 31, 2020 Now is the time to put in your feature requests .. can't promise they will all be implemented tough. Link to comment Share on other sites More sharing options...
Casm101 Posted May 31, 2020 Share Posted May 31, 2020 3 minutes ago, IronManJFF said: Now is the time to put in your feature requests .. can't promise they will all be implemented tough. Maybe an option to add boot arguments that apply on the next boot. Since EFI doesn't allow file version control, when you make a change, it creates a copy of you config to a backup folder you can revert to? Aaaand a selector to choose from different versions of you backups, if you want to revert to an old config. I can't think of anything else really, I'm pretty sure you would have thought of the first one. 3 minutes ago, IronManJFF said: Now is the time to put in your feature requests .. can't promise they will all be implemented tough. Maybe an option to add boot arguments that apply on the next boot. Since EFI doesn't allow file version control, when you make a change, it creates a copy of you config to a backup folder you can revert to? Aaaand a selector to choose from different versions of you backups, if you want to revert to an old config. I can't think of anything else really, I'm pretty sure you would have thought of the first one. Link to comment Share on other sites More sharing options...
IronManJFF Posted May 31, 2020 Author Share Posted May 31, 2020 (edited) 3 hours ago, Casm101 said: Maybe an option to add boot arguments that apply on the next boot. My plan was to set the boot-args according to some checkbox like Verbose 3 hours ago, Casm101 said: Since EFI doesn't allow file version control, when you make a change, it creates a copy of you config to a backup folder you can revert to? Creating a backup might not be too hard but the reverting part gets more complicated .. nothing tells me is the backup is from the same OC Version. I am also making some assumptions : You are using my Migration Kit (that is all element from my config_template are present, and the EFI folder has not been tampered) When iMac13,2 is selected there is a GPU present When MacMini6,2 is selected there is no GPU Assuming Catalina or Mojave for now Edited May 31, 2020 by IronManJFF Link to comment Share on other sites More sharing options...
Casm101 Posted May 31, 2020 Share Posted May 31, 2020 1 hour ago, IronManJFF said: My plan was to set the boot-args according to some checkbox like Verbose Sounds pretty good. 1 hour ago, IronManJFF said: reverting part gets more complicated An idea would be to append a tag to the end of the file you backup with the version which its meant for, so when you go to restore it, it can either be greyed-out, or you get a warning saying that it may not be compatible. Ex: configBackUp_310520_[OC_058].plist So basically the naming system could be: fileName + backUpDate + ocVersion.plist. And then detecting the version by reading the file name and getting the substring of where the tag is located, I can't help with the syntax in ApplescriptObjC, but an example in JS would be: var fileName = 'configBackUp_310520_[OC058].plist'; var versionTag = fileName.substring(fileName.length - 13, fileName.length - 6); // Process to add the file to restore Probably completely different in objC, but you've inspired me to start learning it with you tool, so, hopefully in the future I might be able to contribute something useful. 1 hour ago, IronManJFF said: When iMac13,2 is selected there is a GPU present When MacMini6,2 is selected there is no GPU I cant remember why, but I changed to the macMini defaults.plist, and I have a GPU, what is the main differance? Should I change back? Link to comment Share on other sites More sharing options...
Casm101 Posted May 31, 2020 Share Posted May 31, 2020 (edited) I'm trying to upgrade my OC to 0.5.8 using you script, but I'm having a problem, the folder is on my desktop which is on a secondary HDD called "Macintosh HDDS" (I think this is what is causing the problem, the hard drive name), here is the error I get: And this is the folder with the script, I've left it as is, apart from changing the info inside of PlatformInfo: Any ideas? EDIT: FIXED: I temporarily renamed my data HDD, to a name without any spacing, and the script was able to find the necessary files and modify them. Tested on a USB, all good, updated my SSD EFI, and booted too, the auto select timing is a little fast for my liking, so I'll change that, but apart from that, all good!PD: the new OC update seams to have fixed my system audio problem, so even better!! Edited May 31, 2020 by Casm101 Info duplicated and added new information Link to comment Share on other sites More sharing options...
IronManJFF Posted May 31, 2020 Author Share Posted May 31, 2020 2 hours ago, Casm101 said: I cant remember why, but I changed to the macMini defaults.plist, and I have a GPU, what is the main differance? Should I change back? It mostly about Graphic PowerMangement and some WhateverGreen goodies. Before Catalina some USB internal header ports were disabled under iMac13,2 Link to comment Share on other sites More sharing options...
Casm101 Posted May 31, 2020 Share Posted May 31, 2020 2 hours ago, IronManJFF said: Before Catalina some USB internal header ports were disabled under iMac13,2 So in theory, all USB headers for case IO should work with iMac13,2? Link to comment Share on other sites More sharing options...
IronManJFF Posted June 1, 2020 Author Share Posted June 1, 2020 On 5/31/2020 at 12:49 PM, Casm101 said: EDIT: FIXED: I temporarily renamed my data HDD, to a name without any spacing, and the script was able to find the necessary files and modify them. Tested on a USB, all good, updated my SSD EFI, and booted too, the auto select timing is a little fast for my liking, so I'll change that, but apart from that, all good! Migration Kit has been updated to handle blanks in path the script is run from 22 hours ago, Casm101 said: So in theory, all USB headers for case IO should work with iMac13,2? Haven't tested it but what there in the USB kexts that prevented those ports to be recognized is not there anymore. Link to comment Share on other sites More sharing options...
CiTroNaK Posted June 2, 2020 Share Posted June 2, 2020 On 5/29/2020 at 1:19 AM, IronManJFF said: Checking something ..I think it might want to push a firmware upgrade .. Silent Knight tells me that it expect 291.0.0.0.0 Confirmed: It will attempt to push a firmware upgrade for both MacMini6,2 and iMac13,2 What does it (firmware version) mean for me? Can I somehow prevent it? Thank you Link to comment Share on other sites More sharing options...
IronManJFF Posted June 2, 2020 Author Share Posted June 2, 2020 Basically it means that you need to have enough free space on your EFI partition to store the firmware. Of course, you could never successfully apply this firmware update as it is meant for a real Mac. OpenCore should skip the 'apply part'. 1 Link to comment Share on other sites More sharing options...
IronManJFF Posted June 2, 2020 Author Share Posted June 2, 2020 Releasing as it is right now. Does not do much but does it well. OCPostConfig.zip I am looking for someone to make a couple of app icons for this utility and the Migration kit. See here for a place to start 1 Link to comment Share on other sites More sharing options...
CiTroNaK Posted June 4, 2020 Share Posted June 4, 2020 IronManJFF, any plans for an update to 0.5.9? https://github.com/acidanthera/OpenCorePkg/releases/tag/0.5.9 Thanks Link to comment Share on other sites More sharing options...
IronManJFF Posted June 4, 2020 Author Share Posted June 4, 2020 Yes, I will and it is one of the reasons I released my OCPostConfig utility as it was there are some big changes in the config.plist so I did not want to invest too much time on stuff that would be broken and having too maintain too many versions. Just need a boring rainy day to get going. 1 Link to comment Share on other sites More sharing options...
toastie Posted June 9, 2020 Share Posted June 9, 2020 Hey, @IronManJFF - great work. Just upgraded to OpenCore 0.5.7 and upgraded to Catalina after running High Sierra for what seems like forever. Also added a 2nd drive and dual-boot to Windows 10 and both work well, except for one issue. The front audio (green headphone and pink microphone) ports no longer work, and I get odd behavior with the rear ports. The green port seems to map to 'Internal Speakers' and seems to work consistently. However, the pink port maps to Internal Microphone and only works intermittently under MacOS. It doesn't work at all under Windows. Not a huge big deal, but any thoughts on what's going on with that? Thanks again for all your effort. Link to comment Share on other sites More sharing options...
IronManJFF Posted June 9, 2020 Author Share Posted June 9, 2020 (edited) In all honesty I haven't deeply tested audio. I was quite happy when I got the 'boot chime' to work. More stuff to do on a raining, boring day. Green = Internal Speakers in Sound Control Panel , when connecting headphones in the front panel , Internal Speakers will become Headphones (this works for me and tested again just now). I don't have a 'legacy' microphone to test. In Audio MIDI Setup .. verify the sample rate of the input device .. should look like: Port not working under Windows is weird, you could test by totally disabling OC at startup by holding F12 at startup and selecting your Windows drive to boot from and see if it make any difference. Edited June 9, 2020 by IronManJFF Link to comment Share on other sites More sharing options...
Haydar Posted June 10, 2020 Share Posted June 10, 2020 (edited) hi, thank you for all your work @IronManJFF , with your guide i’ve set up opencore 0.5.8 with your latest bios. I have a standard ssd with latest catalina and another ssd with windows 10. However i have i little problem, i think with bios, i just want to know if every body else have it to and it can be fixed. The problem is with wake on lan, i don’t want to use this feature, so in bios i have ENABLED erp and DISABLED pme event wake, in cataline under energy settings i have the feature turned off and same thing under windows in the network card properties. Both with windows or mac, every time i use a vnc app like jumpdesktop or screens (both have builtin wol enabled, so when they try to access the pc they send a magic packet i suppose) when i turn off the computer, after 2 second it restart. If i try the same thing outside my lan no problem, the computer stay turned off. If i remove the ethernet cable from the motherboard, so using just wifi, again it works normally and stay off. For this reason i think is the wake on lan command that those 2 app use before access that wake the computer again when i turn it off. Is it possible that the ERP and PME event wake switch in bios are not working? Any help would be welcome, thanks EDIT: another information: days ago, i tried to USE wake on lan in order to turn on my computer and than use vnc app. So i disabled ERP and enabled PME event wake. Wol was working, sending magic packet the computer woke up but again, the moment i turned off, after 2 second, started again. If i turned on normally with the power button no problem. I read online that some botherboard have a kernel bug that cause this behaviour, i don’t know if this quo aos has it too. So i don’t use wol anymore, i have a smart plug connected to the power supply, in bios i have the funcion AC back always on and with this trick i can turn on the computer with no problem and after i shut down it stay off. The problem is now with jumpdesktop or screens that i really like that i think send the wol command and make my pc boot again. Sorry for my english Edited June 10, 2020 by Haydar Link to comment Share on other sites More sharing options...
IronManJFF Posted June 12, 2020 Author Share Posted June 12, 2020 I don't like to mess with firmware settings unless I have to ... and I merely assembled some firmware modules together ..I did not write any of them; so if there is a bug I don't have the required skill to fix it. Normally when you disable ERP ..it will turn off PME Event Wake Up, Power On By Mouse, Power On By Keyboard, and Wake On LAN. Now PowerNap is not exactly WOL. ANd Wake-up for admin acess is not exactly WOL either On MacOS, there is stuff you can specify in Energy Saver preference pane but for more control, you might want to look at the pmset command (remember on a real Mac there are no firmware setting screen). To me the simplest way to prevent wake on lan is to prevent the magic packet from ever reaching the target machine ...which is probably what happens when you try to reach your computer from outside your LAN, the magic packet is not formwarded. Link to comment Share on other sites More sharing options...
Haydar Posted June 12, 2020 Share Posted June 12, 2020 Thanks for your suggestion, i was thinking the same thing but unfortunately my router can’t block port inside lan. However in the end i just bought an usb3 gigabit network card, with this i can have full internet speed and no more reboot. Thanks Link to comment Share on other sites More sharing options...
Haydar Posted June 12, 2020 Share Posted June 12, 2020 I also want to report that I’m testing smbios imacpro1,1 and until now I’m pretty fine with it. I know, probably cpu power management is not optimal with it, but videoproc now recognizes hevc capability with dGpu and I can reproduce drm content like prime video in safari using shikigva=80 (with shikigva=128 or nothing I had red screen with audio). Sidecar obviously is not working. Regarding cpu power management e I can see in intel power gadget the right frequences and power consumption going together with usage. If someone can tell me some test I can do in order to test if it working right or no. I’m just using the 2 ssdt file of this guide and the kext in the OC folder. Link to comment Share on other sites More sharing options...
IronManJFF Posted June 15, 2020 Author Share Posted June 15, 2020 You have an interesting finding there .. do you have iGPU enabled or diabled in firmware setttings ? Link to comment Share on other sites More sharing options...
Haydar Posted June 16, 2020 Share Posted June 16, 2020 In bios I have igpu disabled Link to comment Share on other sites More sharing options...
Haydar Posted June 16, 2020 Share Posted June 16, 2020 i also tempted to try smbios imac19,1 in order to achieve sidecar. My fear is that with igpu enabled probably mac os with that smbios prefer to use that instead of my dgpu. If i can test it i will post it here Link to comment Share on other sites More sharing options...
Recommended Posts