You are not logged in.
Pages: 1
Well, I'm trying to add some CPU temp monitoring to my conky config, but I can't seem to get lm_sensors working. I run sensors-detect but when I open up /etc/conf.d/lm_sensors which it supposedly wrote to, there are no modules there. Since I'm not familiar with how it parses the file, I can't just manually add in the modules that it detected, so any advice on where to go from here?
Arch i686 User
xmonad :: xmobar :: urxvt :: vim
Offline
try this:
cat /proc/acpi/thermal_zone/THRM/temperature
temperature: 56 C
Zygfryd Homonto
Offline
# /etc/conf.d/lm_sensors - Defines modules loaded by
# /etc/rc.d/sensors
# Copyright (c) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>
#
# ...COPY RIGHT STUFF THAT I REMOVED...
#
# See also the lm_sensors homepage at:
# http://www.lm-sensors.org/
#
# This file is used by /etc/rc.d/sensors and defines the modules to
# be loaded/unloaded. This file is sourced into /etc/rc.d/sensors.
#
# The format of this file is a shell script that simply defines the modules
# in order as normal variables with the special names:
# MODULE_0, MODULE_1, MODULE_2, etc.
#
# List the modules that are to be loaded for your system
#
# Generated by sensors-detect on Sun Aug 24 09:39:07 2008
MODULE_0=i2c-i801
MODULE_1=smsc47m192
MODULE_2=smsc47m1
Offline
Check this out, it might help: http://bbs.archlinux.org/viewtopic.php?id=63974
Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz
Offline
Pages: 1