在Linux下查看主板温度失败
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-17
想在Linux下查看主板和CPU的温度,于是上网找了下如何查看
[root@localhost ~]# yum install lm_sensors Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * rpmforge: apt.sw.be Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package lm_sensors.i386 0:2.10.7-9.el5 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: lm_sensors i386 2.10.7-9.el5 base 511 k Transaction Summary ================================================================================ Install 0 Package(s) Update 1 Package(s) Remove 0 Package(s) Total download size: 511 k Is this ok [y/N]: y Downloading Packages: lm_sensors-2.10.7-9.el5.i386.rpm | 511 kB 00:00 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : lm_sensors 1/2 Cleanup : lm_sensors 2/2 Updated: lm_sensors.i386 0:2.10.7-9.el5 Complete! [root@localhost ~]# sensors No sensors found! Make sure you loaded all the kernel drivers you need. Try sensors-detect to find out which these are. [root@localhost ~]# 提示失败,于是在运行下sensors-detect [root@localhost ~]# sensors-detect # sensors-detect revision 5291 (2008-06-23 23:40:46 -0700) This program will help you determine which kernel modules you need to load to use lm_sensors most effectively. It is generally safe and recommended to accept the default answers to all questions, unless you know what you''re doing. We can start with probing for (PCI) I2C or SMBus adapters. Do you want to probe now? (YES/no): YES Probing for PCI bus adapters... Use driver `i2c-piix4'' for device 0000:00:07.3: 英特尔 82371AB PIIX4 ACPI We will now try to load each adapter module in turn. Module `i2c-piix4'' already loaded. If you have undetectable or unsupported I2C/SMBus adapters, you can have them scanned by manually loading the modules before running this script. We are now going to do the I2C/SMBus adapter probings. Some chips may be double detected; we choose the one with the highest confidence value in that case. If you found that the adapter hung after probing a certain address, you can specify that address to remain unprobed. Some chips are also accessible through the ISA I/O ports. We have to write to arbitrary I/O ports to probe them. This is usually safe though. Yes, you do have ISA I/O ports even if you do not have any ISA slots! Do you want to scan the ISA I/O ports? (YES/no): YES Probing for `National Semiconductor LM78'' |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: Linux 下使用单网卡实现nat共享上网下一篇: centos 5.5常见命令
关于在Linux下查看主板温度失败的所有评论