Slice Posted September 27, 2021 Share Posted September 27, 2021 FakeCPIID works currently. If no more suggestion I can release 5140. 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767711 Share on other sites More sharing options...
chris1111 Posted September 27, 2021 Share Posted September 27, 2021 (edited) try to use themes that looks like apple, is what people like 😀 Edited September 27, 2021 by chris1111 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767712 Share on other sites More sharing options...
kushwavez Posted September 27, 2021 Share Posted September 27, 2021 12 hours ago, Jief_Machak said: That should unswap the left and right arrow keys : AppleKeyFeeder.efi yes, it’s good now with that! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767714 Share on other sites More sharing options...
Jief_Machak Posted September 27, 2021 Share Posted September 27, 2021 2 hours ago, Slice said: There is interesting TextEditor 😉 instead of Xcode Eclipse is what I use. I didn't suggest it because I thought you wanted something small. Very handy for git. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767715 Share on other sites More sharing options...
SavageAUS Posted September 28, 2021 Share Posted September 28, 2021 FakeCPIID works currently. If no more suggestion I can release 5140.Will ccpv be release with 5140? Is it updated with the changes?Sent from my iPhone using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767737 Share on other sites More sharing options...
Slice Posted September 28, 2021 Share Posted September 28, 2021 9 hours ago, Jief_Machak said: Eclipse is what I use. I didn't suggest it because I thought you wanted something small. Very handy for git. Eclipse is 1000 times smaller then XCode13 and very powerful. 3 hours ago, SavageAUS said: Will ccpv be release with 5140? Is it updated with the changes? Sent from my iPhone using Tapatalk I hope it will be updated. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767747 Share on other sites More sharing options...
Jief_Machak Posted September 28, 2021 Share Posted September 28, 2021 57 minutes ago, Slice said: Eclipse is 1000 times smaller then XCode13 and very powerful. I agree, that's why I use it. I will share soon my project files that allows to use gdb from inside eclipse : not to know a single gdb command... 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767755 Share on other sites More sharing options...
Matgen84 Posted September 28, 2021 Share Posted September 28, 2021 (edited) Hi @Slice @Jief_Machak @all My stupid question: I want to replace a USBMap.kext, to use instead a SSDT for my Z390 USB ports with a specific name. Is it necessary to drop tables (length) the original one, in config.plist ? I read something about that somewhere. Sorry for my bad english. Edited September 28, 2021 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767757 Share on other sites More sharing options...
Slice Posted September 28, 2021 Share Posted September 28, 2021 2 hours ago, Matgen84 said: Hi @Slice @Jief_Machak @all My stupid question: I want to replace a USBMap.kext, to use instead a SSDT for my Z390 USB ports with a specific name. Is it necessary to drop tables (length) the original one, in config.plist ? I read something about that somewhere. Sorry for my bad english. Yes, you have to drop similar tables to avoid symbol duplication. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767766 Share on other sites More sharing options...
Matgen84 Posted September 28, 2021 Share Posted September 28, 2021 (edited) 3 hours ago, Slice said: Yes, you have to drop similar tables to avoid symbol duplication. Thanks @Slice Something like that to avoid symbol duplication with original SSDT-6-A M I.aml for my Z390 Aorus Master. Decimal (11547) instead of Hex (0x00002D1B) with <integer>. Right ? <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>MATS</string> </dict> <dict> <key>Length</key> <integer>11547</integer> <key>Signature</key> <string>SSDT</string> </dict> </array> Edited September 28, 2021 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767788 Share on other sites More sharing options...
Slice Posted September 28, 2021 Share Posted September 28, 2021 Clover is not Opencore, it supports hexadecimal values <key>Length</key> <string>0x2D1B</string> 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767798 Share on other sites More sharing options...
Matgen84 Posted September 28, 2021 Share Posted September 28, 2021 4 minutes ago, Slice said: Clover is not Opencore, it supports hexadecimal values <key>Length</key> <string>0x2D1B</string> Ok. Thanks. But the config-sample.plist, there is integer instead of string, for the value of Length. CloverConfigPlistValidator accepts both <string>0x2D1B</string> and <integer>1547</integer>. I don't understand why. <dict> <key>#Length</key> <integer>720</integer> <key>TableId</key> <string>Cpu0Ist</string> <key>Signature</key> <string>SSDT</string> </dict> Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767799 Share on other sites More sharing options...
Anto65 Posted September 28, 2021 Share Posted September 28, 2021 (edited) I have it so ... with TableId <dict> <key>DropForAllOS</key> <true/> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>xh_rvp08</string> </dict> OC </dict> </array> <key>Delete</key> <array> <dict> <key>All</key> <false/> <key>Comment</key> <string>Drop OEM SSDT-3-xh_rvp08</string> <key>Enabled</key> <true/> <key>OemTableId</key> <data> </data> <key>TableLength</key> <integer>2592</integer> <key>TableSignature</key> <data> U1NEVA== </data> </dict> Edited September 28, 2021 by antuneddu Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767800 Share on other sites More sharing options...
Slice Posted September 28, 2021 Share Posted September 28, 2021 @Jief_Machak You changed something? 0:279 0:000 Calibrated TSC Frequency = 0 = 0MHz Somehow the system works. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767801 Share on other sites More sharing options...
Mr MagOO Posted September 28, 2021 Share Posted September 28, 2021 Hello! I tried clover 5140 and it does not boot. Back to 5139 and it boots well. Too old rig ? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767809 Share on other sites More sharing options...
Anto65 Posted September 28, 2021 Share Posted September 28, 2021 (edited) 1 hour ago, Mr MagOO said: Hello! I tried clover 5140 and it does not boot. Back to 5139 and it boots well. Too old rig ? Have you checked with CloverConfigPlistValidator? Started fine after update (driver) OpenRuntime.UEFI (extracted from pkg) Edited September 28, 2021 by antuneddu 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767813 Share on other sites More sharing options...
Mr MagOO Posted September 28, 2021 Share Posted September 28, 2021 I'm in legacy mode and I boot Catalina. No OpenRuntime needed. Maybe new OC integration ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767815 Share on other sites More sharing options...
Slice Posted September 28, 2021 Share Posted September 28, 2021 5 minutes ago, Mr MagOO said: I'm in legacy mode and I boot Catalina. No OpenRuntime needed. Maybe new OC integration ? New Clover requires new OpenRuntime but I am not sure about legacy mode. Can you make debug.log? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767817 Share on other sites More sharing options...
MaLd0n Posted September 28, 2021 Share Posted September 28, 2021 4 hours ago, Slice said: 0:279 0:000 Calibrated TSC Frequency = 0 = 0MHz Some problems with IceLake processors. System running 2x speed. Old OC integration work fine. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767821 Share on other sites More sharing options...
Jief_Machak Posted September 28, 2021 Share Posted September 28, 2021 5 hours ago, Slice said: @Jief_Machak You changed something? 0:279 0:000 Calibrated TSC Frequency = 0 = 0MHz Somehow the system works. I encapsulated Boolean value in XBool. Not supposed to have an effect on frequency calculation... I’ll have a look tmo. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767828 Share on other sites More sharing options...
Slice Posted September 29, 2021 Share Posted September 29, 2021 @Intel6600 Remember Opencore appeared when mostly all hackintosh technologies was developed by Clover team as well as Chameleon team in past. Yes, Clover still has technologies that OC has no: tuning settings from GUI, SVG themes, ACPI tuning, devices tuning, advance SMBIOS etc. 3 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767869 Share on other sites More sharing options...
Slice Posted September 29, 2021 Share Posted September 29, 2021 8 hours ago, Jief_Machak said: I encapsulated Boolean value in XBool. Not supposed to have an effect on frequency calculation... I’ll have a look tmo. One more bad report https://applelife.ru/threads/clover.42089/page-1415#post-958828 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767870 Share on other sites More sharing options...
SavageAUS Posted September 29, 2021 Share Posted September 29, 2021 I love and use Clover on a daily basis and I appreciate all the work to update and maintain it and keep it working for free for all of us but the one thing that irks me is the lack of documentation. Latest release says -Implemented ExtendedFirmwareFeatures which is needed for Monterey beta 7.Integration with OC 0.7.3Ok…. But what do we need to do? What else was changed? I get it we can just use the sample config.plist and compare or cross our fingers and hope it boots. Does the change only effect Intel based machines? Will AMD hacks be affected? Both? Perhaps I am over thinking things but if a new user was to come to clover now what is out there to help them? If you feel this post is not needed feel free to delete it. Sent from my iPhone using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767881 Share on other sites More sharing options...
SavageAUS Posted September 29, 2021 Share Posted September 29, 2021 Clover 5140 boots beta 8 fine. Count down timer is on steroids though, 10 seconds goes by in like 4 seconds. Bug? 5141 to be released with fix?Sent from my iPhone using Tapatalk 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767895 Share on other sites More sharing options...
PG7 Posted September 29, 2021 Share Posted September 29, 2021 15 hours ago, Slice said: New Clover requires new OpenRuntime but I am not sure about legacy mode. Can you make debug.log? today I will test the r5140 on legacy 1gen laptop later post the result Thanks Team Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1100/#findComment-2767896 Share on other sites More sharing options...
Recommended Posts