Hi men!Really good work bud the sensors doesn't work good. It's my problem but can you help me with this? when i type sensors into the console everything ins good like this:Core: +1.42 V (min = +0.00 V, max = +1.74 V)
in1: +12.46 V (min = +13.46 V, max = +8.40 V) ALARM
AVCC: +3.36 V (min = +2.46 V, max = +3.81 V)
3VCC: +3.36 V (min = +1.94 V, max = +2.38 V) ALARM
in4: +1.66 V (min = +2.00 V, max = +1.90 V) ALARM
in5: +1.66 V (min = +1.26 V, max = +1.27 V) ALARM
in6: +5.35 V (min = +6.32 V, max = +4.68 V) ALARM
VSB: +3.31 V (min = +4.03 V, max = +2.86 V) ALARM
VBAT: +3.01 V (min = +0.62 V, max = +3.04 V)
in9: +1.45 V (min = +1.50 V, max = +2.01 V) ALARM
Case Fan: 2410 RPM (min = 2766 RPM, div = 8) ALARM
CPU Fan: 1795 RPM (min = 1795 RPM, div = 8)
Aux Fan: 0 RPM (min = 958 RPM, div = 128) ALARM
fan5: 0 RPM (min = 0 RPM, div = 128)
Sys Temp: +38°C (high = -1°C, hyst = -4°C) ALARM
CPU Temp: +39.0°C (high = +80.0°C, hyst = +75.0°C)
AUX Temp: +41.0°C (high = +80.0°C, hyst = +75.0°C)
but i can not see the info on desktop and i see not the ip address and i have changed the line...please help me
Hi!
sorry but i don't look this project for a long time...
the solution is you have to modify the karamba theme file in the sensors section.
###########
# Sensors #
###########
text x=70 y=345 value="Vcore:
to
###########
# Sensors #
###########
text x=70 y=345 value="Core:
i get "Core" for your sensors output. you have to change all values in the sensors section to your sensor names.
You don't need python to get the IP address
Just replace this line:
text x=110 y=278 sensor=program program="/home/don/donmon1.0/ip.py" color=255,255,255 fontsize=9 font="Cure"
With this line:
text x=110 y=278 sensor=program program="ifconfig ppp0 | grep -o -P '(?<=inet addr:).* (?= P)'" color=255,255,255 fontsize=9 font="Cure"
Ratings & Comments
9 Comments
Hi men!Really good work bud the sensors doesn't work good. It's my problem but can you help me with this? when i type sensors into the console everything ins good like this:Core: +1.42 V (min = +0.00 V, max = +1.74 V) in1: +12.46 V (min = +13.46 V, max = +8.40 V) ALARM AVCC: +3.36 V (min = +2.46 V, max = +3.81 V) 3VCC: +3.36 V (min = +1.94 V, max = +2.38 V) ALARM in4: +1.66 V (min = +2.00 V, max = +1.90 V) ALARM in5: +1.66 V (min = +1.26 V, max = +1.27 V) ALARM in6: +5.35 V (min = +6.32 V, max = +4.68 V) ALARM VSB: +3.31 V (min = +4.03 V, max = +2.86 V) ALARM VBAT: +3.01 V (min = +0.62 V, max = +3.04 V) in9: +1.45 V (min = +1.50 V, max = +2.01 V) ALARM Case Fan: 2410 RPM (min = 2766 RPM, div = 8) ALARM CPU Fan: 1795 RPM (min = 1795 RPM, div = 8) Aux Fan: 0 RPM (min = 958 RPM, div = 128) ALARM fan5: 0 RPM (min = 0 RPM, div = 128) Sys Temp: +38°C (high = -1°C, hyst = -4°C) ALARM CPU Temp: +39.0°C (high = +80.0°C, hyst = +75.0°C) AUX Temp: +41.0°C (high = +80.0°C, hyst = +75.0°C) but i can not see the info on desktop and i see not the ip address and i have changed the line...please help me
Hi! sorry but i don't look this project for a long time... the solution is you have to modify the karamba theme file in the sensors section. ########### # Sensors # ########### text x=70 y=345 value="Vcore: to ########### # Sensors # ########### text x=70 y=345 value="Core: i get "Core" for your sensors output. you have to change all values in the sensors section to your sensor names.
You don't need python to get the IP address Just replace this line: text x=110 y=278 sensor=program program="/home/don/donmon1.0/ip.py" color=255,255,255 fontsize=9 font="Cure" With this line: text x=110 y=278 sensor=program program="ifconfig ppp0 | grep -o -P '(?<=inet addr:).* (?= P)'" color=255,255,255 fontsize=9 font="Cure"
Hi! I tried it but it didn't work for me.
is there a full icon set on the same style of the one used in this applet?
sorry i don't know
sorry but u are using a 386 kernel with athlon 64bit?
yes I do :)
There is no problem to use i486 or i686 kernel on athlon64 architecture.