CyrIng

Results 216 comments of CyrIng

> idle temperature in windows is around 52℃ Thank you. Too me that's the main issue.

@moetayuko Based on latest version, can you edit source code for your architecture `[AMD_Zen5_Eldora]` at this line: https://github.com/cyring/CoreFreq/blob/deb3da7f0049f41794ba27854591f84bac6cc9e2/x86_64/corefreqk.h#L13381 you replace with that line: ```c .Query = Query_AMD_F17h_PerCluster, ``` then you...

> Don't know what k10temp is showing, Zen 5 support [was added](https://github.com/torvalds/linux/commit/2c183963fb5fdd849cda66ddf2d93d88d2296a75) in 6.16 (so not even released yet) while I'm running 6.11. I have checked: _CoreFreq_ is already employing...

> all temperatures become zero after applying this to 2.0.7 Thank you for trying. You can now reset the file to its original content ```sh cd CoreFreq git checkout x86_64/corefreqk.h...

> Just in case you really want to dig in, 6.11 has [some code](https://github.com/torvalds/linux/blob/v6.11/drivers/hwmon/k10temp.c#L499) about 1Ah models which was removed in 6.12. `ccd_offset` is missing so I guess my k10temp...

> something wrong with this change Can you stop completely CoreFreq Delete its project directory and then clone it again from latest version. First build and run straight to check...