Re: Faulty values/errors with lm_sensors 3.0.1 and pc87360



On 2008-02-26 11:29:38 +0100, Grant <g_r_a_n_t_@xxxxxxxxxxx> said:

Should be /etc/sensors3/conf?

Grant.

As the config file was specified like "/opt/lm_sensors-3.0.1/bin/sensors -c /etc/sensors.conf" it shouldn't matter where its located. However, I fixed the issue.

I have overlooked the following section in the example config file from Henrik Brix Andersen.

# If in10 on your net4801 doesn't have the 3.3V reference, use this
# compute line instead:
# compute in5   (@-3.3)*19.2+3.3, (@-3.3)/19.2+3.3
compute in5   (@-in10)*19.2+in10, (@-in10)/19.2+in10

After switching the last two lines (uncomenting the second last and comenting the last line) and invoking sensors with the -s option (/opt/lm_sensors-3.0.1/bin/sensors -s -c /etc/sensors.conf) in order to evaluate all 'set' statements from the configuration file, it works perfectly.

Cheers,

Robert.


.



Relevant Pages