90 likes | 96 Views
Learn how to monitor and control the temperature of your motherboard using Linux. Install the necessary sensors and use Psensor to keep track of the temperature levels.
E N D
Technical Case Sharing -Check Motherboard Temperature under Linux Eric Chen 陳韋成 EIoT/AE 2018/06/06
Outline • Case Information • Sensors in Terminal • Install Psensor
Case Information Epiphan Video Create stunning live video programs by combining, encoding, switching and recording your video.
Case Information Customer reports MB temperature is 0° C. BIOS add the function through ACPI. AE double check before release to customer.
Sensors in Terminal Install lm-sensors: ~$ sudoapt-get install lm-sensors After installation type the following in terminal: ~$ sudosensors-detect You may also need to run: ~$ sudoservice kmod start It will ask you few questions. Answer Yes for all of them. Finally to get your CPU temperature type sensors in your terminal. ~$ sensors
Install Psensor Do all the steps in Sensors in Terminal. Then: ~$ apt-get install psensor Reboot after installing process is done. MB temp.