On 05/12/2014 09:58 AM, Jon Elson wrote: > On 05/12/2014 03:54 AM, andy pugh wrote: >> On 12 May 2014 02:37, Dewey Garrett <[email protected]> wrote: >> >>> If you don't have this package, you may need to try >>> $ sudo apt-get install lm-sensors >> I have already tried that, though I might need to try harder. >> My question is how I can find out at what point things are going wrong. >> >> A user on the Forums gets a full list of sensor values printed, but >> then no HAL pins are created. I am wondering where userspace Python >> error messages go when working at the halcmd prompt. >> > Some PC hardware has these sensors, some do not! So, it totally > depends on the motherboard what you have available.
I think trying to parse the output of sensors(1) using regexes is the wrong way to go about this. A more reliable way would be to write a C program that uses libsensors-dev, which provides unambiguous access to all the sensors. Any volunteers? It'd be a good introduction to writing HAL components. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
