可能重复:
如何获取最新硬件的传感器读数?
在 Windows 7 上,我安装了 Asus Probe,它随我的 ASUS P5QPL-AM 主板驱动程序 DVD 一起提供。它可以监控磁盘速度、风扇速度、处理器温度等。
Ubuntu 11.10 上有这样的替代方案吗?
答案1
顶部面板上有一个应用程序指示器显示它:
显示硬件传感器的应用程序指示器。
对于 11.10:
首先添加存储库:
sudo apt-add-repository ppa:alexmurray/indicator-sensors
更新:
sudo apt-get update
然后安装包:
sudo apt-get install indicator-sensors
然后运行indicator-sensors
对于 12.04:
此命令应从启动板下载并为您安装:
cd /tmp ; a=$(uname -p) ; if [[ "$a" = "x86_64" ]] ; then wget https://launchpad.net/~alexmurray/+archive/indicator-sensors/+files/indicator-sensors_0.1-1_amd64.deb ; else https://launchpad.net/~alexmurray/+archive/indicator-sensors/+files/indicator-sensors_0.1-1_i386.deb ; fi ; chmod +x /tmp/indicator-sensors_0.1-1* ; sudo dpkg -i /tmp/indicator-sensors_0.1-1*
答案2
我们可以通过安装“Xsensors”来轻松实现这一点:
http://apt.ubuntu.com/p/xsensors
此应用程序将安装“lm-sensors”。如果未在此处选择该插件,则需要选择它。
安装 xsensors 后,您需要配置 lm-sensors。
为此,打开终端并运行:
sudo sensors-detect
只需按 ENTER 即可获得它建议的所有内容。最后,它会显示是否将其找到的内容添加到 /etc/modules。再次按 Enter 即可完成。
现在打开 Dash 并搜索 xsensors。