Skip to content

conky: can't open '/sys/bus/platform/devices/ala/coretemp.0/hwmon/hwmon1_input': No such file or directory

I run an old CPU, an Intel i5@750, and my cpu temp is derived from platform coretemp.0/hwmon/hwmon1 temp 2

Just realized, this may be related to #2

[strykar@i-5 conky-grapes]$ sensors
w83667hg-isa-0290
Adapter: ISA adapter
Vcore:         +0.95 V  (min =  +0.00 V, max =  +1.74 V)
in1:           +1.70 V  (min =  +1.50 V, max =  +1.46 V)  ALARM
AVCC:          +3.39 V  (min =  +0.02 V, max =  +0.00 V)  ALARM
+3.3V:         +3.39 V  (min =  +2.98 V, max =  +3.63 V)
in4:           +1.73 V  (min =  +0.00 V, max =  +2.04 V)
in5:           +2.04 V  (min =  +1.02 V, max =  +0.00 V)  ALARM
3VSB:          +3.41 V  (min =  +2.98 V, max =  +3.63 V)
Vbat:          +3.41 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
fan1:            0 RPM  (min =    0 RPM, div = 128)  ALARM
fan2:          958 RPM  (min =    0 RPM, div = 16)
fan3:            0 RPM  (min = 10546 RPM, div = 128)  ALARM
fan4:            0 RPM  (min =    0 RPM, div = 128)  ALARM
fan5:            0 RPM  (min =    0 RPM, div = 128)  ALARM
PECI Agent 1:  +49.0°C  (high = -97.0°C, hyst =  +0.0°C)  ALARM  sensor = Intel PECI
PECI Agent 1:  +49.0°C  (high =  +0.0°C, hyst = +75.0°C)  sensor = Intel PECI
AUXTIN:        +45.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
SYSTIN:        +42.0°C  
cpu0_vid:     +1.181 V
intrusion0:   ALARM

atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage:       +0.93 V  (min =  +0.80 V, max =  +1.60 V)
+3.3V Voltage:       +3.39 V  (min =  +2.97 V, max =  +3.63 V)
+5V Voltage:         +5.18 V  (min =  +4.50 V, max =  +5.50 V)
+12V Voltage:       +11.87 V  (min = +10.20 V, max = +13.80 V)
CPU Fan Speed:       958 RPM  (min =  600 RPM, max = 7200 RPM)
Chassis1 Fan Speed:    0 RPM  (min =  600 RPM, max = 7200 RPM)
Chassis2 Fan Speed:    0 RPM  (min =  600 RPM, max = 7200 RPM)
Power Fan Speed:       0 RPM  (min =    0 RPM, max = 7200 RPM)
CPU Temperature:     +49.5°C  (high = +45.0°C, crit = +45.5°C)
MB Temperature:      +42.0°C  (high = +45.0°C, crit = +46.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +47.0°C  (high = +83.0°C, crit = +99.0°C)
Core 1:       +48.0°C  (high = +83.0°C, crit = +99.0°C)
Core 2:       +49.0°C  (high = +83.0°C, crit = +99.0°C)
Core 3:       +46.0°C  (high = +83.0°C, crit = +99.0°C)

[strykar@i-5 conky-grapes]$

I've tried setting this in conky_gen.conkyrc and rings-v2_gen.lua and though it shows the temp correctly, conky throws the error conky: can't open '/sys/bus/platform/devices/ala/coretemp.0/hwmon/hwmon1_input': No such file or directory

grep -r temp ~/conky/conky-grapes does not show any files where I may have missed changing it from the default hwmon temp1.

I'm unsure at this point where it's looking for hwmon1_input.

Edited by Avi