Jump to content
2,189 posts in this topic

Recommended Posts

5 hours ago, Slice said:

Sorry, when I was at home I forgot your question.

You have to edit FakeSMC.kext/Contents/Info.plist to add here a key like

                        <key>freq</key>
                        <array>
                            <string>ui16</string>
                            <data>gAM=</data>
                        </array>

Insert your own <data>.

But what if kext is not a fakesmc plugin? There is a way to create this working key for the frequency?

Link to comment
Share on other sites

3 hours ago, lorys89 said:

But what if kext is not a fakesmc plugin? There is a way to create this working key for the frequency?

No way AFAIK.

Link to comment
Share on other sites

On 7/10/2023 at 12:13 PM, Slice said:

Sorry, when I was at home I forgot your question.

You have to edit FakeSMC.kext/Contents/Info.plist to add here a key like

                        <key>freq</key>
                        <array>
                            <string>ui16</string>
                            <data>gAM=</data>
                        </array>

Insert your own <data>.

 

I was wrong about >freq<

There are keys in HWMonitorSMC2

let SMC_CPU_PACKAGE_MULTI_F     = "MPkC"
let SMC_CPU_CORE_MULTI_F        = "MC%@C"
let SMC_CPU_CORE_TEMP           = "TC%@C"
let SMC_CPU_CORE_TEMP_NEW       = "TC%@c"
let SMC_CPU_CORE_DIODE_TEMP     = "TC%@D"
let SMC_CPU_CORE_FREQ_F         = "FRC%@"

Kozlek's fakesmc generate "multipliers" MPkC, MC0C, MC1C etc..  while FakeSMC3 generates "frequencies" FRC0, FRC1 etc...

Link to comment
Share on other sites

  • 2 weeks later...

Hi Slice, I understand why the HWMonitorSMC2 app doesn't work for me

from opencore version 0.9.3 app does not work is something changed, I use FakeSMC.kext, IntelCPUMonitor.kext, ITEIT87x.kext and RadeonMonitor.kext

advice

Link to comment
Share on other sites

21 hours ago, Alpha22 said:

Hi Slice, I understand why the HWMonitorSMC2 app doesn't work for me

from opencore version 0.9.3 app does not work is something changed, I use FakeSMC.kext, IntelCPUMonitor.kext, ITEIT87x.kext and RadeonMonitor.kext

advice

 

Just use the original...works fine for me all these years.

Link to comment
Share on other sites

  • 6 months later...
  • 6 months later...

Hi Slice, you can have the same data (see picture) using FakeSMC.Kext - IntelCPUMonitor.kext - ITEIT87x.kext - RadeonMonitor.kext 

 

the data you see in the picture are with VirtualSMC.kext - SMCRadeonGPU.kext - SMCSuperIO.kext - SMCProcessor.kext

 

Spoiler

Screenshot-2024-08-10-alle-18-21-13.png

 

Link to comment
Share on other sites

×
×
  • Create New...