On 12 April 2010 15:45, Richard A. Smith <[email protected]> wrote: > Except for where I specified extra stuff I needed. :) like lm_sensors > which requires perl. > > So I need to find a way to read the CPU temp without lm_sensors or we > somehow need to break lm_sensors use of perl.
It's really easy to read from sysfs. I wish we had some XO's here to test. This should give some clues: find /sys -name '*cputemp*' Daniel _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
