Faster IT
Faster IT
Totally. Can we have some `cat /proc/cpuinfo` from such systems please? (Just attach to this issue)
I am not sure the zopfli compression is widely supported. Did you test on - say - Android 4.4 or other ancient-but-still-widely-used browsers / OS? People should still be able...
Can you please provide `sensors -u` output?
@CodeChenL: `htop` depends on `libsensors` to show the CPU temperature. Your `libsensors` does not seem to support reading sensors from your hardware. That's why `htop` can't show you temperatures.
The specific rockpi kernel may have some temperature information in `/sys/class/thermal/thermal_zone0/temp` according to the Interwebs. You could check that and if there is some documentation on how to interpret the...
@CodeChenL: can you do `ls /sys/class/thermal/thermal_zone*` and `cat type` for each directory where that exists, please?
@CodeChenL `type` is the name of a file you find in the various `thermal_zone*` directories. It identifies the sensor ... type.
Could you provide the output of `cat /proc/cpuinfo` and `sensors -u` please? We can't reproduce this on the Zen2 systems some of us have (you have Zen3).
@Derppening thank you! If you look at your own `sensors.txt` it seems your system has no temp info on the processor cores themselves. Can you try to fix that and...
You have one temp per chiplet (Tccd1/2), one temp for the die (Tdie) and one I can't guess off the top of my head (Tctl). Makes four. You have 12...