Mike Ranger Posted January 7, 2020 Share Posted January 7, 2020 hi Holyfield.... sounds good.... then I will give it a shot. Regards, Mike Link to comment Share on other sites More sharing options...
MacKonsti Posted January 14, 2020 Share Posted January 14, 2020 (edited) Hi everyone! Happy 2020. I found out that recently Intel Power Gadget updated to v3.6.2, in the usual Intel's page. Has anyone noticed any incompatibilities or hiccups? There is no changelog posted. I have just updated to this version and with HWMonitorSMC2 v2.5.0 it seems to work just fine. Thanks Edited January 14, 2020 by MacKonsti Link to comment Share on other sites More sharing options...
jinbingmao Posted January 15, 2020 Share Posted January 15, 2020 (edited) 23 hours ago, MacKonsti said: Hi everyone! Happy 2020. I found out that recently Intel Power Gadget updated to v3.6.2, in the usual Intel's page. Has anyone noticed any incompatibilities or hiccups? There is no changelog posted. I have just updated to this version and with HWMonitorSMC2 v2.5.0 it seems to work just fine. Thanks Yes, hwmonitorsmc2 v2.5.0, which shows the data perfectly all the time. Thank you very good vector Sigma! Edited January 15, 2020 by jinbingmao Link to comment Share on other sites More sharing options...
Matgen84 Posted January 16, 2020 Share Posted January 16, 2020 Hi everyone! I've got this line below with FakeSMC v3.5.3 (no plugins installed) on macOS 10.15.3 Beta 2 (AppleSMCLMU) AppleLMUController::smcReadKey Error: received error 0x84 when reading key 'MSLD' Link to comment Share on other sites More sharing options...
Slice Posted January 16, 2020 Author Share Posted January 16, 2020 23 minutes ago, Matgen84 said: Hi everyone! I've got this line below with FakeSMC v3.5.3 (no plugins installed) on macOS 10.15.3 Beta 2 (AppleSMCLMU) AppleLMUController::smcReadKey Error: received error 0x84 when reading key 'MSLD' No plugins - no MSLD. The key can be produced by VoodooBatterySMC or manually by ACPImonitor or just add constant into FakeSMC Info.plist like LID is always opened. 1 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 16, 2020 Share Posted January 16, 2020 @vector sigma some sensor in CPU Section is missing with Intel Power Gadget 3.7.0. Maybe need new update for HWMonitorSMC2 Thanks you 1 Link to comment Share on other sites More sharing options...
vector sigma Posted January 18, 2020 Share Posted January 18, 2020 (edited) On 1/16/2020 at 7:06 PM, Andres ZeroCross said: @vector sigma some sensor in CPU Section is missing with Intel Power Gadget 3.7.0. Maybe need new update for HWMonitorSMC2 Thanks you Test it: . This version doesn't like IntelPowerGadget.app to be opened at same time, and vice versa, because the code is set to use the PMU functionality provided: /*@function PG_UsePMU * @abstract Enable or disable the use of the Performance Monitoring Unit (PMU) by the Power Gadget library. * @discussion Enabling the use of the PMU by the Power Gadget Library allows for ReadSample to collect higher accuracy data with lower overhead; however, this also prevents the use of the PMU by other software. Disabling the use of the PMU by the Power Gadget library will enable compatibility with other software that uses the PMU. * @param iPackage Index of Intel processor package to query. Must be less than the value from PG_GetNumPackages. * @param flag Set to true to enable the use of the PMU, and false to disable. * @result True on success, false on failure. */ bool PG_UsePMU(int iPackage, bool flag); P.S. tomorrow I'll add sensors from VirtualSMC but now I need to go to bed because I've the flu EDIT bugs maybe present as I've just finished writing the code. Edited February 2, 2020 by vector sigma Beta app removed 2 1 Link to comment Share on other sites More sharing options...
jinbingmao Posted January 18, 2020 Share Posted January 18, 2020 (edited) 5 minutes ago, vector sigma said: Pay attention to rest and take good care of yourself. Thank you Edited January 18, 2020 by jinbingmao Link to comment Share on other sites More sharing options...
jinbingmao Posted January 18, 2020 Share Posted January 18, 2020 'core req' reference variable error. Seems to be the same value as "core Max" Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 18, 2020 Share Posted January 18, 2020 1 hour ago, vector sigma said: Test it: HWMonitorSMC2.app_2.5.1_IPG3.7.zip. This version doesn't like IntelPowerGadget.app to be opened at same time, and vice versa, because the code is set to use the PMU functionality provided: /*@function PG_UsePMU * @abstract Enable or disable the use of the Performance Monitoring Unit (PMU) by the Power Gadget library. * @discussion Enabling the use of the PMU by the Power Gadget Library allows for ReadSample to collect higher accuracy data with lower overhead; however, this also prevents the use of the PMU by other software. Disabling the use of the PMU by the Power Gadget library will enable compatibility with other software that uses the PMU. * @param iPackage Index of Intel processor package to query. Must be less than the value from PG_GetNumPackages. * @param flag Set to true to enable the use of the PMU, and false to disable. * @result True on success, false on failure. */ bool PG_UsePMU(int iPackage, bool flag); P.S. tomorrow I'll add sensors from VirtualSMC but now I need to go to bed because I've the flu EDIT bugs maybe present as I've just finished writing the code. It's look better Link to comment Share on other sites More sharing options...
MacKonsti Posted January 19, 2020 Share Posted January 19, 2020 (edited) 21 hours ago, vector sigma said: Test it: HWMonitorSMC2.app_2.5.1_IPG3.7.zip. This version doesn't like IntelPowerGadget.app to be opened at same time, and vice versa, because the code is set to use the PMU functionality provided P.S. tomorrow I'll add sensors from VirtualSMC but now I need to go to bed because I've the flu EDIT bugs maybe present as I've just finished writing the code. Hope you are feeling better @vector sigma! I too, confirm that using IPG v3.7.0 with 2.5.1beta on Mojave latest, the readings are back especially the cores now I see 8 (4x2 threads) instead of just the cores. I run IPG all the time and seems 2.5.1 shared here, works well with both open and in parallel. When I quit IPG 3.7.0, I get no frequency readings at all in HWMonitorSMC2. Looking forward to the final release. Thank you again. Edited January 19, 2020 by MacKonsti Link to comment Share on other sites More sharing options...
Matgen84 Posted January 19, 2020 Share Posted January 19, 2020 On 1/16/2020 at 3:53 PM, Slice said: No plugins - no MSLD. The key can be produced by VoodooBatterySMC or manually by ACPImonitor or just add constant into FakeSMC Info.plist like LID is always opened. Thanks. @Slice I don't understand why this error from Catalina: (AppleSMCLMU) AppleLMUController::smcReadKey Error: received error 0x84 when reading key 'MSLD' Because I've a Desktop using Imac19,1 SMBIOS, not a Laptop. Link to comment Share on other sites More sharing options...
losinka Posted January 19, 2020 Share Posted January 19, 2020 20 hours ago, vector sigma said: Test it: HWMonitorSMC2.app_2.5.1_IPG3.7.zip. This version doesn't like IntelPowerGadget.app to be opened at same time, and vice versa, because the code is set to use the PMU functionality provided:... Hm... If I start and stop IGP, the HWMonitorSMC2 shows me the Temp&Freq of CPU equal 0. I don't use Clover&Fake - OC and VSMC only. Link to comment Share on other sites More sharing options...
vector sigma Posted January 19, 2020 Share Posted January 19, 2020 2 hours ago, losinka said: Hm... If I start and stop IGP, the HWMonitorSMC2 shows me the Temp&Freq of CPU equal 0. I don't use Clover&Fake - OC and VSMC only. And what I said? Link to comment Share on other sites More sharing options...
losinka Posted January 19, 2020 Share Posted January 19, 2020 1 minute ago, vector sigma said: And what I said? Sorry, I don't saw/understood. Can you say again please? Link to comment Share on other sites More sharing options...
vector sigma Posted January 19, 2020 Share Posted January 19, 2020 1 minute ago, losinka said: Sorry, I don't saw/understood. Can you say again please? https://www.insanelymac.com/forum/topic/299861-hwsensors3/?do=findComment&comment=2704848 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted January 19, 2020 Share Posted January 19, 2020 1 minute ago, losinka said: Sorry, I don't saw/understood. Can you say again please? 23 hours ago, vector sigma said: Test it: HWMonitorSMC2.app_2.5.1_IPG3.7.zip. This version doesn't like IntelPowerGadget.app to be opened at same time, and vice versa, because the code is set to use the PMU functionality provided: /*@function PG_UsePMU * @abstract Enable or disable the use of the Performance Monitoring Unit (PMU) by the Power Gadget library. * @discussion Enabling the use of the PMU by the Power Gadget Library allows for ReadSample to collect higher accuracy data with lower overhead; however, this also prevents the use of the PMU by other software. Disabling the use of the PMU by the Power Gadget library will enable compatibility with other software that uses the PMU. * @param iPackage Index of Intel processor package to query. Must be less than the value from PG_GetNumPackages. * @param flag Set to true to enable the use of the PMU, and false to disable. * @result True on success, false on failure. */ bool PG_UsePMU(int iPackage, bool flag); P.S. tomorrow I'll add sensors from VirtualSMC but now I need to go to bed because I've the flu EDIT bugs maybe present as I've just finished writing the code. 2 1 Link to comment Share on other sites More sharing options...
losinka Posted January 19, 2020 Share Posted January 19, 2020 3 minutes ago, vector sigma said: https://www.insanelymac.com/forum/topic/299861-hwsensors3/?do=findComment&comment=2704848 Thanks. You know about it... Link to comment Share on other sites More sharing options...
vector sigma Posted January 21, 2020 Share Posted January 21, 2020 (edited) Guys, that looks fine, tomorrow I'll publish the code at github. P.S. Intel Power Gadget v3.7+ adviced Edited February 2, 2020 by vector sigma beta app removed 1 Link to comment Share on other sites More sharing options...
jinbingmao Posted January 21, 2020 Share Posted January 21, 2020 (edited) On 1/22/2020 at 6:22 AM, vector sigma said: How to set offset. Edited January 23, 2020 by jinbingmao Link to comment Share on other sites More sharing options...
vector sigma Posted January 22, 2020 Share Posted January 22, 2020 1 hour ago, jinbingmao said: How to set offset. Gigabyte.zip Z87X-HD3.plist.zip Link to comment Share on other sites More sharing options...
jinbingmao Posted January 22, 2020 Share Posted January 22, 2020 6 minutes ago, vector sigma said: Z87X-HD3.plist.zip Link to comment Share on other sites More sharing options...
vector sigma Posted January 22, 2020 Share Posted January 22, 2020 (edited) And 8 times: Boot with Clover! Edited January 22, 2020 by vector sigma 1 Link to comment Share on other sites More sharing options...
jinbingmao Posted January 22, 2020 Share Posted January 22, 2020 9 minutes ago, vector sigma said: And 8 times: Boot with Clover! Link to comment Share on other sites More sharing options...
Andrey1970 Posted January 22, 2020 Share Posted January 22, 2020 (edited) @vector sigma It wrong ! Vcore always multi=1. Delete there multi. You shall give heavy load of the CPU to see. Edited January 22, 2020 by Andrey1970 1 Link to comment Share on other sites More sharing options...
Recommended Posts