Plasma-systemmonitor does not display content(系统监视器不显示内容)


不显示任何信息,在编辑页面显示缺少传感器,同时不显示任何传感器,这是我系统信息。我应该怎么做才能让它显示?
It doesn’t show any information. It shows that there are missing sensors on the edit page, and it doesn’t show any sensors. This is my system information.What can i do for this quesion?

Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.6.51+rpt-rpi-2712 (64-bit)
Graphics Platform: X11
Processors: 4 × ARM Cortex-A76
Memory: 7.9 GiB of RAM
Graphics Processor: V3D 7.1
Product Name: Raspberry Pi 5 Model B Rev 1.0

try running sudo sensors-detect and follow the instructions on screen

Thank you for your answer. Can you tell me which package this command (sensors-detect) comes from? I can’t execute this command

the package is lm-sensors

you should be able to install it from the repository using either apt or synaptic package managers.

sudo apt install lm-sensors

should work