Package: torsmo
Version: 0.18-5
Severity: wishlist
When running torsmo on my configuration I get the following:
torsmo: scandir for /sys/bus/i2c/devices/: No such file or directory
I know i2c was written with Linux 2.6 in mind, and I think making something
available for lm-sensors wouldn't be too hard, since /proc information is
more or less the same:
- a list of sensor chips in found in /proc/sys/dev/sensors/chips, like
this:
256 w83627hf-isa-0290
- for each chip name there is a directory /proc/sys/dev/sensors/<chipname>
- each directory contains short files delivering sensor information, for
example:
[EMAIL PROTECTED]: /proc/sys/dev/sensors/w83627hf-isa-0290 -> grep . *
alarms:1
beep:1 0
fan1:953 2191
fan2:937 2343
fan3:1004 2376
fan_div:8 8 8
in0:1.74 1.94 1.71
in1:1.74 1.94 2.48
in2:3.14 3.46 3.33
in3:2.82 3.12 2.93
in4:2.85 3.47 3.17
in5:0.34 0.78 0.51
in6:0.78 0.94 0.74
in7:2.82 3.12 3.18
in8:2.40 3.60 3.46
pwm1:255
pwm2:255
sensor1:3435
sensor2:2
sensor3:2
temp1:82.0 -71.0 32.0
temp2:120.0 115.0 55.5
temp3:120.0 115.0 62.0
vid:1.850
vrm:8.2
To achieve the desired feature, it is sufficient to specify (in the
configuration file)
- the base directory of sensor files (the one with the chip name)
- for each sensor value, the hosting file and column (e.g. "temp1 3")
This is quite not user friendly but does the job.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-k7-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages torsmo depends on:
ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an
ii libfontconfig1 2.3.1-2 generic font configuration library
ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib
ii libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii libxft2 2.1.7-1 FreeType-based font drawing librar
ii libxrender1 0.8.3-7 X Rendering Extension client libra
ii xlibs 4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]