Hi, > Is there a way the sensors(prog) would write the reading into a file > e.g. /proc/acpi/thermal_zone/info > every x seconds, so I would be able to read the temperature via > Ktemperature program? No way. /proc isn't a place where you can write random data, it's a virtual, kernel-driven filesystem. Better use an application which interfaces directly with lm_sensors, such as ksensors [1] or xsensors [2]. [1] http://ksensors.sourceforge.net/ [2] http://www.linuxhardware.org/xsensors/ -- Jean Delvare