Può essere diverso per diverse combinazioni hardware. Potrebbe essere meglio guardare il BIOS / EFI per le informazioni sui sensori ( dovrebbe essere corretto) e provare a confrontare quelli con l'output sensors
.
L '"adattatore: dispositivo virtuale" non ne sono sicuro, sembra simile ai core cpu o gpu.
"coretemp-isa-0000" con i suoi 4 core sembra un CPU a 4 core.
L'ultimo "it8728-isa-0a30" sembra sensori della scheda madre. Non sono sicuro di cosa potrebbe essere esattamente ciascuno, a parte le V sono i volages, i giri / min della velocità della ventola, non so esattamente dove potrebbero essere i sensori di temperatura. Ecco dove potrebbe essere utile confrontarli con il BIOS.
La ricerca Web "it8728-isa-0a30" ha trovato che questa pagina per "Gigabyte B75-D3V" potrebbe avere descrizioni / etichette migliori per loro. Penso che inserendo un file in /etc/sensors.d/ (e quindi forse un riavvio, o almeno un sudo service kmod stop
e sudo service kmod start
(riavvia il modulo sensori?).
Vedi le pagine mansensors
esensors.conf
Ecco un incolla del file dal link Gigabyte link sopra, anche se non sembra una corrispondenza per la tua scheda madre, potrebbe essere utile se vuoi scrivere tu stesso le tue etichette:
# libsensors configuration file
# -----------------------------
#
# For the Gigabyte B75-D3V Rev: 1.2
#
#
#
######################################
# VOLTAGES #
# These figures are from estimations #
# based on values provided in BIOS. #
# This means that some of them may #
# be mixed up. #
######################################
##############################################
chip "it8728-isa-0a30"
########
# Fans
label fan1 "CPU-Fan"
set fan1_min 1000
label fan2 "System Fan 1"
set fan2_min 450
label fan3 "System Fan 2"
set fan3_min 450
label fan4 "System Fan 3"
set fan4_min 450
ignore fan5 #"Chassis Fan" # It is not connected, no pinout available.
################
# Temperatures
label temp1 "System Temperature"
set temp1_min 10
set temp1_max 60
ignore temp2
#label temp2 "Unknown" # Does not seem to give sensible data (Always shows 25)
label temp3 "Chipset Temperature"
set temp3_min 10
set temp3_max 55
############
# Voltages
label in0 "Vtt"
set in0_min 1.020
set in0_max 1.080
label in1 "+3.3V"
set in1_min 3.3 * 0.95
set in1_max 3.3 * 1.05
compute in1 1.635*@,@/1.635
label in2 "+12V"
set in2_min 12.0 * 0.95
set in2_max 12.0 * 1.05
compute in2 6.0*@,@/6.0
label in3 "+5V"
set in3_min 5.0 * 0.95
set in3_max 5.0 * 1.05
compute in3 2.5*@,@/2.5
label in4 "Vaxg IGD"
set in4_min 0.800
set in4_max 1.000
label in5 "CPU Vcore"
set in5_min 0.750
set in5_max 1.150
label in6 "Dram Voltage"
set in6_min 1.450
set in6_max 1.550
label in7 "3.3 VSB"
set in7_min 3.3 * 0.95
set in7_max 3.3 * 1.05
label in8 "Vbat"
# Other sensor readings
label intrusion0 "Chassis Open"
#set intrusion0_alarm 0
##############################################
chip "acpitz-virtual-0"
ignore temp1
#label temp1 "ACPI Thermal Zone 0 Temp1" # Shows always 27.8
ignore temp2
#label temp2 "ACPI Thermal Zone 0 Temp2" # Shows always 29.8