Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

lm-sensors et super karamba

1 réponse
Avatar
prie pierre vincent
Bonsoir,
je n'arrive pas a configurer superkaramba pour qu'il affiche les
températures CPU et chassis. Quand je fais un $ sensors voici le résultat:

eeprom-i2c-0-53
Adapter: SMBus I801 adapter at e800
Memory type: DDR SDRAM DIMM
Memory size (MB): 256

eeprom-i2c-0-52
Adapter: SMBus I801 adapter at e800
Memory type: DDR SDRAM DIMM
Memory size (MB): 256

eeprom-i2c-0-51
Adapter: SMBus I801 adapter at e800
Memory type: DDR SDRAM DIMM
Memory size (MB): 256

eeprom-i2c-0-50
Adapter: SMBus I801 adapter at e800
Memory type: DDR SDRAM DIMM
Memory size (MB): 256

asb100-i2c-0-2d
Adapter: SMBus I801 adapter at e800
VCore 1: +1.60 V (min = +1.36 V, max = +1.50 V) ALARM
+3.3V: +3.31 V (min = +3.14 V, max = +3.47 V)
+5V: +5.05 V (min = +4.76 V, max = +5.24 V)
+12V: +11.55 V (min = +10.82 V, max = +13.19 V)
-12V (reserved):
-12.07 V (min = -0.00 V, max = -0.00 V)
-5V (reserved):
-5.06 V (min = -0.00 V, max = -0.00 V)
CPU Fan: 2463 RPM (min = 1997 RPM, div = 4)
Chassis Fan:
0 RPM (min = 3994 RPM, div = 2)
Power Fan:2689 RPM (min = 3994 RPM, div = 2)
M/B Temp: +33°C (high = +45°C, hyst = +40°C)
CPU Temp (Intel):
+48°C (high = +60°C, hyst = +50°C)
Power Temp:
-0°C (high = +45°C, hyst = +40°C)
CPU Temp (AMD):
+25°C (high = +60°C, hyst = +50°C)
vid: +1.425 V (VRM Version 9.0)
alarms:


cependant ksensors affiche -les temperatures de la mémoire et du CPU
-la vitesse de rotation des ventilo CPU et
de l'alim

le theme utilisé avec superkaramba est cynapses dont voici la partie
température et fan:

################################################################################
# Sensors
################################################################################
<group> x=10 y=515
image x=160 y=0 path="img/icons/fans_temps.png"
text x=15 y=10 value="Fans/Temp" color=0,0,0 fontsize=16 font="neuropol"

################################################################################
# Sensor CPU-Temperature
# "type" depends on your mainboard
# range is up to 70 degrees celsius. change 'max' value if needed.

text x=10 y=30 value="CPU" color=0,0,0 align=left fontsize=10
font="nimbus sans l"
bar x=50 y=30 w=100 h=5 vertical=false path="img/bar.png" sensor=sensors
type="temp2" max=70
text x=170 y=30 sensor=sensors type="temp2" format="%v °C" align=right
color=0,0,0 fontsize=10 font="nimbus sans l"

################################################################################
# Sensor Fan (CPU)
# "type" depends on your mainboard
# range is up to 5000 rpm. change 'max' value if needed.

text x=10 y=45 value="Fan" color=0,0,0 align=left fontsize=10
font="nimbus sans l"
bar x=50 y=45 w=100 h=5 vertical=false path="img/bar.png" sensor=sensor
type="fan1" max=5000
text x=170 y=45 sensor=sensor type="fan1" format="%v" align=right
color=0,0,0 fontsize=10 font="nimbus sans l"


################################################################################
# Sensor Chassis-Temperature
# "type" depends on your mainboard
# range is up to 70 degrees celsius. change 'max' value if needed.

text x=10 y=70 value="Chassis" color=0,0,0 align=left fontsize=10
font="nimbus sans l"
bar x=50 y=70 w=100 h=5 vertical=false path="img/bar.png" sensor=sensor
type="temp1" max=70
text x=170 y=70 sensor=sensor type="temp1" format="%v °C" align=right
color=0,0,0 fontsize=10 font="nimbus sans l"


################################################################################
# Sensor Fan (Chassis)
# "type" depends on your mainboard
# range is up to 5000 rpm. change 'max' value if needed.

text x=10 y=85 value="Fan" color=0,0,0 align=left fontsize=10
font="nimbus sans l"
bar x=50 y=85 w=100 h=5 vertical=false path="img/bar.png" sensor=sensor
type="fan2" max=5000
text x=170 y=85 sensor=sensor type="fan2" format="%v" align=right
color=0,0,0 fontsize=10 font="nimbus sans l"
</group>


################################################################################
image x=25 y=615 path="img/line.png"
################################################################################

si quelqu'un peut m'indiquer ce que je dois changer pour qu'il veuille
bien afficher les températures et les rotations...

Merci!

1 réponse

Avatar
Bruno patri
Bonsoir,
je n'arrive pas a configurer superkaramba pour qu'il affiche les
températures CPU et chassis. Quand je fais un $ sensors voici le résultat:


asb100-i2c-0-2d



Voila l'info utile. Il faut aller voir dans le fichier sensors.conf (en
général /etc/sensors.conf) les infos qui coresspondent au chip asb100 :

par exemple :

label temp1 "M/B Temp"
set temp1_over 45
set temp1_hyst 40

label temp2 "CPU Temp (Intel)"
#ignore temp2
set temp2_over 60
set temp2_hyst 50

Dans le fichier de conf du theme superkaramba il faudra donc remplacer
temp1 par "M/B Temp" pour afficher la temperature de la CM, et ainsi de
suite...

xpost et fu2 sur fr.comp.applications.x11



--
Bruno