Hardinfo 用于lm-sensors传感器部分。要查看此处的任何内容,您需要先安装lm-sensors.
sudo apt-get install lm-sensors\nRun Code Online (Sandbox Code Playgroud)\n\n之后,您需要设置传感器:
\n\nsudo sensors-detect\nRun Code Online (Sandbox Code Playgroud)\n\n只要按照它说的去做就可以了。我总是相信它知道自己在做什么,并对所有测试说“是”,等等。只需确保您说“是”以保存其结果,因为它默认为“否”。现在重新启动传感器服务:
\n\n sudo service module-init-tools start\nRun Code Online (Sandbox Code Playgroud)\n\n使用以下命令查看是否找到有效的传感器并且您可以使用它们:
\n\nsensors\nRun Code Online (Sandbox Code Playgroud)\n\n这是我的话:
\n\nsensors\ncoretemp-isa-0000\nAdapter: ISA adapter\nCore 0: +30.0\xc2\xb0C (high = +89.0\xc2\xb0C, crit = +105.0\xc2\xb0C)\nCore 2: +28.0\xc2\xb0C (high = +89.0\xc2\xb0C, crit = +105.0\xc2\xb0C)\n\nnct6775-isa-0680\nAdapter: ISA adapter\nVcore: +0.95 V (min = +0.00 V, max = +1.74 V)\nin1: +0.75 V (min = +0.00 V, max = +0.00 V) ALARM\nAVCC: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM\n+3.3V: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM\nin4: +1.26 V (min = +0.00 V, max = +0.00 V) ALARM\nin5: +0.78 V (min = +0.00 V, max = +0.00 V) ALARM\nin6: +1.05 V (min = +0.00 V, max = +0.00 V) ALARM\n3VSB: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM\nVbat: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM\nfan1: 0 RPM (min = 0 RPM, div = 2) ALARM\nfan2: 0 RPM (min = 0 RPM, div = 2) ALARM\nfan3: 0 RPM (min = 0 RPM, div = 2) ALARM\nfan4: 0 RPM (div = 2) ALARM\nSYSTIN: +31.0\xc2\xb0C (high = +0.0\xc2\xb0C, hyst = +0.0\xc2\xb0C) ALARM sensor = diode\nCPUTIN: +33.0\xc2\xb0C (high = +80.0\xc2\xb0C, hyst = +75.0\xc2\xb0C) sensor = diode\nAUXTIN: +23.5\xc2\xb0C (high = +80.0\xc2\xb0C, hyst = +75.0\xc2\xb0C) sensor = thermistor\ncpu0_vid: +2.050 V\nintrusion0: OK\nRun Code Online (Sandbox Code Playgroud)\n\n如果它没有找到任何传感器,它会说:
\n\nNo sensors found!\nMake sure you loaded all the kernel drivers you need.\nTry sensors-detect to find out which these are.\nRun Code Online (Sandbox Code Playgroud)\n\n如果它输出一些值,那么您现在将在运行 Hardinfo 时看到这些值。如果没有,您可以尝试再次进行sensors-detect。
我看到您已经安装了 lm_sensors,但我将该部分留给了遇到此问题的其他人。
\n