CyrIng

Results 216 comments of CyrIng

> I'm using `amd_pstate=active` for CPU frequency control; I imagine this might interact with the SMU in some way? It is available in kernel 6.5+ I believe. Depending on the...

> Yes, it's only shown in the max column. I see 429C in max columns for cores 1, 3, 7, 11, 13, 16, 24, 26 now. Great if I can...

> Maybe this is just a quirk of how the temperature data is retrieved? In fact, sensors are retrieved depending on the sensor scope. In the UI Settings window you...

Tip: at any time press the star key `*` to reset values, including the Min and Max of each CPU sensors, frequencies and so on.

With an uptime of 11 hours, I have not been able to reproduce the issue. I'm giving a closed look into source code for certain values reached by your CPU...

Congrats ``` = (4294967295) - 12 = 0xFFFFFFFF - 0xC = (-1U) - 0xC ``` https://github.com/cyring/CoreFreq/blob/7c8d354aeed79bcde59d2fcadbab899b60137a74/x86_64/coretypes.h#L709 ---- ```math Temp = ((Sensor * 5 / 40) - P1) - P2 ```...

I think I got it. Any sensor value lower than `392` and a thermal offset of `49` lead to a negative temperature. It never happened with my hardware but can...

@tofurky Hello Please find a fix for your testings in commit 43b96ae67e05b8d978c72bd0b51f7e261a9f212b of the [`develop`](https://github.com/cyring/CoreFreq/tree/develop) branch

> > @tofurky Hello > > Please find a fix for your testings in commit [43b96ae](https://github.com/cyring/CoreFreq/commit/43b96ae67e05b8d978c72bd0b51f7e261a9f212b) of the [`develop`](https://github.com/cyring/CoreFreq/tree/develop) branch > > Thanks very much for looking into this, I...

> The issue hasn't happened again in the past 5 hours since updating. Excellent, thank you