vector sigma Posted October 10, 2018 Share Posted October 10, 2018 (edited) 9 minutes ago, iCanaro said: @vector sigma mi serve molta energia per alimentare genesys e dare via al giorno del giudizio battute a parte, forse è presente qualche errore con le virgole I need a lot of energy to feed genesys and give away the day of judgment beats apart, maybe there are some errors with the commas I know . I think they are just wrong, unless they are milliwatts and no Watts HWSensors-3 // Power (Watts) #define KEY_CPU_PACKAGE_CORE "PCPC" // SNB #define KEY_CPU_PACKAGE_GFX "PCPG" // SNB #define KEY_CPU_PACKAGE_TOTAL "PCPT" // SNB VirtualSMC [PCPC] type [sp78] 73703738 len [ 2] attr [C0] -> ATTR_WRITE|ATTR_READ CPU package core power (PECI) in watts This is a modern key present in e.g. MacBookPro12,1. Has many types. ... Edited October 10, 2018 by vector sigma 1 1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 10, 2018 Share Posted October 10, 2018 ..an SMC dump will clear some doubts. case CPUPowerGroup: { unsigned int W = 0; bcopy([value bytes], &W, 2); W = [HWMonitorSensor swapBytes:W]; return [[NSString alloc] initWithFormat:@"%uW",W]; } maybe the swap is unneeded. Link to comment Share on other sites More sharing options...
ctich Posted October 10, 2018 Share Posted October 10, 2018 hello thank you for your hard work. Intel HD630 indicators will not work out(you have tried before)? Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 10, 2018 Share Posted October 10, 2018 (edited) @vector sigma CPU Power is uprated approximately by 100 times. The comma after two characters on the right is required. Edited October 10, 2018 by Andrey1970 1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 10, 2018 Share Posted October 10, 2018 1 hour ago, ctich said: Intel HD630 indicators will not work out(you have tried before)? I can see it is 0 in both applications 1 hour ago, Andrey1970 said: The comma after two characters on the right is required. Can be, but if you show me an smc dump I'll be happy. 1 Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 10, 2018 Share Posted October 10, 2018 45 minutes ago, vector sigma said: Can be, but if you show me an smc dump I'll be happy. My smc dump. smcdump.zip 1 Link to comment Share on other sites More sharing options...
thenightflyer Posted October 11, 2018 Share Posted October 11, 2018 I don't know why but not all cores are shown using your app...i've i9 7980XE and only 16 cores instead of 18 are shown....why? Link to comment Share on other sites More sharing options...
vector sigma Posted October 11, 2018 Share Posted October 11, 2018 2 minutes ago, thenightflyer said: I don't know why but not all cores are shown using your app...i've i9 7980XE and only 16 cores instead of 18 are shown....why? Try SMCProcessor 18 hours ago, Andrey1970 said: My smc dump. smcdump.zip Thanks! very usefull! 58 minutes ago, ctich said: HD630_59120003.zip Values taken from IntelPowerGadget.framework, but in different times. 21 hours ago, Andrey1970 said: CPU Power is uprated approximately by 100 times. The comma after two characters on the right is required. Now is for sure, thanks. 1 Link to comment Share on other sites More sharing options...
thenightflyer Posted October 12, 2018 Share Posted October 12, 2018 11 hours ago, vector sigma said: Try SMCProcessor Thanks! very usefull! Values taken from IntelPowerGadget.framework, but in different times. Now is for sure, thanks. SMCProcessor is already loaded.... Link to comment Share on other sites More sharing options...
vector sigma Posted October 12, 2018 Share Posted October 12, 2018 5 hours ago, thenightflyer said: SMCProcessor is already loaded.... Sorry no idea then. I'm looking for someone who will help me telling where the error is (if there is). In the mean time can you show me a picture of other apps that show you all the sensors? ..I can take a look then on the source code... (or even decompiling the binary if not published). Thanks. Link to comment Share on other sites More sharing options...
thenightflyer Posted October 12, 2018 Share Posted October 12, 2018 3 hours ago, vector sigma said: Sorry no idea then. I'm looking for someone who will help me telling where the error is (if there is). In the mean time can you show me a picture of other apps that show you all the sensors? ..I can take a look then on the source code... (or even decompiling the binary if not published). Thanks. The strange thing is that with an old version of the app i saw all cpu cores....i cannot tell you exactly what version because i deleted when i upgraded and the old version is no more available. Link to comment Share on other sites More sharing options...
vector sigma Posted October 12, 2018 Share Posted October 12, 2018 (edited) 26 minutes ago, thenightflyer said: The strange thing is that with an old version of the app i saw all cpu cores....i cannot tell you exactly what version because i deleted when i upgraded and the old version is no more available. Can you gime an SMC dump? I need datas, but no one provide it almost never Lol Edited October 12, 2018 by vector sigma Link to comment Share on other sites More sharing options...
vector sigma Posted October 12, 2018 Share Posted October 12, 2018 @thenightflyer, please try that: HWMonitorSMC2.app_beta5.zip (a doubt that this is cause by the localization system), let me know 1 Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2018 Share Posted October 12, 2018 bravo;) Link to comment Share on other sites More sharing options...
vector sigma Posted October 12, 2018 Share Posted October 12, 2018 Grazie Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2018 Share Posted October 12, 2018 Link to comment Share on other sites More sharing options...
vector sigma Posted October 12, 2018 Share Posted October 12, 2018 CPU F = CPU 15 not this problem Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2018 Share Posted October 12, 2018 (edited) my bad sorry.. have had another app open and this one produce a correct number with strange core names but right count for now for me it is a best solution using VirtualSMC ad SMCProcessor Edited October 12, 2018 by Guest Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2018 Share Posted October 12, 2018 19 minutes ago, vector sigma said: @thenightflyer, please try that: HWMonitorSMC2.app_beta5.zip (a doubt that this is cause by the localization system), let me know here you can see also other results with HWsensorSMC2 old and new release with Virtulasmc on the left Fakesmc on right part of my image Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted October 12, 2018 Share Posted October 12, 2018 34 minutes ago, vector sigma said: @thenightflyer, please try that: HWMonitorSMC2.app_beta5.zip (a doubt that this is cause by the localization system), let me know I compiled source from github but i only get "HWMonitorSMC2.app version 2.3.1. Did you put the source for Beta 5 at Github??? Nice sensor with VirtualSMC.kext version 1.0.1 Link to comment Share on other sites More sharing options...
vector sigma Posted October 12, 2018 Share Posted October 12, 2018 1 minute ago, Andres ZeroCross said: Did you put the source for Beta 5 at Github??? Not yet, need more time to finish it. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted October 12, 2018 Share Posted October 12, 2018 How to get fan rpm be detected with this app?? What did you need?? Can i give my smc dump?Sent from my Mi Note 2 using Tapatalk Link to comment Share on other sites More sharing options...
vector sigma Posted October 12, 2018 Share Posted October 12, 2018 2 minutes ago, Andres ZeroCross said: How to get fan rpm be detected with this app?? What did you need?? Can i give my smc dump? Sent from my Mi Note 2 using Tapatalk There should be something to follow at first post. Honestly I never used it due to lack of hardware. Link to comment Share on other sites More sharing options...
vector sigma Posted October 12, 2018 Share Posted October 12, 2018 (edited) 30 minutes ago, fabiosun said: here you can see also other results with HWsensorSMC2 old and new release with Virtulasmc on the left Fakesmc on right part of my image Yep, I had never seen Hex values with G and H (missing cores) Quote TCGC TCHC ... just because they aren't. Il'' fix it. Edited October 12, 2018 by vector sigma Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted October 12, 2018 Share Posted October 12, 2018 There should be something to follow at first post. Honestly I never used it due to lack of hardware.But with FakeSMC.kext and plugin, all my fan is detected well. So i don't need dsdt patch ofcourse. Maybe related to keys of smc. I don't knowSent from my Mi Note 2 using Tapatalk Link to comment Share on other sites More sharing options...
Recommended Posts