[HOW-TO] SuperMicro C2SEE/C2SEA Temperature Display Setup


Recommended Posts

Added to the Wiki how to load up the appropriate drivers to read temperature sensor data for the SuperMicro C2SEE/C2SEA motherboard. Currently using the data in SimpleFeatures.

 

http://lime-technology.com/wiki/index.php/Setting_up_lm_sensors_to_display_CPU/motherboard_temperatures_in_add-ons_such_as_SimpleFeatures

 

TL;DR:

Create the following (new) sensors.conf file in a persistent location (e.g. /boot/config):

# config

chip "w83627dhg-isa-0290"

label temp1 "MB Temp"
label temp2 "CPU Temp"

 

Add the following lines to your 'go' file:

modprobe w83627ehf

cp /boot/config/sensors.conf /etc/sensors.d

 

Result:

 

index.php?action=dlattach;topic=28592.0;attach=17026;image

temps.jpg.1676014a2dd329747c3f3ed80491d145.jpg

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.