2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 05:48:07 +00:00

Update 4.27 (Can't get xxxxx data).

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2435 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare 2004-04-11 07:52:23 +00:00
parent 81db694b66
commit 2af0c943fc
4 changed files with 42 additions and 24 deletions

19
doc/FAQ
View File

@ -1120,13 +1120,18 @@ are running the `sensors' program it installed and not some older
4.27 Sensors says `ERROR: Can't get xxxxx data!'
================================================
You have a `libsensors/sensors' mismatch. `sensors' is unable to get
a data entry from `libsensors'. You probably have an old `libsensors'
in your `/etc/ld.so.conf' path. Make sure you did (as root) a `make
install' followed by a `ldconfig'. Then check the output of `ldconfig
-v | grep libsensors' to verify that there is only ONE `libsensors'
entry and that it matches the `libsensors' that was built in the `lib/'
directory in `lm_sensors2'.
* (Linux 2.6) Make sure you are using one of the recommended
kernel/lm_sensors combination
(http://secure.netroedge.com/~lm78/kernel26.html).
* You have a `libsensors'/`sensors' mismatch. `sensors' is unable to
get a data entry from `libsensors'. You probably have an old
`libsensors' in your `/etc/ld.so.conf' path. Make sure you did
(as root) a `make install' (Linux 2.4) or `make user_install'
(Linux 2.6) followed by a `ldconfig'. Then check the output of
`ldconfig -v | grep libsensors' to verify that there is only ONE
`libsensors' entry and that it matches the `libsensors' that was
built in the `lib/' directory in `lm_sensors2'.
4.28 Sensors doesn't find any sensors, just eeproms.
====================================================

View File

@ -1,15 +1,15 @@
<html lang="en">
<head>
<title>Sensors FAQ for lm_sensors version 2.11</title>
<title>Sensors FAQ for lm_sensors version 2.12</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Sensors FAQ for lm_sensors version 2.11">
<meta name="description" content="Sensors FAQ for lm_sensors version 2.12">
<meta name="generator" content="makeinfo 4.5">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
</head>
<body>
<h1 class="settitle">Sensors FAQ for lm_sensors version 2.11</h1>
Copyright (c) 1998 - 2002<br>
<a href="mailto:frodol@dds.nl">Frodo Looijaard</a>,<br>
<h1 class="settitle">Sensors FAQ for lm_sensors version 2.12</h1>
Copyright (C) 1998 - 2004<br>
Frodo Looijaard,<br>
<a href="mailto:phil@netroedge.com">Philip Edelbrock</a>,<br>
and<br>
<a href="mailto:mdsxyz123@yahoo.com">Mark Studebaker</a><br>
@ -1623,13 +1623,19 @@ Up:<a rel="up" accesskey="u" href="#Problems">Problems</a>
<h3 class="section">4.27 Sensors says <code>ERROR: Can't get xxxxx data!</code></h3>
<p>You have a <code>libsensors/sensors</code> mismatch. <code>sensors</code> is unable to
<ul>
<li>(Linux 2.6) Make sure you are using one of the
<a href="http://secure.netroedge.com/~lm78/kernel26.html">recommended kernel/lm_sensors combination</a>.
<li>You have a <code>libsensors</code>/<code>sensors</code> mismatch.
<code>sensors</code> is unable to
get a data entry from <code>libsensors</code>. You probably have an
old <code>libsensors</code> in your <code>/etc/ld.so.conf</code> path.
Make sure you did (as root) a <code>make install</code> followed by a <code>ldconfig</code>.
Make sure you did (as root) a <code>make install</code> (Linux 2.4) or
<code>make user_install</code> (Linux 2.6) followed by a <code>ldconfig</code>.
Then check the output of <code>ldconfig -v | grep libsensors</code> to
verify that there is only ONE <code>libsensors</code> entry and that it matches
the <code>libsensors</code> that was built in the <code>lib/</code> directory in <code>lm_sensors2</code>.
the <code>libsensors</code> that was built in the <code>lib/</code> directory in <code>lm_sensors2</code>.
</ul>
<div class="node">
<p><hr>

View File

@ -9,17 +9,17 @@
@titlepage
@center @titlefont{This is the FAQ for the @command{lm_sensors} program, @value{VERSION}}
@sp 3
@center Copyright (c) 1998 - 2004
@center Copyright (C) 1998 - 2004
@sp 1
@center @email{frodol@@dds.nl, Frodo Looijaard},
@center Frodo Looijaard,
@center @email{phil@@netroedge.com, Philip Edelbrock},
@center and
@center @email{mdsxyz123@@yahoo.com, Mark Studebaker}
@end titlepage
@ifhtml
Copyright (c) 1998 - 2002@*
@email{frodol@@dds.nl, Frodo Looijaard},@*
Copyright (C) 1998 - 2004@*
Frodo Looijaard,@*
@email{phil@@netroedge.com, Philip Edelbrock},@*
and@*
@email{mdsxyz123@@yahoo.com, Mark Studebaker}@*
@ -1129,13 +1129,20 @@ and not some older @command{sensors}.
@node Section 4.27, Section 4.28, Section 4.26, Problems
@section Sensors says @samp{ERROR: Can't get xxxxx data!}
You have a @command{libsensors/sensors} mismatch. @command{sensors} is unable to
@itemize
@item (Linux 2.6) Make sure you are using one of the
@uref{http://secure.netroedge.com/~lm78/kernel26.html,
recommended kernel/lm_sensors combination}.
@item You have a @file{libsensors}/@command{sensors} mismatch.
@command{sensors} is unable to
get a data entry from @file{libsensors}. You probably have an
old @file{libsensors} in your @file{/etc/ld.so.conf} path.
Make sure you did (as root) a @command{make install} followed by a @command{ldconfig}.
Make sure you did (as root) a @command{make install} (Linux 2.4) or
@command{make user_install} (Linux 2.6) followed by a @command{ldconfig}.
Then check the output of @command{ldconfig -v | grep libsensors} to
verify that there is only ONE @file{libsensors} entry and that it matches
the @file{libsensors} that was built in the @file{lib/} directory in @file{lm_sensors2}.
@end itemize
@node Section 4.28, Section 4.29, Section 4.27, Problems

View File

@ -1,3 +1,3 @@
@set UPDATED 18 January 2004
@set UPDATED-MONTH January 2004
@set VERSION 2.11
@set UPDATED 11 April 2004
@set UPDATED-MONTH April 2004
@set VERSION 2.12